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