Skip to main content
GET
/
bankmanagement
/
list-supported-banks-iso3
/
{country}
List Supported Banks
curl --request GET \
  --url https://{tenant}.fincode.software/api/v6/services/bankmanagement/list-supported-banks-iso3/{country} \
  --header 'X-Auth-Token: <x-auth-token>' \
  --header 'platform: <platform>' \
  --header 'uuid: <uuid>'
This endpoint returns a list of banks supported for payouts in the specified country. The response includes the bank code and name, which are required for validating accounts and creating transactions.

Request Headers

X-Auth-Token
string
required
The JWT Access Token of the authenticated user.
platform
string
default:"fincode"
required
Platform identifier. Use fincode.
uuid
string
default:"200"
required
Unique request identifier.

Path Parameters

country
string
required
ISO 3166-1 alpha-3 country code (e.g., NGA).

Code Example

cURL
curl -X GET 'https://remitjunction.fincode.software/api/v6/services/bankmanagement/list-supported-banks-iso3/NGA' \
--header 'X-Auth-Token: YOUR_TOKEN' \
--header 'platform: fincode' \
--header 'uuid: 200'

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Path Parameters

country
string
default:NGA
required

Response

200

List of banks