A credit card termination was created by Solaris for one of your customers' credit cards, or the status of an open termination has changed.
- CREDIT_CARD_BILL
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
The ID of the credit card application that is being terminated.
The reason for the termination.
The current status of the termination.
The date when the credit card termination will take effect.
The date until which the termination can be revoked.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/credit_card_application_termination
{ "id": "c7184779-3a57-5c8c-8ef4-c3aec9528531", "application_id": "a8cafe0c24e949c78bfbea04cb5b2905ccla", "reason": "CUSTOMER_WISH", "status": "IN_PROGRESS", "legally_terminated_at": "2023-08-31", "revocable_until": "2023-08-02", "created_at": "2023-07-28T14:47:00.000Z" }
UUID of the credit card application with which the bill is associated.
Status of the credit card bill.
Date when the SEPA Direct Debit for collecting the payment will occur.
The amount remaining to be paid on the current credit card bill (i.e., the total_outstanding_amount
minus any previous payments).
The type of credit card. Possible options are FULL
(charge) and PARTIAL
(revolving).
Indicates number of days in the grace period for paying off the required amount in each billing cycle.
The minimum percentage of the outstanding balance to be repaid each billing cycle.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/credit_card_bill
{ "id": "aa21dag9d713a066597474a4568fa015bill", "application_id": "55906d353e6e4208b8172c165d2b61a1ccla", "status": "PAID", "start_date": "2022-04-01", "end_date": "2022-04-30", "statement_date": "2022-05-01", "due_date": "2022-05-15", "sdd_collection_date": "2022-05-16", "previous_bill_amount": { "value": 5000, "unit": "cents", "currency": "EUR" }, "total_outstanding_amount": { "value": 5000, "unit": "cents", "currency": "EUR" }, "minimum_due_amount": { "value": 5000, "unit": "cents", "currency": "EUR" }, "outstanding_sddr_amount": { "value": 5000, "unit": "cents", "currency": "EUR" }, "outstanding_amount": { "value": 5000, "unit": "cents", "currency": "EUR" }, "current_bill_amount": { "value": 5000, "unit": "cents", "currency": "EUR" }, "dunning_fees": { "value": 5000, "unit": "cents", "currency": "EUR" }, "other_fees": { "value": 5000, "unit": "cents", "currency": "EUR" }, "repayment_type": "FULL", "grace_period_in_days": 15, "minimum_amount": { "value": 5000, "unit": "cents", "currency": "EUR" }, "minimum_percentage": 3, "accumulated_interest_amount": { "value": 5000, "unit": "cents", "currency": "EUR" }, "postbox_item_id": "c072c6e43f4d486cb553e9cd9fc1bae7pbxi" }
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" }