Represents a hold limit breach.
Current state of the hold limit breach.
| Enum Value | Description |
|---|---|
| OPEN | Hold limit breach is open and needs to be resolved. |
| CLOSED | Hold limit breach is closed and resolved. |
Example:"OPEN"
Reason the breach was closed, null if state is OPEN.
| Enum Value | Description |
|---|---|
| AUTOMATICALLY_RESOLVED | The breach was resolved automatically after the customer withdrew funds and the balance dropped below the hold limit. |
| MANUALLY_RESOLVED | The breach was closed by calling the Close Hold Limit Breach endpoint with a specified recipient. |
Example:"AUTOMATICALLY_RESOLVED"
Date when the hold limit breach was created.
Example:"2020-05-20T14:43:16.658Z"
{ "id": 200001, "profileId": 123456, "amount": 310.86, "currency": "EUR", "state": "OPEN", "closingReason": "AUTOMATICALLY_RESOLVED", "createdAt": "2020-05-20T14:43:16.658Z", "updatedAt": "2020-05-20T14:43:16.658Z" }