Skip to main content
GET
/
v1
/
beneficiaries
/
methods
/
{method_id}
/
branches
List Bank Branch Identifiers
curl --request GET \
  --url https://sandbox.api.fin.com/v1/beneficiaries/methods/{method_id}/branches \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 21513,
      "name": "SITAKUNDA",
      "branch_code": "020157391"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

method_id
string
required

Response

Branch identifiers retrieved successfully

data
object[]