Wise ​
International money transfers, multi-currency accounts, and exchange rates via the Wise (TransferWise) API.
| Detail | Value |
|---|---|
| Category | FinTech |
| Base URL | https://api.transferwise.com/v1 |
| Authentication | Bearer Token |
| Endpoints | 4 |
| Connector key | wise |
Using Wise in a workflow ​
- Go to Connections and click New Connection.
- Pick Wise 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 /v1/profiles | List user profiles |
| POST /v1/quotes | Create a transfer quote |
| POST /v1/transfers | Create a transfer |
| GET /v1/transfers/{transferId} | Get transfer details |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.