Skip to main content
GET
/
payaza-account
/
api
/
v1
/
mainaccounts
/
merchant
/
banks
/
{currency_code}
Bank Codes
curl --request GET \
  --url https://api.payaza.africa/live/payaza-account/api/v1/mainaccounts/merchant/banks/{currency_code} \
  --header 'Authorization: <api-key>' \
  --header 'X-TenantID: <api-key>'
{
  "message": "List of banks for XAF",
  "status": true,
  "retry_count": 0,
  "data": [
    {
      "id": 3179,
      "name": "MTN Cameroon",
      "avatar": "https://payaza-assets.s3.amazonaws.com/production/1741623087222-download(4).png",
      "code": "MTNCMR",
      "active": true,
      "type": "mobile_money",
      "short_name": "MTN",
      "sort_code": null,
      "currency_code": "XAF",
      "country_code": "CMR",
      "block_transaction": false
    },
    {
      "id": 3180,
      "name": "Orange Money Cameroon",
      "avatar": "https://payaza-assets.s3.amazonaws.com/production/1744050523378-orange-money-logo-8F2AED308D-seeklogo.com.png",
      "code": "ORACMR",
      "active": true,
      "type": "mobile_money",
      "short_name": "Orange",
      "sort_code": null,
      "currency_code": "XAF",
      "country_code": "CMR",
      "block_transaction": false
    }
  ]
}

Authorizations

Authorization
string
header
required

Payaza {{Public API Key in Base 64}}

X-TenantID
string
header
required

live or test

Path Parameters

currency_code
string
required

The currency code (e.g., XAF, NGN)

Response

Payment successful

message
string

Response message.

status
boolean

Status of the request.

retry_count
integer

Number of retries.

data
object[]

List of available banks.