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
}
]
}Retrieve a list of available banks or e-wallet providers for a specific country and method type
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
}
]
}Bearer token authentication. Obtain token from /v1/oauth/token endpoint
BANK, E_WALLET Bank/method identifiers retrieved successfully
Show child attributes