Retrieve an order
GET {{base_url}}/api/orders/:order_id
Retrieve the details of an order that has been created. Provide the unique order ID, and the corresponding order information is returned.
Full documentation: Merchant API - Retrieve an order
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Revolut-Api-Version | string | The version of the Merchant API, specified in YYYY-MM-DD format. If not specified, you will receive an error. |
For more information about API versioning, see: API versions |