# OVERDRAFT_LIMIT_CHANGE The overdraft limit on a consumer's account has changed. Endpoint: POST overdraft_limit_change Version: 1.0 ## Request fields (application/json): - `id` (string) The ID of the overdraft. Example: "e26cd100ba0e4ddea88f6e34f0a911aeovlc" - `limit_at_creation_time` (object) Example: {"value":1000,"unit":"cents","currency":"EUR"} - `limit_at_creation_time.value` (integer, required) The amount value Example: 1000 - `limit_at_creation_time.currency` (string, required) The currency of the given value. Only EURO is currently supported. Example: "EUR" - `limit_at_creation_time.unit` (string, required) The unit of the given value. Enum: "cents" - `overdraft_id` (string) The ID of the existing consumer overdraft. Example: "fe906914c27f442ea86711b9a099d75dcovd" - `requested_limit` (object) Example: {"value":1000,"unit":"cents","currency":"EUR"} - `status` (string) The status of the limit change request. Example: "attached"