The status of a mapping between a customer's main (current) account and a savings account has changed.
- FREELANCER_CREDIT_LINE_APPLICATION
Webhooks (1.0)
ID of the mapping between the main account and the savings account.
The current status of the savings account.
ID of the main account.
IBAN of the external or internal main account.main_account_iban is conditionally required when the main account is external.
IBAN of the seconday mapped accounts
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/deposit_account_update
{ "id": "13bc0b9d-3321-4bac-84ce-1b300a137d88", "status": "OPENED", "deposit_type": "SAVINGS_ACCOUNT", "deposit_account_id": "e48c29b85992b8772eb7ddd518490920cacc", "main_account_id": "148c29b85992b8772eb7ddd518490110cacc", "main_account_iban": "DE17110101000000000042", "secondary_mappings": [ [ … ] ], "updated_at": "2024-04-06T09:03:05.321+00:00" }
The unique ID of a credit line.
Solaris' decision on the credit line request.
The unique ID of a freelancer credit line application.
The unique identification ID of a freelancer, generated after completing the freelancer identification process.
The reference number of the mandate applicable on the credit line.
Solaris' offered interest rate on the installment loan.
The unique person ID, generated after completing the person onboarding process.
The IBAN of the beneficiary's account.
The status of the credit line application.
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/freelancer_credit_line
{ "credit_line_id": "c5f22b00baa845869ceb3a7d90d59bffccln", "decision": "REJECTED", "id": "7d903b7483294e3b902b89097d699dbdccla", "identification_id": "51462340e8653f8e2864801e8ebb4131cidt", "mandate_reference_number": "LXD3RGLRTP6HHM", "net_disposable_income": { "value": 1000, "unit": "cents", "currency": "EUR" }, "offered_interest_rate": 0.11, "offered_limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "person_id": "ad8f5cefdc73035f17973fecb4fa2ebccper", "reason": "string", "recipient_iban": "DE13110101014386274299", "status": "rejected", "status_description": "Rejected by Scorer" }
The new daily rate at which interest is accrued on the used amount of the overdraft.
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/freelancer_overdraft_interest_rate_change
{ "id": "string", "interest_accrual_rate": 0.1, "effective_from": "2019-08-24T14:15:22Z" }