Get bank lists
The endpoint retrieves the list of banks in a particular country.
get bank lists
GET
v2/banks
Headers
Name
Type
Description
Accept*
string
application/json
V-PRIVATE-KEY*
string
your vesicash private key
V-PUBLIC-KEY*
String
your vesicash public key
Request Body
The request should include a JSON payload with the parameter below:
country_code(string): The code of the country eg "ng' for Nigeria
Request
For example, you can make a post request to the endpoint above and pass in the raw json data below to create a one-off transaction.
Response
The response is in JSON format and follows the schema
Last updated