Retrieve Banks
GET/payouts/banks/:country_code
Retrieves the available banks for a specified country.
The country_code must be supplied as a two-letter lowercase ISO 3166-1
country code.
The source documentation states that the request fails when no country code is specified.
Request
Responses
- 200
- 400
- 401
- 404
Bank information retrieved successfully.
Missing or invalid country code.
Authentication failed.
No banks were found for the supplied country code.