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"
}
]
}Retrieve a list of available branches for a specific bank or payment method
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"
}
]
}