v1

latestOpenAPI 3.1.02026-07-22155403592.5 KB
Banking
Banking accounts

Get aggregated list of account counterparts found in transactions

Returns the aggregated list of account counterpats found in transactions. Useful for categorisation.

get/consumers/{consumer_id}/banking/counterparts

Path parameters

consumer_idstring uuid required

Query parameters

pageinteger

Page number

sizeinteger

Page size

account_idstring nullable
date_fromstring date nullable
date_tostring date nullable

Response

Successful Response

totalinteger required
pageinteger required
sizeinteger required

Example response

{
  "items": [
    {
      "name": "John Doe",
      "reference": "FR76300040123456789012345678",
      "details": "Chift counterpart"
    }
  ]
}