The status of a consumer loan application has changed.
- CONSUMER_LOAN_APPLICATION
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
The unique ID of the fronting loan, generated after a loan is created for the customer.
The unique ID of a consumer fronting loan application.
The IBAN of the loan's recipient to which the loan will be paid out.
The interest rate to apply to the fronting loan.
The loan amount.
Your Solaris prefund account from which the full loan amount (agio + net loan amount) must be transferred to Solaris' settlement account.
Your account to which the agio is transferred.
The Solaris settlement account from which the loan amount is transferred to the customer's account.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/consumer_fronting_application
{ "agio": 0, "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "application_id": "504f3c3659e14079a6941fe5b7a75eaacfla", "collateral_account_iban": "DE85110101014480677574", "collection_account_iban": "DE87110101001000057123", "duration": 12, "id": "620b95f7987243d398c2621c889a2039cflo", "recipient_iban": "DE92370601930002130041", "recipient_name": "Max Mustermann", "requested_interest_rate": 0.04, "settlement_account_iban": "DE07110101014503906016", "status": "payout_issued" }
- 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" }