Check on-ramp order status
On-Ramp
Get On-Ramp Status
Check the status of a fiat on-ramp order
GET
Check on-ramp order status
Returns the current status of a fiat-to-crypto on-ramp order.Documentation Index
Fetch the complete documentation index at: https://docs.hypermid.io/llms.txt
Use this file to discover all available pages before exploring further.
The order UID returned from the checkout endpoint.
Status Values
| Status | Description |
|---|---|
CREATED | Checkout session created, waiting for user action |
PENDING | Payment is being processed |
PAYMENT_RECEIVED | Fiat payment confirmed, crypto transfer in progress |
CRYPTO_SENT | Crypto transaction submitted to the blockchain |
COMPLETED | Order fully completed |
FAILED | Order failed |
REFUNDED | Payment was refunded |
EXPIRED | Checkout session expired |
Authorizations
Partner API key. Optional for public endpoints, required for /v1/partner/*.
Query Parameters
The order UID returned from checkout