Create transaction
Creates an onramp transaction
Create an Onramp transaction.
Request Body
Name
Type
Description
{
"status": 1,
"code": 200,
"data": {
"transactionId": "350100",
"createdAt": "2024-01-09 09:28:20",
"fiatAmount": "50",
"fiatPaymentInstructions": {
"bank": {
"iban": "AE42XXXXXXXXXXXX",
"name": "XXXXXX XXXXX XXXXXXX",
"bank": "ZAXXXXXXXX",
"type": "CORPORATE CURRENT",
"address": "",
"email": "[email protected]",
"phoneNumber": "XXXXXXXXX",
"transferCode": "Purchase of goods and services"
},
"bankNotes": [
{
"type": 1,
"msg": "Your trade will be executed at the price when your funds are received"
},
{
"type": 1,
"msg": "You can only send AED from an individual bank account registered in your name."
}
],
"type": "AED_BANK_TRANSFER"
}
}
}Last updated