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

Documentation Index

Fetch the complete documentation index at: https://docs.clickpesa.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authorization header containing the JWT access token returned from the generate token endpoint. The token already includes the Bearer prefix. Example: Authorization: Bearer eyJhbGciOi...

Response

Get Bank List Response

name
string

Bank Name

bic
string

Bank Business Identifier Code (BIC)