Crypto Ramp Partner API
Retrieve an order
api
get
/orders/{orderId}

Retrieve an order

Retrieve an order by orderId and the wallet address

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

Path Parameters
Path Parameters

Possible values: Value must match regular expression ^(?:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(?:[0-9a-zA-Z]{26})$

External identifier of the order, should be either UUID or ULID

Query Parameters
Query Parameters

Wallet address to which crypto transfer was ordered

Response

OK

Response body
Body object

External UUID of the order

Fiat amount the customer paid for the crypto (excluding fees)

Fiat currency ISO 4217 code or cryptocurrency code

Crypto amount that the customer received

Fiat currency ISO 4217 code or cryptocurrency code

Fees

Revolut Ramp fee

Fiat currency ISO 4217 code or cryptocurrency code

Partner fee

Fiat currency ISO 4217 code or cryptocurrency code

Crypto network fee

Fiat currency ISO 4217 code or cryptocurrency code

Exchange rate for the order

Possible values: [card, revolut]

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

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.

Was this page helpful?
Loading...