/
/oauth2
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 4w ago · Updated 4w agoView markdown
Auth1
Single Search3
  • getGet Transaction Status
  • postCard Payment API
  • postAuthorize Transaction (3D Secure)
  • postTokenize Card [Recurrents]
  • postPurchase [Recurrents]
  • getGet Transactions
  • getGet Transaction V2
  • postCreate Bill
  • getGet Invoice Details
  • getGet Billers
  • getGet Biller Payment Item
  • postCustomer Validation
  • getGet Billers Categories
  • postCreate Voucher (E pins)
  • getGet Bank Codes
  • postSingle Transfer
  • postBulk Transfer
  • postChange Pin
  • postGet Balance
  • postGet Balance Statement
  • postGet Offer - ILS Call to Providers
  • postLogin
  • postCreate Route
  • postCreate Vehicle
  • postAssign Validator

Get Bank Codes

get/configuration/fundstransferbanks (COPY)

Headers

Authorizationstring
TerminalIDstring

Response

200

Example response

{
  "banks": [
    {
      "id": "31",
      "cbnCode": "044",
      "bankName": "Access Bank Nigeria Plc",
      "bankCode": "ABP"
    }
  ]
}