v1

latestOpenAPI 3.1.02026-08-04103211436.0 KB
Banks

List banks

Returns the company's bank relationships. A bank relationship with no products at all is silently excluded from the results. For each relationship, bankProducts only lists its active products — products marked inactive, or that Embat can no longer match to an account, are silently excluded from that array.

get/banks/{companyId}

Path parameters

companyIdstring required

Response

Successful Response

Example response

{
  "data": [
    {
      "id": "bank_5f2c1a",
      "bankService": "bbva",
      "bankFullName": "Banco Bilbao Vizcaya Argentaria",
      "lastAggregationOK": "2024-01-15T08:30:00Z",
      "bankProducts": [
        {
          "id": "prod_8f3a1c",
          "product": "Cuenta Corriente",
          "alias": "Main checking account",
          "type": "checking",
          "balance": 15234.67,
          "lastAggregationOK": "2024-01-15T08:30:00Z",
          "accountNumber": "ES9121000418450200051332"
        }
      ]
    }
  ]
}