1
Get available currencies
GET /ledger/cash-deposits/currencies
returns the currencies you can currently deposit in.2
Get a quote
POST /ledger/cash-deposits/quotes
locks in a conversion rate for the amount and currency you specify. Quotes
expire after a short window, so create the deposit soon after.3
Create the deposit
POST /ledger/cash-deposits
using the quote reference. This returns a single-use account number for
your customer to pay into.4
Query status or listen for webhooks
Poll
GET /ledger/cash-deposits/{reference},
or subscribe to transaction_activity.cash_deposit.* — see
Webhooks for Cash Deposits.
GET /ledger/cash-deposits
lists all deposits.