v1

latestOpenAPI 3.1.02026-08-06173665.4 KB

Retrieve catalog of SPEI participants

Returns a paginated list of bank and institutions that are part of the SPEI Network.

get/v1/banks

Response

A list of institutions

total_banksinteger
pageinteger
page_sizeinteger

Example response

{
  "total_banks": 2,
  "page": 1,
  "page_size": 50,
  "banks": [
    {
      "id": "9d84b03a-28d1-4898-a69c-38824239e2b1",
      "name": "FINCO_PAY",
      "token": "734",
      "BIM": "734",
      "code": "90734",
      "bank_status": "ACTIVE"
    }
  ]
}