The status of a freelancer overdraft application has changed.
- OVERDRAFT_LIMIT_CHANGE
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
The unique ID of a freelancer overdraft application.
The unique person ID, generated after completing the person onboarding process.
The status of a freelancer overdraft application.
The date and time the freelancer overdraft application was created.
The risk class assigned to a freelancer by the partner.
The number of the partner's contact person.
The name of the partner's contact person.
The unique ID of a freelancer overdraft, generated after an overdraft is offered.
The daily rate at which interest is accrued on the used amount of an overdraft.
Solaris' decision on the overdraft application.
The unique ID of a credit record, generated after creating a freelancer credit record.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/overdraft_application
{ "status": "offered", "rejection_reasons": [ "string" ], "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "partner_risk_class": "d", "partner_reference_number": "a123456", "partner_contact_number": "+491565904345", "partner_contact_name": "Peter Mustermann", "overdraft_rate": 9, "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fcovd", "limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "interest_conditions_enabled": true, "interest_accrual_rate": 3, "id": "b83z264de98741018419b53648e20ca9coap", "decision": "OFFERED", "credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd", "created_at": "2021-08-03T18:01:48.000Z", "account_snapshot_id": "string" }
The ID of the existing consumer overdraft.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/overdraft_limit_change
{ "id": "e26cd100ba0e4ddea88f6e34f0a911aeovlc", "limit_at_creation_time": { "value": 1000, "unit": "cents", "currency": "EUR" }, "overdraft_id": "fe906914c27f442ea86711b9a099d75dcovd", "requested_limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "status": "attached" }