API Reference
Get Order
Retrieve status, payment details, and settlement logs for an existing order by ID.
GET
Retrieve the live status and payout logs of a specific order. Useful for polling status if webhook deliveries are interrupted.
Path Parameters
string
required
The unique UUID ID of the order.
Header Parameters
string
required
Unique UUID API Key for the sender profile.
Response
Returns the standard response envelope wrapping the order details payload.string
Response state (
success).object
Order details payload.
string
Unique prefix ID of the order (
ord_...).string
Current state. One of:
awaiting_deposit, deposited, processing, settled, expired, refunded, failed.string
The exchange rate locked for this order.
string
The final local fiat payout amount.
string
The transaction digest of the customer’s stablecoin deposit on the Sui network.
string
The payment gateway’s unique transaction reference for the local fiat payout.