Get off-ramp order detail
Name
Value
Name
Type
Condition
Description
{
"externalOrderId": "string",
"type": "string",
"fiatAmount": 0,
"paidAmount": 0,
"tokenTransfer": {
"currency": "string",
"network": "string",
"price": 0,
"amount": 0,
"walletAddress": "string",
"txHash": "string"
},
"bankTransfer": {
"bankAccountName": "string",
"bankAccountNumber": "string",
"bankName": "string",
"contentPayment": "string",
"totalPayment": 0,
"qrUrl": "string"
},
"fees": {
"systemFee": 0,
"processingFee": 0
},
"status": "string", // AWAITING_PAYMENT | PAYMENT_COMPLETED | PROCESSING_TOKEN_TRANSFER | SUCCESS | ERROR
"description": "string",
"createdAt": "string",
"expiresAt": "string",
"signature": "string"
}How to create and verify the signature
1. Creation
2. Verification
Status name
Description
Last updated