GetTransferOrder
curl --request GET \
--url https://api.rampnow.io/api/partner/v1/ext/transfer_order/{uid}{
"code": 123,
"data": {
"baseAmount": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"dstAmount": "<string>",
"srcAmount": "<string>",
"transactionRef": [
"<string>"
],
"uid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"customer": {
"createdAt": "2023-11-07T05:31:56Z",
"dateOfBirth": "<string>",
"email": "<string>",
"firstName": "<string>",
"ipAddress": "<string>",
"lastName": "<string>",
"phone": "<string>",
"remarks": "<string>",
"uid": "<string>",
"address": {
"city": "<string>",
"line1": "<string>",
"postalCode": "<string>",
"line2": "<string>",
"state": "<string>",
"subDivision": "<string>"
},
"amlData": {
"estimatedAnnualTradeVolume": "<string>",
"fundSource": "<string>",
"isPoliticallyExposed": "<string>"
}
}
},
"message": "<string>",
"traceId": "<string>",
"displayError": "<string>"
}Transfer Orders
GetTransferOrder
GET
/
api
/
partner
/
v1
/
ext
/
transfer_order
/
{uid}
GetTransferOrder
curl --request GET \
--url https://api.rampnow.io/api/partner/v1/ext/transfer_order/{uid}{
"code": 123,
"data": {
"baseAmount": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"dstAmount": "<string>",
"srcAmount": "<string>",
"transactionRef": [
"<string>"
],
"uid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"customer": {
"createdAt": "2023-11-07T05:31:56Z",
"dateOfBirth": "<string>",
"email": "<string>",
"firstName": "<string>",
"ipAddress": "<string>",
"lastName": "<string>",
"phone": "<string>",
"remarks": "<string>",
"uid": "<string>",
"address": {
"city": "<string>",
"line1": "<string>",
"postalCode": "<string>",
"line2": "<string>",
"state": "<string>",
"subDivision": "<string>"
},
"amlData": {
"estimatedAnnualTradeVolume": "<string>",
"fundSource": "<string>",
"isPoliticallyExposed": "<string>"
}
}
},
"message": "<string>",
"traceId": "<string>",
"displayError": "<string>"
}Was this page helpful?
⌘I