v1

latestOpenAPI 3.1.0Proprietary2026-07-244223105.2 KB
Account check

Get accounts information

Fetch IBAN and user's identity Please contact us to activate this feature

get/v3/aggregation/accounts-information

Response

Accounts information

Example response

{
  "resources": [
    {
      "item_id": 97388292,
      "first_name": "MICHEL",
      "last_name": "DUPONT",
      "accounts": [
        {
          "id": 48451587,
          "name": "Compte Courant",
          "type": "checking",
          "currency_code": "EUR",
          "provider_id": 574,
          "iban": "FR6914508000303386763591H62"
        }
      ]
    }
  ]
}