The status of a consumer loan application has changed.
- CONSUMER_OVERDRAFT
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/consumer_loan_application
{ "entity_uuid": "c5fe9ff6a90f47708e2d865d553c24f2clap", "event_type": "CONSUMER_LOAN_APPLICATION", "payload": { "status_description": "string", "status": "esign_pending", "skip_account_snapshot": true, "signing_id": "7c63600ddddec4f2668893af39c1b814csig", "seller": "string", "payout_description": "string", "loan_id": "string", "id": "108787ede6b743dcbe0c3398bc4a6ce8clap", "financed_good": "string", "delayed_payout_strategy": "none", "cash_price": { … }, "approximate_total_loan_expenses": { … } } }
The unique ID of a consumer overdraft, generated after an overdraft is offered.
The unique person ID, generated after completing the person onboarding process.
The unique ID of a consumer overdraft application.
The status of an overdraft offered to a consumer.
The daily rate at which interest is accrued on the used amount of an overdraft.
The date and time the overdraft was created.
The date and time when overdraft went negative.
The daily interest accrued by an person account.
The daily interest accrued by an person account.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/consumer_overdraft
{ "status": "created", "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "overdraft_rate": 9, "negative_since": "2021-08-03T18:01:48Z", "limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "interest_accrued": { "value": 1000, "unit": "cents", "currency": "EUR" }, "interest_accrual_rate": 3, "id": "00556cd181f2409aaa6c2a033cce3a8fcovd", "created_at": "2021-08-03T18:01:48.000Z", "consumer_application_id": "b83z264de98741018419b53648e20ca9coap", "account_iban": "DE87110101001000057123" }
The unique ID of a consumer overdraft application.
The unique partner ID, generated after creating a partner.
The unique person ID, generated after completing the person onboarding process.
The unique identification ID of a person, generated after completing the person identification process.
The status of a consumer overdraft application.
The date and time the consumer overdraft application was created.
The description of the consumer overdraft application status.
The number of the partner's contact person.
The name of the partner's contact person.
The unique ID of a consumer overdraft, generated after an overdraft is offered.
The consumer's employment status, mentioned in the signed self-declaration form.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/consumer_overdraft_application
{ "status_description": "The overdraft is approved and offered to the customer.", "status": "offered", "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "partner_risk_class": "d", "partner_requested_limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "partner_reference_number": "a123456", "partner_id": "6ee8e4c8bdc2f9b15870c989706aa9cccpar", "partner_contact_number": "+491565904345", "partner_contact_name": "Peter Mustermann", "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fcovd", "net_income_amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "minimum_credit_risk_criteria": {}, "limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "interest_accrual_rate": 0.1, "identification_id": "176a96d1ecf7459d659d1b7f0108a3f2cidt", "id": "b83z264de98741018419b53648e20ca9coap", "employment_status": "EMPLOYED", "credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd", "created_at": "2021-08-03T18:01:48.000Z", "account_iban": "DE87110101001000057123" }