The status of a credit card application has changed.
- CREDIT_CARD_APPLICATION_TERMINATION
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
ID of the person who applied for the credit card.
ID of the Solaris account associated with the credit card.
IBAN of the Solaris account associated with the credit card.
ID of the reference account associated with the credit card.
The current status of the credit card.
Indicates the type of credit card.
The credit card limit approved for the customer by Solaris.
The credit card limit requested by the customer.
The current limit applied to the credit card. Can be less than or equal to the approved_limit
.
An array of reasons why the credit card application was declined.
Object containing information about the customer's repayment plan for the credit card.
Object containing information about the scoring for the credit card application.
Object containing information about the scoring for the credit card application.
Boolean value to indicate whether the credit card is currently subject to the dunning process.
The date & time when the credit card application was created.
ID of the termination of the credit card application.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/credit_card_application
{ "id": "6e6fefdcd553468fb04555499f060b18ccla", "external_customer_id": "string", "customer_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc", "account_iban": "DE53110101013323159108", "reference_account_id": "d1ed02309ca52b5e636e215ff82b2d52sddm", "status": "PENDING", "product_type": "CONSUMER_CREDIT_CARD", "billing_start_date": "2022-07-01", "billing_end_date": "2022-07-28", "approved_limit": { "value": 20000, "unit": "cents", "currency": "EUR" }, "requested_limit": { "value": 50000, "unit": "cents", "currency": "EUR" }, "current_limit": { "value": 15000, "unit": "cents", "currency": "EUR" }, "decline_reasons": [ "DECLINED_BY_SCORING" ], "repayment_options": { "upcoming_type": "PARTIAL", "minimum_amount": { … }, "minimum_percentage": 2, "current_type": "PARTIAL", "upcoming_billing_cycle": "MONTHLY", "current_billing_cycle": "MONTHLY", "grace_period_in_days": 15, "minimum_amount_lower_threshold": { … }, "minimum_amount_upper_threshold": { … }, "minimum_percentage_lower_threshold": 3, "minimum_percentage_upper_threshold": 20 }, "scoring_options": { "customer_desired_limit": { … }, "number_of_dependents": 1, "marital_status": "MARRIED", "living_situation": "LIVING_WITH_PARENTS", "living_situation_expenses": { … }, "net_income": { … }, "credit_repayment_excluding_mortgage": { … }, "other_credit_card_limit": { … }, "employment_since": "2019-08-24", "annual_turnover": { … }, "monthly_business_costs": { … }, "total_clients_12_months": 10, "has_credit_card": true, "reference_account_created_year": "2019", "member_since": "2019-08-24", "provision_code": "string", "reference_account_iban": "string" }, "in_dunning": true, "created_at": "2023-07-26T11:59:52+00:00", "qes_at": "2022-07-28", "active_termination_id": "c7184779-3a57-5c8c-8ef4-c3aec9528531", "repayment_type_switch_available_date": "2022-07-28" }
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" }