Skip to main content
Returns all banks supported by Paylink in a given country. Each bank record includes a human-readable name and a machine-readable code. Use these codes when initializing transfers (destination_bank_code), issuing refunds (bank_code), or resolving account details.
Cache the bank list in your application and refresh it periodically rather than calling this endpoint on every transaction. The list changes infrequently.
This endpoint does not require authentication headers. It is publicly accessible.

Query parameters

string
default:"NG"
Uppercase ISO 3166-1 alpha-2 country code specifying which country’s banks to return. Defaults to NG (Nigeria).

Example request

Example response

Response fields

string
Request outcome. success indicates the list was returned successfully.
array
Array of bank objects supported in the requested country.

Where to use bank codes