latestOpenAPI 3.0.3UNLICENSED2026-08-2196241404.2 KB

76329919f8a7

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"
        }
      ]
    }
  ]
}