Skip to main content

Get All Bank Information

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

Schema
  • Array [
  • id int64 required

    Pesawise Bank identifier

  • bankName string required

    Name of Bank

  • ]
Loading...