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 Tax rates API

Manage tax rates for your business.Create, retrieve, update, and delete tax rates 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.For more information, see the guides: [Manage accounting settings](https://developer.revolut.com/docs/guides/manage-accounts/accounting/manage-accounting-settings) and [Manage tax rates](https://developer.revolut.com/docs/guides/manage-accounts/accounting/manage-tax-rates).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/).

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

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

This API exposes 5 operations across 2 paths, and defines 7 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.

5 operations 2 paths 7 schemas 1 DELETE2 GET1 PATCH1 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 Tax rates 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 5

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

Tax rates 5

Manage tax rates for your business. Create, retrieve, update, and delete tax rates that can be assigned to your financial records such as [expenses](https://developer.revolut.com/…

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 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are TaxRateResponse (5 properties), ErrorWithId (3 properties), AccountingTaxRate (2 properties), UpdateTaxRateRequest (1 property). Each schema is shown below with its type and property counts.

TaxRateResponse
object
5 properties 4 required
ResourceCreatedResponse
object
Successfully created resource.
1 property
AccountingTaxRate
object
The tax rate that can be applied to financial records, such as expenses.
2 properties 1 required
UpdateTaxRateRequest
object
The new setting for the tax rate.
1 property
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…
ErrorWithId
object
3 properties 3 required
CreateTaxRateRequest

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

revolut-tax-rates-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