How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Revolut Orders API

The Orders resource in the Merchant API offers a comprehensive solution for managing the lifecycle of orders within your e-commerce or retail platform. Designed to streamline order processing, this resource encapsulates a suite of operations that allow for efficiently handling order management-related tasks. For more information about the order lifecycle, see: [Order and payment lifecycle](https://developer.revolut.com/docs/guides/merchant/reference/order-lifecycle).These operations are equipped to handle various order management scenarios, providing a robust interface for businesses to interact with their order data.To process a payment related to your customers' purchases, you need to create an `Order` object. Then you can use an order's unique `token` to process and accept payments via the Revolut Checkout Widget.:::warningThe [Create an order endpoint](https://developer.revolut.com/docs/api/merchant#create-order) was updated to a new version and now returns `token` as the public identifier for the order. Previous integrations might still use the deprecated endpoint returning `public_id`.We strongly advise upgrading to the new [Create an order endpoint](https://developer.revolut.com/docs/api/merchant#create-order).:::

Revolut Orders API is one of 46 APIs that Revolut publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Order. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 18 operations across 12 paths, and defines 158 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 4 base URLs: https://merchant.revolut.com, https://sandbox-merchant.revolut.com, https://revx.revolut.com/api/1.0, https://revx.revolut.codes/api/1.0.

18 operations 12 paths 158 schemas 2 DELETE7 GET1 PATCH7 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://b2b.revolut.com/api/1.0
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Revolut Orders API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (Api-Key). An API key is passed in the header as X-Revx-API-Key (ApiKey).

  • Api-Key — Each Merchant API request must contain an authorization header in the following format: 'Authorization: Bearer ' To use this API, you need to generate API keys…
  • ApiKey — The [API key](https://developer.revolut.com/docs/api/revolut-x-crypto-exchangeapi-key) obtained from the [Revolut X web app](https://exchange.revolut.com/). It…

Paths & Operations 18

Across 12 paths, the API surfaces 18 operations — 2 DELETE, 7 GET, 1 PATCH, 7 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Orders 18

The Orders resource in the Merchant API offers a comprehensive solution for managing the lifecycle of orders within your e-commerce or retail platform. Designed to streamline orde…

POST
/api/orders
Create an order
createOrder 2 params body → 201400401404
GET
/api/orders
Retrieve an order list
retrieveOrderList 9 params → 200400401
GET
/api/orders/{order_id}
Retrieve an order
retrieveOrder 3 params → 200400401404
PATCH
/api/orders/{order_id}
Update an order
updateOrder 3 params body → 200400401404422
POST
/api/orders/{order_id}/increment-authorisation
Increment authorisation
incrementAuthorisation 3 params body → 200400404422
POST
/api/orders/{order_id}/capture
Capture an order
captureOrder 3 params body → 200400401404
POST
/api/orders/{order_id}/cancel
Cancel an order
cancelOrder 3 params → 200400401404
POST
/api/orders/{order_id}/refund
Refund an order
refundOrder 4 params body → 201400401404422
POST
/api/orders/{order_id}/payments
Pay for an order
payOrder 2 params body → 200400401404
GET
/api/orders/{order_id}/payments
Retrieve payment list of an order
retrievePaymentList 2 params → 200400401404
POST
/orders
Place order
placeOrder 2 params body → 2004004014034094295XX
DELETE
/orders
Cancel all active orders
cancelAllOrders 2 params → 2044014034094295XX
GET
/orders/active
Get active orders
getActiveOrders 8 params → 2004004014034094295XX
GET
/orders/historical
Get historical orders
getHistoricalOrders 9 params → 2004004014034094295XX
GET
/orders/{venue_order_id}
Get order by ID
getOrder 3 params → 2004004014034044094295XX
DELETE
/orders/{venue_order_id}
Cancel order by ID
cancelOrder 3 params → 2044004014034044094295XX
PUT
/orders/{venue_order_id}
Replace order
replaceOrder 3 params body → 2004004014034044094295XX
GET
/orders/fills/{venue_order_id}
Get fills of order by ID
getOrderFills 3 params → 2004004014034044094295XX

Schemas 158

The contract defines 158 schemas that model the data the API accepts and returns. The most detailed are Order-v7 (31 properties), OrderDetails (26 properties), Order-Simplified-v2 (23 properties), Order (22 properties). Each schema is shown below with its type and property counts.

Order-v7
object
To process the order from a credit or debit card, you create an Order object. You can then retrieve, capture, cancel, refund, or pay an order using its unique…
31 properties
Checkout-Url
string
Link to a checkout page hosted by Revolut.
Phone
string
The phone number of the customer in [E.164 format](https://en.wikipedia.org/wiki/E.164).
Lodging-v3
object
Object containing details of a lodging booking. :::info These are the specific data field requirements for merchants who must provide lodging data. Note that t…
2 properties 1 required
Booking-Id
string
A unique identifier provided by the merchant associated with the order. This bookingid is used to reference and correlate booking information with the Merchant…
Crypto-Transactions-v3
object
Object containing information about crypto transactions associated with the order. :::info Processing crypto on-ramp transactions with Revolut has additional c…
2 properties 1 required
Journey-Leg
object
9 properties 6 required
Order-Amount-v2
integer
The order total expressed in minor currency units, according to the [ISO 4217 standard](https://en.wikipedia.org/wiki/ISO4217). For example, 7034 in EUR corres…
Three-Ds-Fingerprint-v2
object
Information about the 3DS fingerprint challenge.
2 properties 2 required
Fees
array
The details of the order fee.
Order-Capture-v2
object
Order capture request parameters. You can optionally provide line items when capturing an order. This is useful when you need to adjust the final order details…
2 properties
Supplier-Payment-Date
string
[ISO 8601](https://en.wikipedia.org/wiki/ISO8601) date and time when the funds are released to merchants.
Payment-Id
string
The ID of the payment.
Lodging-Booking-Type
string
Indicates whether the booking terms are fixed or flexible. | Parameter value | Description | | --------------- | ----------- | | fixed | Non-modifiable once co…
Order-Token
string
Temporary ID for the order, which expires when the payment is authorised. The order token is used for [token-based initialisation](https://developer.revolut.co…
Bank-Message
string
The reason for a failed or declined payment, sent by the financial institution processing the payment.
Refund-Amount
integer
The amount to be refunded, specified in the smallest currency unit (e.g., cents for USD, pence for GBP).
Currency
string
[ISO 4217](https://en.wikipedia.org/wiki/ISO4217) currency code in upper case. :::info For more information about the supported currencies, see: [Help Center](…
Orders-v2
object
1 property 1 required
Arn
string
Acquirer Reference Number (ARN) of the payment. :::note Only returned for refund payments made by a card. :::
Card-Checks-v2
object
The details of the check for card payment. Only for orders with successful payments.
5 properties
Environment
object
Environment object, indicating in which environment the payment was made. :::warning Only required if initiator: customer. ::: :::note Only browser is availabl…
Guests
array
List of guests associated with the booking.
Google-Pay
object
Object containing details of a card used via Google Pay.
16 properties 1 required
Cancel-Authorised-After-v2
string
Automatic cancellation period for uncaptured orders, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO8601) format. After this period, the authorised p…
Ticket
object
Object containing information about a ticket associated with the booking.
3 properties 1 required
RPay-Card
object
5 properties 2 required
Line-Item
object
11 properties 5 required
Contact
object
Contact details for someone responsible for the shipment. :::warning At least email or phone is required. :::
3 properties
Order-Creation-v7
object
Object schema containing information about order creation body request parameters.
19 properties 2 required
Order-Type-v2
string
The type of the order.
Network-Transaction-Id
string
The Network Transaction ID (NTI) is a unique identifier assigned by the card scheme (e.g., Visa or Mastercard) to a card transaction. It can be used to trace t…
Incremental-Authorisations
array
History of incremental authorisation attempts for this order. Only present for orders with authorisationtype: preauthorisation. Contains all increment attempts…
Increment-Amount
integer
The new total amount to be authorised (in minor units, e.g., cents). This should be the full new amount, not the increment value. For example, if the current a…
Lodging-Check-In-Date
string
[ISO 8601](https://en.wikipedia.org/wiki/ISO8601) date and time of the check-in.
Payment-Authorised-Amount
integer
The currently authorised amount for this payment (in minor units). For pre-authorised payments with incremental authorization: - Initially equals the amount fi…
Shipment
object
Details of an individual shipment.
4 properties 2 required
Refundability
string
Parameter indicating whether the booking is refundable, partially refundable, or not refundable.
Lodging-Check-Out-Date
string
[ISO 8601](https://en.wikipedia.org/wiki/ISO8601) date and time of the check-out.
Full-Name
string
The full name of the customer.
Related-Order-Id
string
The unique ID of the original order that was refunded and this refund is associated with. You can use this ID to get more information about the related order u…
Three-Ds
object
Information about the 3DS challenge.
2 properties 2 required
Discount
object
Details of a discount applied to the line item, including its name and monetary value.
2 properties 2 required
Redirect-Url
string
The URL your customer will be redirected to after a successful payment on the hosted checkout page (checkouturl parameter's value of the order). :::warning Res…
Card-For-Payment-Details
object
4 properties 1 required
Increment-Reference
string
External reference for this incremental authorisation. :::tip Use your internal charge or invoice ID. This reference is returned in webhooks for easy matching…
Customer-Id
string
Unique identifier for the customer.
Email
string
The email address of the customer.
Saved-Payment-Method
object
1 property 1 required
Order-State
string
The state of the order in its lifecycle. | State | Description | |-------|-------------| | pending | Order created, awaiting payment | | processing | Payment i…
Payment-Settled-Currency
string
The currency of the settled payment. [ISO 4217](https://en.wikipedia.org/wiki/ISO4217) currency code in upper case. :::info For more information about the supp…
Settlement-Currency
string
[ISO 4217](https://en.wikipedia.org/wiki/ISO4217) currency code in upper case. If settlementcurrency is different from the value of currency, the money will be…
Payer
object
The person who made the payment. This object is present when an email or phone number is provided during the payment flow. Capturing payer details lets you ide…
2 properties
Sepa-Direct-Debit
object
Object containing details of a SEPA Direct Debit payment. :::info For more information, see: [SEPA Direct Debit server-to-server integration](https://developer…
5 properties 1 required
Car-Rental-v2
object
Object containing additional information about a car rental booking associated with the order. :::info These are the specific data field requirements for merch…
7 properties 2 required
Guest
object
2 properties 2 required
Fee
object
3 properties
Authentication-Challenge
object
Details about the authentication challenge that should be performed to complete the authentication process. For more information about Revolut's 3DS solution,…
Payment-Retrieval
object
9 properties 3 required
Passenger
object
2 properties 2 required
Incremental-Authorisation-Request
object
3 properties 1 required
Shipments
array
List of individual shipment details.
Revolut-Pay-Card
object
Object containing details of a card used via Revolut Pay.
16 properties 1 required
Subscription-Id
string
Unique identifier for the subscription.
Merchant-Order-Data
object
Object for providing additional information stored in the merchant's order management system.
2 properties
Metadata
object
Additional information to track your orders in your system, by providing custom metadata using " " : " " pairs. :::warning Restrictions: - Both keys and values…
Order-Id
string
Permanent order ID used to retrieve, capture, cancel, or refund an order after authorization.
Payment-Token
string
Temporary token of the payment used to fetch the reward offer during checkout and link user registrations to the given offers. The token is only valid for a li…
Event
object
Object containing booking information about a specific event.
9 properties
Authentication-Challenge-v2
object
Details about the authentication challenge that should be performed to complete the authentication process. For more information about Revolut's 3DS solution,…
Passengers
array
Array containing information of passengers associated with the booking.
Expire-Pending-After
string
Automatic expiration period for pending orders, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO8601) format. Orders in pending state will be automati…
Journey-Legs
array
Array containing information of journey legs associated with the booking. :::info This field is required for activating Revolut Flight Alerts functionalities w…
Order-Simplified-v2
object
A simplified order object returned in list responses. To get the full details of an order, use the [Retrieve an order](https://developer.revolut.com/docs/api/m…
23 properties 10 required
Events-v2
object
Object containing booking information for a list of event tickets associated with the order. :::info These are the specific data field requirements for merchan…
2 properties 1 required
Subscription-Settled-Cycle-Id
string
The unique identifier of the settled (post-paid) subscription cycle whose usage-based charges this order collects. This is the previous billing cycle whose usa…
Revolut-Pay
Sepa-Direct-Debit-Mandate-Reference
string
The unique mandate reference generated by Revolut. Include this in pre-debit notifications sent to your customers.
Order-Capture-Amount
integer
Specify an amount to capture, in minor currency units. The amount must not exceed the authorised amount. An order can only be captured once. Partial capture is…
Three-Ds-Fingerprint
object
Information about the 3DS fingerprint challenge.
3 properties 3 required
Card
object
Object containing details of the card used for the payment.
16 properties 1 required
Subscription-Data
object
Subscription details linked to the order. Use this object to match an order with its underlying subscription and understand the billing context in which the or…
4 properties 2 required
Payment-Method-v2
object
The details of the payment method used to make the payment.
Industry-Data-v3
object
Object containing industry-specific information associated with the order. You can provide data for one or multiple industries in a single order. :::info In th…
6 properties
Line-Items
array
An array of line items included in the order. Each line item represents an individual product or service, along with its quantity, price, taxes, and discounts.…
Lodging-Item
object
Object containing details of an individual lodging entry.
8 properties
Customer-v2
object
Object containing information about a customer. If you have it, we strongly advise providing at least either id, phone, or email. Using the [Customers operatio…
5 properties
Decline-Reason-v2
string
The reason for a failed or declined payment. A failed or declined payment can result from multiple reasons. To learn more, check our [failure reasons](https://…
Subscription-Active-Cycle-Id
string
The unique identifier of the active (pre-paid) subscription cycle that this order collects payment for. This is the current billing cycle whose recurring charg…
Tax
object
Details about a tax applied to the line item, including its name and the corresponding amount.
2 properties 2 required
Cancel-Authorised-After
string
Automatic cancellation period for uncaptured orders, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO8601) format. After this period, the authorised p…
Airline-Data-v2
object
Object containing additional information about an airline booking associated with the order. Use this object to provide required data to enable Revolut Flight…
10 properties 1 required
Address-v3
object
Details of a physical address.
6 properties 4 required
Sepa-Direct-Debit-Debtor-Name
string
The full name of the debtor as provided in the mandate.
Order-Update-v7
object
Object schema containing information about order update body request parameters.
17 properties
Enforce-Challenge-v2
string
The enforce challenge mode. automatic is used by default. | Parameter value | Description | | --------------- | ----------- | | automatic | The payments create…
Capture-Mode-v2
string
The capture mode of the order. automatic is used by default. | Parameter value | Description | | --------------- | ----------- | | automatic | The order is cap…
Capture-Deadline
string
The date and time by which the payment must be captured. After this deadline, the authorised funds may be automatically released by the card issuer.
Browser-Environment
object
Browser environment
8 properties 6 required
Order-Description
string
The description of the order.
Payment-Risk-Level
string
The risk level of the card. If the risk level is high, the payment might be declined.
Address-v4
object
Details of a physical address.
7 properties 4 required
Statement-Descriptor-Suffix
string
You can set a dynamic statement descriptor for your orders by providing a custom suffix. A statement descriptor is the text shown on cardholders' bank or card…
Payment-Created
string
The date and time the payment was created.
Error-v2
object
3 properties
Marketplace-v3
object
This object is required by Mastercard and Visa for merchants operating as marketplaces under the Merchant Category Code (MCC) 5262. The marketplace object ensu…
1 property 1 required
Shipping
object
Details about the shipping related to the order, including address, contact information, and individual shipments. :::info Required for merchants shipping phys…
3 properties
Address-v2
object
Object containing address details.
6 properties 2 required
Image-Url
string
URL to an image associated with the line item. :::warning Restrictions: - Must be a valid URI as defined by [RFC 3986](https://datatracker.ietf.org/doc/html/rf…
Payment-State-v2
string
The status of the payment.
Sepa-Direct-Debit-Debtor-Iban-Last-Four
string
The last four digits of the debtor's IBAN.
Fingerprint
string
A unique identifier for a payment method, always 44 characters long. This fingerprint can be used to uniquely identify various payment methods. Fingerprint gen…
RPay-Account
object
3 properties 2 required
Payment-Updated
string
The date and time the payment was last updated.
Outstanding-Amount
integer
The amount not yet paid for a given order (in minor currency units). For example, 7034 represents €70.34. The value in this field may differ from amount if the…
Payment-Settled-Amount
integer
The amount of the settled payment (minor currency unit). For example, 7034 stands for €70.34.
Date-Of-Birth
string
The birth date of the customer.
Merchant-Order-External-Reference
string
Merchant order ID for external reference. Use this field to set the ID that your own system can use to easily track orders.
Terminal-Hardware-Id
string
The hardware identifier of the Revolut Terminal device used to process the payment. :::note Only present for card-present transactions processed via Revolut Te…
Upcoming-Payment
object
Object containing information about upcoming payments associated with the order.
2 properties 2 required
Payment-Amount
integer
The payment amount in minor units (e.g., cents). The value of this field depends on the payment type and state. | Payment type | State | Amount value | |------…
Merchant-Order-Url
string
The URL of the order stored in the merchant's order management system. This URL will be included in the order confirmation email for payments made via Revolut…
Order-Refund-v2
object
The request body for creating a refund order.
5 properties 2 required
Quantity
object
Object representing the quantity details of a line item, including the amount and its associated unit of measurement.
2 properties 1 required
Refund-Currency
string
[ISO 4217](https://en.wikipedia.org/wiki/ISO4217) currency code in upper case. Must match the currency of the original order to be refunded. :::info For more i…
Lodging-Category
string
The type of the accommodation associated with the booking.
Authentication-Challenge-Type
string
Type of the authentication challenge the payment triggers.
Payment-v3
object
Represents a payment for an order. For pre-authorised payments, the authorisedamount field tracks the currently authorised amount, which may differ from amount…
18 properties 5 required
Revolut-Pay-Account
object
3 properties 1 required
Payment-Method-Type
string
The type of payment method used to pay for the order. Available values: | Payment method type | Description | | --------------------- | ----------- | | applepa…
Refunded-Amount
integer
The amount that was refunded from the order (in minor currency units). For example, 7034 represents €70.34. This applies to orders that have been refunded (i.e…
Subscription-Order-Billing-Reason
string
The reason this subscription order was created. | Value | Description | | ----- | ----------- | | cyclebilling | The order was automatically generated to colle…
Lodging-Location
object
Address of the accommodation.
6 properties 4 required
Location-Id
string
Unique ID representing the location where merchants sells products. :::info For more information, see: [Locations](https://developer.revolut.com/docs/api/merch…
Lodging-Supplier
object
Object containing supplier information about the lodging provider.
3 properties
Apple-Pay
object
Object containing details of a card used via Apple Pay.
16 properties 1 required
Crypto-Transaction
object
4 properties 3 required
Authorisation-Type
string
The type of authorisation for the order. Used with manual capture mode. If omitted, final is used by default. Pre-authorisation Pre-authorisation allows you to…
Incremental-Authorisation
object
Represents a single incremental authorisation attempt on an order. The incrementalauthorisations array tracks all increment attempts (successful and failed) in…
6 properties
Authorisation-Code
string
The authorisation code (or auth code) is a short, alphanumeric code returned by the cardholder's issuing bank to the merchant's terminal or payment gateway. It…
Order-Customer-v2
object
A lightweight customer object embedded in an order. This is a simplified representation intended for the order context. For the full customer object including…
5 properties 1 required
ClientTrade
object
A single trade.
16 properties 15 required
TriggeredBy
object
Details of the trigger order that submitted the current order. The current order was created when the trigger condition of a parent conditional or Take Profit/…
4 properties
OrderDetails
object
The requested order details.
26 properties 14 required
ActiveOrdersPaginatedResponse
object
2 properties 2 required
OrderPlacementResponse
object
1 property 1 required
OrderReplacementRequest
object
Request to replace an existing open order with a new one, atomically cancelling the original. Only the fields provided in the request are updated; omitted fiel…
6 properties 1 required
HistoricalOrdersPaginatedResponse
object
2 properties 2 required
OnFill
object
Details of the Take Profit/Stop Loss exit strategy order linked to the current order. The linked TPSL order will be submitted once the current order is filled.
3 properties
Order
object
22 properties 14 required
OrderReplacementResponse
object
1 property 1 required
OrderPlacementRequest
object
4 properties 4 required
MarketOrderConfiguration
object
Market order configuration. Must contain exactly one of 'basesize' or 'quotesize'.
2 properties
OrderTrigger
object
6 properties 5 required
ErrorResponse
object
Standard error response structure
3 properties 3 required
LimitOrderConfiguration
object
5 properties 1 required
ExecutionInstructions
array
List of execution instructions for the order. Can be provided as an empty array [] if no specific instructions are required.
Side
string
The direction of the order.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revolut-orders-api-openapi.yml Raw ↑

Other APIs Revolut publishes across the network.

Revolut Accounting API
Revolut Accounting categories API
Revolut Accounts API
Revolut Apple Pay merchant registration API
Revolut Applications API
Revolut Balance API
Revolut Card invitations API
Revolut Cards API
Revolut Configuration API
Revolut Counterparties API
Revolut Customers API
Revolut Disputes API
Where this information came from

This is an independent, third-party profile of Revolut Orders API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.