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 Accounting API

Manage [accounting settings](https://business.revolut.com/settings/accounting) for your business that can be assigned to your financial records such as [expenses](https://developer.revolut.com/docs/guides/manage-accounts/accounts-and-transactions/retrieve-expenses) or bills*.Create, retrieve, update, and delete settings such as accounting categories, tax rates, and labels.For more information, see the guides: [Manage accounting settings](https://developer.revolut.com/docs/guides/manage-accounts/accounting/manage-accounting-settings), [Manage accounting categories](https://developer.revolut.com/docs/guides/manage-accounts/accounting/manage-accounting-categories), [Manage tax rates](https://developer.revolut.com/docs/guides/manage-accounts/accounting/manage-tax-rates) and [Manage labels and label groups](https://developer.revolut.com/docs/guides/manage-accounts/accounting/manage-labels-and-label-groups), .See also the Revolut Help Centre: [Expenses](https://help.revolut.com/business/help/managing-my-business/expenses/) and [BillPay](https://help.revolut.com/business/help/integrating-with-external-apps/introduction-to-billpay/)._*Some settings are not supported for certain types of financial records.For example, labels cannot be applied to bills.Check the guides for details._

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

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

This API exposes 19 operations across 8 paths, and defines 16 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.

19 operations 8 paths 16 schemas 4 DELETE7 GET4 PATCH4 POST

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 Accounting 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 19

Across 8 paths, the API surfaces 19 operations — 4 DELETE, 7 GET, 4 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Accounting 19

Manage [accounting settings](https://business.revolut.com/settings/accounting) for your business that can be assigned to your financial records such as [expenses](https://develope…

POST
/accounting-categories
Create an accounting category
createAccountingCategory body → 201400401403409422429500
GET
/accounting-categories
Retrieve a list of accounting categories
getAccountingCategories 2 params → 200400401403429500503default
GET
/accounting-categories/{accounting_category_id}
Retrieve accounting category details
getAccountingCategory 1 param → 200400401403404429500503
PATCH
/accounting-categories/{accounting_category_id}
Update accounting category settings
updateAccountingCategory 1 param body → 204400401403404409422429
DELETE
/accounting-categories/{accounting_category_id}
Delete an accounting category
deleteAccountingCategory 1 param → 204400401403404422429500
POST
/label-groups
Create a new label group
createLabelGroup body → 201400401403409422429500
GET
/label-groups
Retrieve a list of label groups
getLabelGroups 2 params → 200400401403429500503default
GET
/label-groups/{group_id}
Retrieve label group details
getLabelGroup 1 param → 200400401403404429500503
PATCH
/label-groups/{group_id}
Update label group settings
updateLabelGroup 1 param body → 204400401403404409422429
DELETE
/label-groups/{group_id}
Delete a label group
deleteLabelGroup 1 param → 204400401403404422429500
POST
/label-groups/{group_id}/labels
Create a new label
createLabel 1 param body → 201400401403409422429500
GET
/label-groups/{group_id}/labels
Retrieve a list of labels from a label group
getLabels 3 params → 200400401403429500503default
PATCH
/label-groups/{group_id}/labels/{label_id}
Update a label
updateLabel 2 params body → 204400401403404409422429
DELETE
/label-groups/{group_id}/labels/{label_id}
Delete a label
deleteLabel 2 params → 204400401403404422429500
POST
/tax-rates
Create a new tax rate
createTaxRate body → 201400401403409422429500
GET
/tax-rates
Retrieve a list of tax rates
getTaxRates 2 params → 200400401403429500503default
GET
/tax-rates/{tax_rate_id}
Retrieve tax rate details
getTaxRate 1 param → 200400401403404429500503
PATCH
/tax-rates/{tax_rate_id}
Update tax rate settings
updateTaxRate 1 param body → 204400401403404409422429
DELETE
/tax-rates/{tax_rate_id}
Delete a tax rate
deleteTaxRate 1 param → 204400401403404422429500

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are AccountingCategoryResponse (6 properties), TaxRateResponse (5 properties), LabelResponse (4 properties), LabelGroupResponse (4 properties). Each schema is shown below with its type and property counts.

CreateLabelRequest
object
1 property 1 required
AccountingCategoryResponse
object
6 properties 4 required
TaxRateResponse
object
5 properties 4 required
ErrorWithId
object
3 properties 3 required
CreateLabelGroupRequest
object
2 properties 2 required
UpdateLabelGroupRequest
object
The new name for the label group.
1 property 1 required
PageToken
string
Cursor for the next page. Used for pagination when the total number of results exceeds the maximum number per page. To get the next page of results, make a new…
LabelGroupResponse
object
4 properties 4 required
UpdateLabelRequest
object
The new name for the label.
1 property 1 required
AccountingTaxRate
object
The tax rate that can be applied to financial records, such as expenses.
2 properties 1 required
UpdateAccountingCategoryRequest
object
The new settings for the accounting category.
3 properties
ResourceCreatedResponse
object
Successfully created resource.
1 property
UpdateTaxRateRequest
object
The new setting for the tax rate.
1 property
CreateTaxRateRequest
CreateAccountingCategoryRequest
object
The accounting category to create.
3 properties 2 required
LabelResponse
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revolut-accounting-api-openapi.yml Raw ↑

Other APIs Revolut publishes across the network.

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
Revolut Domestic payment API