GET
/
list
/
banks
curl --request GET \
  --url https://api.clickpesa.com/third-parties/list/banks \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "bic": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Get Bank List Response
name
string

Bank Name

bic
string

Bank Business Identifier Code (BIC)