latestOpenAPI 3.0.02026-08-102633113.7 KB
ab5ecf64ab87
Consumer Overdrafts
List Consumer Overdrafts
This endpoint returns a list containing all consumer overdrafts for all of your customers.
get/v1/persons/consumer_overdrafts
Query parameters
page[number]integer
The page number to be fetched
page[size]integer
The page size (maximum amount of results) to be fetched
filter[person_id]string
Filter by business id
filter[account_iban]string
Filter by account_iban
filter[status]'created' | 'conditions_pending' | 'limit_pending' | 'attached' | 'defaulted_pending' | 'conditions_termination_pending' | 'termination_pending' | 'terminated' | 'reported_to_schufa'
Filter by status
filter[negative_since_from]string datetime nullable
Negative since from date.
filter[negative_since_to]string datetime nullable
Negative since to date.
Response
OverdraftWeb.V1.Consumer.ListOverdraftsResponse
Example response
[
{
"status": "created",
"person_id": "dc1a6812a14f6cc338cd084208535bcdcper",
"overdraft_rate": 9,
"negative_since": "2021-08-03T18:01:48Z",
"limit": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"interest_accrual_rate": 3,
"id": "00556cd181f2409aaa6c2a033cce3a8fcovd",
"created_at": "2021-08-03T18:01:48.000Z",
"consumer_application_id": "b83z264de98741018419b53648e20ca9coap",
"account_iban": "DE87110101001000057123"
}
]