Skip to main content
GET
/
v1
/
bank
Get Bank List
const options = {method: 'GET', headers: {'x-api-key': '<api-key>'}};

fetch('https://sandboxapi.me-cash.com/v1/bank', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://developer.me-cash.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Query Parameters

currency
string
required

Currency code (e.g., NGN)

country
string
required

Country code (e.g., NG)

Response

List of banks retrieved successfully.

The response is of type any.