forked from RedSkiesIO/cryptowallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
AlphaFortress is an on/off ramp that we can use to buy and sell crypto within the Cent wallet.
Below are details for the sandbox.
baseUrl = https://api.stagingn.bitssa.com
demo site = https://bitssa-ui.vercel.app/
For creating a new user you can create it yourself via the demo site and then use the credentials in the API to obtain the JWT.
1 Add a beneficiary
1.1 destination-currencies will provide you a list of destination currencies and the values that are mandatory for adding a beneficiary. [metadata] node.
1.2. Some countries have bank list
1.3 mobile providers will provide you a list of supported mobile wallets.
1.4 create a beneficiary.
- Create a transaction
2.1 POST request you can post all the details in one post or create the transaction with all details except the transactoinhash.
2.2 PUT update the transaction by passing the transaction ID in params
e.g. baseUrl/transactions/132 and put the transaction hash and sender wallet address in json.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request