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.
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
ISO 3166-1 alpha-3 country code (e.g., NGA).
Code Example
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'
platform
string
default:fincode
required
uuid
string
default:200
required
country
string
default:NGA
required