Updates the limit change and activates the requested overdraft limit in the customer's account. After Solaris approves a consumer limit change, you have to call this endpoint and the requested amount will be set as an external limit to the customer's account.
Overdrafts (1.0)
https://docs.solarisgroup.com/_mock/api-reference/lending/overdrafts/
The application attributes
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/overdrafts/v1/persons/{person_id}/consumer_overdrafts/{overdraft_id}/limit_changes/{limit_change_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "tnc_accepted_at": "2021-08-03T18:01:48.000Z" }
Application
The unique ID of a consumer overdraft, generated after an overdraft is offered.
The unique ID of the related overdraft.
The status of a limit change.
The date and time the overdraft was created.
The date and time the terms and conditions were accepted by the customer.
The reason why the limit change was requested.
{ "tnc_accepted_at": "2021-08-03T18:01:48.000Z", "status": "requested", "requested_limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "reason": "Customer has a good scoring.", "overdraft_id": "b83z264de98741018419b53648e20ca9coap", "limit_at_creation_time": { "value": 1000, "unit": "cents", "currency": "EUR" }, "id": "00556cd181f2409aaa6c2a033cce3a8fcovd", "created_at": "2021-08-03T18:01:48.000Z", "attached_at": "2021-08-03T18:01:48.000Z" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/overdrafts/v1/persons/{person_id}/consumer_overdrafts/{overdraft_id}/limit_changes/{limit_change_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
LimitChange
The unique ID of a consumer overdraft, generated after an overdraft is offered.
The unique ID of a overdraft.
The status of a limit change.
The date and time the overdraft was created.
The date and time the terms and conditions were accepted by the customer.
The reason why the limit change was requested.
{ "tnc_accepted_at": "2021-08-03T18:01:48.000Z", "status": "limit_pending", "requested_limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "reason": "Customer has a good scoring.", "overdraft_id": "b83z264de98741018419b53648e20ca9coap", "limit_at_creation_time": { "value": 1000, "unit": "cents", "currency": "EUR" }, "id": "00556cd181f2409aaa6c2a033cce3a8fcovd", "created_at": "2021-08-03T18:01:48.000Z", "attached_at": "2021-08-03T18:01:48.000Z" }
The limit change attributes
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/overdrafts/v1/persons/{person_id}/consumer_overdrafts/{overdraft_id}/limit_changes
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "requested_limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "reason": "Customer scoring improved" }
LimitChange
The unique ID of a consumer overdraft, generated after an overdraft is offered.
The unique ID of the related overdraft.
The status of a limit change.
The date and time the overdraft was created.
The date and time the terms and conditions were accepted by the customer.
The reason why the limit change was requested.
{ "tnc_accepted_at": "2021-08-03T18:01:48.000Z", "status": "requested", "requested_limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "reason": "Customer has a good scoring.", "overdraft_id": "b83z264de98741018419b53648e20ca9coap", "limit_at_creation_time": { "value": 1000, "unit": "cents", "currency": "EUR" }, "id": "00556cd181f2409aaa6c2a033cce3a8fcovd", "created_at": "2021-08-03T18:01:48.000Z", "attached_at": "2021-08-03T18:01:48.000Z" }