v3

latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KB
ledger-payments

Get supported payout currencies

Get supported payout currencies for cash payment.

get/ledger/cash-payments/currencies

Response

List of supported payout currencies

Example response

{
  "currencies": [
    {
      "paymentChannels": [
        {
          "name": "Bank Transfer",
          "id": "BANK_TRANSFER_NIGERIA",
          "beneficiaryType": "BeneficiaryLocalBankAccount"
        }
      ]
    }
  ]
}