Skip to main content

Financial Institutions

GET https://api-sandbox.epag.io/financialInstitution

This endpoint retrieves the details of financial institutions.

Authorization

HeaderValue
X-Auth-TokenMY_ACCESS_TOKEN

Example Request

Example Request

200 - Success
    curl --location 'https://api-sandbox.epag.io/financialInstitution?country=BR' \
--header 'X-Auth-Token: MY_ACCESS_TOKEN'

Example Response

Header
  Content-Type: application/json
Body
    {
"financial_institutions": [
{
"code": "246",
"name": "BCO ABC BRASIL S.A.",
"full_name": "Banco ABC Brasil S.A."
}
],
"refresh_token": "MY_ACCESS_TOKEN"
}