Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Revolut Expenses API

Get the list of all the expenses, or use the filters to narrow down the results.You can also get a specific expense, or get a receipt related to an expense by providing their respective IDs.:::noteThis feature is not available in Sandbox.:::For more information, see the guides: [Retrieve expenses and receipts](https://developer.revolut.com/docs/guides/manage-accounts/accounts-and-transactions/retrieve-expenses).

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

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

This API exposes 3 operations across 3 paths, and defines 11 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against 2 base URLs: https://b2b.revolut.com/api/1.0, https://sandbox-b2b.revolut.com/api/1.0.

3 operations 3 paths 11 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://b2b.revolut.com/api/1.0
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Revolut Expenses API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (AccessToken).

  • AccessToken — Each Business API request must contain an authorization header in the following format to make a call: Bearer . The access token will be obtained the first tim…

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Expenses 3

Get the list of all the expenses, or use the filters to narrow down the results. You can also get a specific expense, or get a receipt related to an expense by providing their res…

GET
/expenses
Retrieve a list of expenses
getExpenses 5 params → 200400403422default
GET
/expenses/{expense_id}
Retrieve an expense
getExpense 1 param → 200400403404422default
GET
/expenses/{expense_id}/receipts/{receipt_id}/content
Retrieve a receipt related to an expense
getExpenseReceipt 2 params → 200400403404422default

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are Expense (14 properties), Category (3 properties), ExpenseSplit (3 properties), TaxRate (3 properties). Each schema is shown below with its type and property counts.

Category
object
The [accounting category](https://developer.revolut.com/docs/api/businessdelete-accounting-category) of the expense split.
3 properties 2 required
ExpenseState
string
Indicates the state of the expense. Possible values: - missinginfo: The expense is missing some required information. This is the initial state of the expense…
ExpenseTransactionType
string
The type of the [transaction](https://developer.revolut.com/docs/api/businessget-transaction) related to the expense.
ExpenseSplit
object
3 properties 3 required
Expenses
array
TaxRate
object
The [tax rate](https://developer.revolut.com/docs/api/businessdelete-tax-rate) applied to the expense split.
3 properties 2 required
Expense
object
14 properties 8 required
Currency
string
[ISO 4217](https://en.wikipedia.org/wiki/ISO4217) currency code in upper case.
Amount
number
The amount of money.
Error
object
2 properties 2 required
LabelGroup
array
A label group with the selected label from that group. For example, you might have a label group called Department, and the label you select from that group mi…

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revolut-expenses-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