Required Scopes: CUSTOMER_ACCOUNT_READ
Returns customer's account transaction data for the past excluding today
OK
Validation of the request failed.
Authentication failed. No api-key, wrong api-key or wrong header name.
Authorization failed. The caller has no privilege to the given resource.
Entity does not exists.
Conflict
Access denied - rate limit is exceeded.
Unexpected system error.
{- "result": [
- {
- "id": 0,
- "dueDate": "2019-08-24",
- "description": "string",
- "amount": {
- "amount": 20,
- "currency": "EUR"
}, - "openAmount": {
- "amount": 20,
- "currency": "EUR"
}, - "installmentPlan": true
}
], - "hasNext": true,
- "offset": "100"
}