36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
Digits with optional decimal part
^(\d+(\.\d+)?|\.\d+)$"100.00"
Digits with optional decimal part
^(\d+(\.\d+)?|\.\d+)$"100.00"
50^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
The type of payment method to be used to complete an onramp order.
GUEST_CHECKOUT_APPLE_PAY Digits with optional decimal part
^(\d+(\.\d+)?|\.\d+)$"100.00"
50^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
The fees associated with the order.
Show child attributes
Digits with optional decimal part
^(\d+(\.\d+)?|\.\d+)$"100.00"
Valid blockchain wallet address, must be an alphanumeric string without any special characters
255^[A-Za-z0-9]{18,100}$"0xbF394748301603f18d953C90F0b087CBEC0E1834"
50^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
The status of an onramp order.
ONRAMP_ORDER_STATUS_PENDING_AUTH, ONRAMP_ORDER_STATUS_PENDING_PAYMENT, ONRAMP_ORDER_STATUS_PROCESSING, ONRAMP_ORDER_STATUS_COMPLETED, ONRAMP_ORDER_STATUS_FAILED The date and time the order was created.
"2025-04-24T00:00:00.000Z"
The date and time the order was last updated.
"2025-04-24T00:00:00.000Z"
A string with a max length of 4096 characters
4096255^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
Was this page helpful?
{
"orderId": "95b11417-f18f-457f-8804-68e361f9164f",
"paymentTotal": "100.00",
"paymentSubtotal": "100.00",
"paymentCurrency": "An example name",
"paymentMethod": "GUEST_CHECKOUT_APPLE_PAY",
"purchaseAmount": "100.00",
"purchaseCurrency": "An example name",
"fees": [
{
"type": "FEE_TYPE_NETWORK",
"amount": "100.00",
"currency": "An example name"
}
],
"exchangeRate": "100.00",
"destinationAddress": "0xbF394748301603f18d953C90F0b087CBEC0E1834",
"destinationNetwork": "An example name",
"status": "ONRAMP_ORDER_STATUS_PENDING_AUTH",
"createdAt": "2025-04-24T00:00:00.000Z",
"updatedAt": "2025-04-24T00:00:00.000Z",
"txHash": "<string>",
"partnerUserRef": "An example name"
}