Retrieves details for a specific order
API key for authentication
ID of the order to retrieve
Order details retrieved successfully
Order object returned in webhooks and when fetching order details.
This is the payload you'll receive in order_updated webhook events.
Unique identifier for the order
ID of the customer who placed the order
Timestamp when the order was created
Timestamp when the order was last updated
Timestamp when the order was deleted (if applicable)
Timestamp when the order was completed
Amount in fiat currency (MXN)
Amount in crypto tokens
Blockchain transaction hash when crypto transfer is confirmed
ID of the wallet used for the order
ID of the bank account used for the order
Encoded transaction for the user to sign (offramp orders)
Optional memo for the order
CLABE number for deposit (onramp orders only)
Type of the order
onramp, offramp Current status of the order
created, funded, completed, failed, refunded, canceled URL to the order status page
Fee in basis points (e.g., 20 = 0.20%)
Actual fee amount collected in fiat currency