Endpoints
| What you want to do | Endpoint |
|---|---|
| Make a payment | POST /v1/customers/{customerId}/accounts/{accountId}/payments |
| Send money abroad | POST …/payments/international |
| Get an FX quote | GET /v1/accounts/{accountId}/fx/quote |
| See which currencies you can use | GET /v1/payments/currencies |
| Work out a fee first | GET …/payments/fee |
| Manage scheduled payments | GET …/scheduled-payments |
Send either a saved
beneficiaryId or the payee details inline. For payments
funded by crypto, send a cryptoQuote instead of a payee. If you send none of these, the
request is rejected.