{
"createdAt": "2023-11-07T05:31:56Z",
"eventType": "<string>",
"eventUid": "<string>",
"payload": {
"createTime": "2023-11-07T05:31:56Z",
"dstAmount": "<string>",
"externalOrderUid": "<string>",
"feeDetails": [
{
"fee": "<string>",
"isInclusive": true,
"type": "<string>",
"discountValue": "<string>",
"slippage": 123
}
],
"orderUid": "<string>",
"partnerFee": "<string>",
"srcAmount": "<string>",
"transactionHash": [
"<string>"
],
"updateTime": "2023-11-07T05:31:56Z",
"walletAddress": "<string>",
"walletAddressTag": "<string>",
"bankAccountDetail": {
"accountNumber": "<string>",
"accountType": "<string>",
"address": "<string>",
"bankName": "<string>",
"bic": "<string>",
"branchName": "<string>",
"email": "<string>",
"iban": "<string>",
"name": "<string>",
"phone": "<string>",
"taxId": "<string>",
"transferCode": "<string>"
}
}
}Webhooks
Webhooks for ramp order status changes
Webhooks for ramp order status changes
WEBHOOK
ramp_order_status_change_webhook
{
"createdAt": "2023-11-07T05:31:56Z",
"eventType": "<string>",
"eventUid": "<string>",
"payload": {
"createTime": "2023-11-07T05:31:56Z",
"dstAmount": "<string>",
"externalOrderUid": "<string>",
"feeDetails": [
{
"fee": "<string>",
"isInclusive": true,
"type": "<string>",
"discountValue": "<string>",
"slippage": 123
}
],
"orderUid": "<string>",
"partnerFee": "<string>",
"srcAmount": "<string>",
"transactionHash": [
"<string>"
],
"updateTime": "2023-11-07T05:31:56Z",
"walletAddress": "<string>",
"walletAddressTag": "<string>",
"bankAccountDetail": {
"accountNumber": "<string>",
"accountType": "<string>",
"address": "<string>",
"bankName": "<string>",
"bic": "<string>",
"branchName": "<string>",
"email": "<string>",
"iban": "<string>",
"name": "<string>",
"phone": "<string>",
"taxId": "<string>",
"transferCode": "<string>"
}
}
}Authorizations
Partner API key sent in the X-RAMPNOW-API-KEY header. Every request must ALSO send X-RAMPNOW-TIMESTAMP (unix seconds) and X-RAMPNOW-SIGN (hex HMAC-SHA256 of timestamp + METHOD + requestURI + rawBody, keyed with your API secret). See the Authentication guide.
Body
application/json
Response
200
OK
Was this page helpful?