Additional details about the credit line application status.
- CREDIT_LINE
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Request
The status of a consumer credit line application has changed. Please see here all the events that trigger this webhook.
The status of a consumer credit line application.
The ID of the signing resource, created after the customer's identification and e-signing process has been triggered.
An object containing certain actions required for the scoring process.
The IBAN of the customer's account to use for the account snapshot.
The person ID of the customer applying for the credit line.
The offered credit line limit.
The offered interest rate to apply to the credit line.
The net disposable income available to the customer after deducting all taxes.
The customer's marital status.
The unique ID of a customer's identification resource.
The unique ID of a consumer credit line application.
The customer's employment status.
Solaris' decision on the credit line application.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/credit_line_application
{ "status_description": "string", "status": "account_snapshot_pending", "signing_id": "7c63600ddddec4f2668893af39c1b814csig", "scoring_workflow": { "required_actions": [ … ] }, "recipient_iban": "DE92370601930002130041", "reason": "string", "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "partner_reference_number": "ABHP244919", "offered_limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "offered_interest_rate": 2.5, "net_disposable_income": { "value": 1000, "unit": "cents", "currency": "EUR" }, "marriage_status": "UNMARRIED", "identification_id": "9e2e85c62230a652325964282c84559fcidt", "id": "35eee37033c5436f9cbff6df1f88e097ccla", "employment_status": "EMPLOYED", "decision": "OFFERED", "credit_line_id": "1908331fb8384edcbfe63067366c4b6accln" }
Request
One or more attributes of a credit line were changed. See here all the events that trigger this webhook. Please note that webhook payload is returned as a JSON-encoded string.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/credit_line
{ "data": { "event_type": "CREDIT_LINE", "entity_uuid": "2d685ca48fab499a841d19fd8bcfe314ccln", "payload": { … } } }
Request
A customer has declined the authentication process for a 3DS transaction. After receiving this webhook notification, you can stop showing the authentication screen to the customer. Note: This webhook event is only relevant for the old 3DS flow, which will be deprecated. The new 3DS flow using change request does not make use of this webhook.
UTC timestamp from when the 3DS challenge was presented to the customer.
UTC timestamp when the 3DS challenge was expired.
The person ID of the customer who initiated the 3DS transaction.
The ID of the card that was used for the 3DS transaction.
The authorization change request ID.
The decline change request ID.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/delegate_sca_cancel
{ "amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "merchant": { "name": "MCDONALDS 1435", "country": "DE", "url": "https://mcdonalds.de" }, "challenged_at": "2022-11-07T13:34:27+00:00", "expires_at": "2022-11-07T13:39:27+00:00", "person_id": "682a85d7e490c1360f6c2be2f1addd57cper", "card_id": "03bafc5569a53a62dd02ad2e5a789b80mcrd", "authenticate_change_request_id": "bbcafe6e9cc66a4aebaa907cea325435csc", "decline_change_request_id": "6fbb54aebc42e2c5d4dc881d5cf566d6csc", "channel": "browser" }