Retrieve all orders
Retrieve all orders by date range
X-API-KEY
Each Revolut Ramp Partners API call must contain an authorization header in the following format to make a call: X_API_KEY: {your_API_key}
.
Before you start, make sure that you've got the correct API key. For more information, see Get Partner keys.
Request
The earliest date for the order creation date range (inclusive) in the ISO 8601 format
The latest date for the order creation date range (inclusive) in the ISO 8601 format
The number of orders to skip at the beginning of the range when fetching orders
Possible values: >= 1
and <= 1000
Default value: 100
The maximum number of orders to fetch from the range
Response
OK
External UUID of the order
Example: {"amount":100,"currency":"USD"}
Fiat amount the customer paid for the crypto (excluding fees)
Fiat currency ISO 4217 code or cryptocurrency code
Example: {"amount":100,"currency":"USD"}
Crypto amount that the customer received
Fiat currency ISO 4217 code or cryptocurrency code
Fees
Example: {"amount":100,"currency":"USD"}
Revolut Ramp fee
Fiat currency ISO 4217 code or cryptocurrency code
Example: {"amount":100,"currency":"USD"}
Partner fee
Fiat currency ISO 4217 code or cryptocurrency code
Example: {"amount":100,"currency":"USD"}
Crypto network fee
Fiat currency ISO 4217 code or cryptocurrency code
Exchange rate for the order
Possible values: [card
, revolut
, apple-pay
, google-pay
]
Payment method used for the purchase
UTC date and time of order creation in the ISO 8601 format
UTC date and time of order update in the ISO 8601 format
Possible values: [AWAITING_PAYMENT
, PROCESSING
, COMPLETED
, FAILED
]
State of order processing
Possible values: [PAYMENT_NOT_RECEIVED
, PAYMENT_DECLINED
, CRYPTO_WITHDRAWAL_FAILED
, OTHER
]
Reason of order was failed
Wallet address to which crypto transfer was ordered
Blockchain transaction hash. Absent if no crypto transaction has been created yet. Always present if order is in the COMPLETED
state.
Additional properties passed in /buy endpoint as additionalProperties.* query params. Present only if order has been created with additional properties
Fees converted to partner currency
Example: {"amount":100,"currency":"USD"}
Revolut Ramp fee
Fiat currency ISO 4217 code or cryptocurrency code
Example: {"amount":100,"currency":"USD"}
Partner fee
Fiat currency ISO 4217 code or cryptocurrency code
Example: {"amount":100,"currency":"USD"}
Crypto network fee
Fiat currency ISO 4217 code or cryptocurrency code