The Business API lets you list all of your own accounts, or fetch details of a specific account.
The basic account details include the account's ID, name, its balance and currency. They also indicate whether the account is active or not, whether it's visible to other businesses on Revolut, when it was created and when it was last updated.
To get the list of all your accounts with their basic details, make a GET
request to the /accounts
endpoint.
To see example requests and responses:
Alternatively, you can fetch those details for one specific account by providing the account's ID.
To see example requests and responses:
You can also get the full bank details of one of your accounts specified by the account ID.
To do that, you must make a request to the dedicated /accounts/{account_id}/bank-details
endpoint.
The details include information such as the account number, the name and address of the account owner, i.e. your business (beneficiary
& beneficiary_address
respectively), or the schemes available for this account (e.g. sepa
, elixir
).
Depending on the account, it can also include details such as its IBAN, BIC, sort code etc.
To see example requests and responses: