A payment moves money from an account to a payee. The same request works for normal and scheduled payments. International payments add one extra step: you get a quote first.

Endpoints

What you want to doEndpoint
Make a paymentPOST /v1/customers/{customerId}/accounts/{accountId}/payments
Send money abroadPOST …/payments/international
Get an FX quoteGET /v1/accounts/{accountId}/fx/quote
See which currencies you can useGET /v1/payments/currencies
Work out a fee firstGET …/payments/fee
Manage scheduled paymentsGET …/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.