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
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

country_code
string
required
method
enum<string>
required
Available options:
BANK,
E_WALLET

Response

Bank/method identifiers retrieved successfully

data
object[]