cURL
curl --request GET \ --url https://test.digitaltermination.com/api/payouts/banks/{countryCode} \ --header 'Authorization: Bearer <token>'
{ "code": 200, "banks": [ { "name": "ACCESS BANK", "code": "300329", "country": "GHA" } ] }
Retrieve a list of banks for a given country using the ISO country code.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ISO country code for which to retrieve bank details.
"US"
A list of banks in the specified country.
200
Show child attributes
"ACCESS BANK"
"300329"
"GHA"