Revolut Business ​
Business banking with multi-currency accounts, payments, and transaction management via Revolut.
| Detail | Value |
|---|---|
| Category | FinTech |
| Base URL | https://b2b.revolut.com/api/1.0 |
| Authentication | Bearer Token |
| Endpoints | 3 |
| Connector key | revolut-business |
Using Revolut Business in a workflow ​
- Go to Connections and click New Connection.
- Pick Revolut Business from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /accounts | List all accounts |
| POST /pay | Create a payment |
| GET /transactions | List transactions |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.