Juice API
CtrlK
  • Home
  • Quick Start
  • Errors
  • Webhooks
  • API Request Authentication
  • CUSTOMERS
    • Create Customer
    • Update Customer
    • Fetch Customer
    • List Customers
    • Delete Customer
  • Payments
    • Overview
    • Encryption Keys
    • Initialize Payment
      • Cards
      • Bank Transfers
      • Stablecoins Transfer
      • Binance Pay
      • Interac e-Transfer
    • Capture Payment
      • Cards
      • Bank Transfer
      • Stablecoins Payment
      • Interac
      • Binance Pay
    • Authorize Payment
      • Cards
    • Payment Widget
      • Widget Integration Guide
  • Payment Transactions
    • Fetch Payment
    • List Payments
    • Payment Statistics
  • Transfers
    • Overview
    • Beneficiaries
      • Create Beneficiary
      • Fetch Beneficiary
      • List Beneficiaries
    • Transfers
      • Resolve NGN Account Number
      • Resolve BVN
      • List NGN banks
      • Initiate Bank Transfer
      • Initiate a Stablecoin Transfer
      • Fetch Transfer
      • List Transfers
Powered by GitBook
On this page
  1. Transfers
  2. Transfers

List NGN banks

Get the list of Nigerian banks.

This will enable you to fetch the correct bank names and updated bank codes.

GET /payment-methods/banks

There are no parameters required for executing this.

Responses

Code
Description

200

Banks

{
  "data": [
    {
      "code": "000023",
      "name": "PROVIDUS BANK"
    }
  ]
}
PreviousResolve BVNNextInitiate Bank Transfer

Last updated 1 year ago