Skip to main content
GET
/
v1
/
beneficiaries
/
methods
List Bank Identifiers
curl --request GET \
  --url https://sandbox.api.fin.com/v1/beneficiaries/methods \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 1461,
      "name": "AB BANK LTD.",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1462,
      "name": "AGRANI BANK LTD.",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1463,
      "name": "AL-ARAFAH ISLAMI BANK LTD.",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1464,
      "name": "BANGLADESH BANK",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1465,
      "name": "BANGLADESH COMMERCE BANK LTD.",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1472,
      "name": "BRAC BANK LTD.",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1477,
      "name": "DUTCH-BANGLA BANK LTD",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1478,
      "name": "EASTERN BANK LTD.",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1485,
      "name": "ISLAMI BANK BANGLDESH LTD.",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1487,
      "name": "JANATA BANK LTD.",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1493,
      "name": "NATIONAL BANK LTD.",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1501,
      "name": "PRIME BANK LTD.",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1502,
      "name": "PUBALI BANK LTD.",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1512,
      "name": "STANDARD CHARTERED BANK",
      "method": "BANK",
      "has_branch": true
    },
    {
      "id": 1514,
      "name": "THE CITY BANK LTD.",
      "method": "BANK",
      "has_branch": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain token from /v1/oauth/token endpoint

Query Parameters

country_code
string
required

ISO Alpha-3 country code based on available countries to offramp

method
enum<string>
required

Payment method based on available methods in a particular country

Available options:
BANK,
E_WALLET

Response

Bank/method identifiers retrieved successfully

data
object[]