List payment institutions
GET {{baseUrl}}/payments/br/institutions/?country=BRA&page=1&page_size=100
Documentation 🥳
To create your organization's bank account (the account that will receive payments from users) you need to provide an institution id. This id is unique to Belvo's system, so you'll need to query our Institutions resource to find your bank and save the id parameter for future reference.
We've included a country query filter (by default) for OFPI payments, so that it makes your life just a little easier.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
country | string | The three-letter country code to filter institutions by. | |
page | number | A page number within the paginated result set. | |
page_size | number | Indicates how many results to return per page. By default we return 100 results per page. The maximum you can request is 1000. |