cURL
curl --request GET \ --url https://api-staging.stablestack.xyz/api/banks \ --header 'x-api-key: <x-api-key>'
200
basicResponse
{ "status": "success", "data": [ { "bank_code": "110005", "bank_name": "3LINE CARD MANAGEMENT LIMITED" }, { "bank_code": "120001", "bank_name": "9 PAYMENT SOLUTIONS BANK" } ], "message": "Bank list retrieved successfully"}
API reference for fetching Bank list
Currency filter (NGN or USD)
NGN
USD
Bank list retrieved successfully
The response is of type object.
object