- Inbound message regarding the ramp status
Ramps List
Ramps enable Fiat to Crypto and Crypto to fiat on and off ramp.
Ramp retrieval
Inbound message regarding...
When a ramp transitions into a new status, the status update will be sent to the provided callback endpoint to your server.
The ID of the ramp, returned on creation of a ramp, or via the GET ramp endpoint.
Example:"fd04c5780062121628e05324003eef30"
| Status | Description |
|---|---|
| IN_PROGRESS | Order is in progress. |
| REFUNDED | Order has been refunded |
| EXPIRED | Order has expired. |
| FULFILLED | Order has been completed. |
| EXTRA_VERIFICATION | Customer requires extra verification. |
| COIN_DEPOSIT_READY | Coin deposit is ready. |
| COIN_DEPOSIT_CONFIRMED | Coin deposit has been confirmed. |
| COIN_TRANSFERRED | Coin has been transferred. |
| FIAT_TRANSFERRED | Fiat has been transferred. |
| ACCOUNT_BLOCKED | Customer account is blocked., a separate webhook will be sent with the Identity reference of the customer |
| PAYMENT_READY | Payment is ready to be processed. |
| PAYMENT_ACCEPTED | Payment has been accepted for the order |
| PAYMENT_RECEIVED | Payment has been received. |
| PAYMENT_DECLINED | Payment has been declined. |
| PAYMENT_CANCELLED | Payment has been cancelled. |
Enum:"IN_PROGRESS""REFUNDED""EXPIRED""FULFILLED""EXTRA_VERIFICATION""COIN_DEPOSIT_READY""COIN_DEPOSIT_CONFIRMED""COIN_TRANSFERRED""FIAT_TRANSFERRED""ACCOUNT_BLOCKED"
Example:"IN_PROGRESS"
The internal body for this inbound message containing the reason of the message, this is for internal use.
Example:"Order is in progress"
The external reason to provide to your customer via your designated messaging channel.
Example:"Your payment was successfully received. Your order is now being processed."
- Mock serverhttps://docs.banxa.com/_mock/products/native-api/openapi/rampMessage
- Production environment serverhttps://api.banxa.com/rampMessage
- Sandbox environment serverhttps://api.banxa-sandbox.com/rampMessage
{ "order_id": "fd04c5780062121628e05324003eef30", "status": "IN_PROGRESS", "status_date": "2023-06-05 19:53:08", "created_at": "2023-06-02 14:44:00", "updated_at": "2023-06-09 13:53:08", "internal_reason": "Order is in progress", "external_reason": "Your payment was successfully received. Your order is now being processed.", "order_type": "ONRAMP", "crypto_coin": "ETH", "crypto_blockchain": "ETH", "crypto_amount": "0.228632", "fiat_currency": "USD", "fiat_amount": "100", "asset_price": "0.018656", "payment": "100", "processing_fee": "1.95", "network_fee": "2.33", "usd_exchange_rate": "1.36", "transaction_hash": "0x9401a7173d7bd2ad73e8b798fdc30c83fb0529e6edbad163c549a5ad136407be" }