Skip to main content

Get All Supported Banks

POST /api/payments/get-bank-info

Get all banks supported by Pesawise to make payments to

Header Parameters
  • api-key string required
  • api-secret string required
Responses

Fetched banks

Response Headers
  • x-request-id any

    Request Id for traceability

Schema
  • Array [
  • id int64 required

    Pesawise Bank identifier

  • bankCode string required

    Kenya Bankers Association Code

  • bankName string required

    Name of Bank

  • ]
Loading...