cURL
curl --request GET \ --url https://api.payvessel.com/pms/api/external/request/wallet/banks/ \ --header 'api-key: <api-key>' \ --header 'api-secret: <api-secret>'
{ "status": true, "message": "Banks retrieved successfully", "data": [ { "bank_code": "058", "bank_name": "Guaranty Trust Bank", "bank_short_name": "GTBank", "bank_logo_url": "https://assets.payvessel.com/banks/gtbank.png", "is_active": true } ] }
Retrieve list of supported banks for fund transfers
/pms/api/external/request/wallet/banks/
api-key
api-secret
application/json
{ "status": true, "message": "string", "data": [ { "bank_code": "string", "bank_name": "string", "bank_short_name": "string", "bank_logo_url": "string", "is_active": true } ] }
Business API Key
Business API Secret
List of supported banks
Request status indicator
Response message
Show child attributes