The message to a customer
- OVERDRAFT
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
ID of the account for which the message is being sent.
ID of the person associated to whom the message is being sent.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/message
{ "account_id": "c2a13abed3b0686ab5343aa748d7f2fecacc", "channel": "email", "person_id": "0ba2211cab11af6094d60ead81f2bd9dcper", "title": "Ihre Samsung Pay Bezahlung", "text": "string", "business_id": "567eaf2b22fce21a1920e14e11e2bfa3cbiz" }
The unique ID of a freelancer overdraft, generated after an overdraft is offered.
The unique person ID, generated after completing the person onboarding process.
The status of an overdraft offered to a freelancer.
The date and time the overdraft was created.
The daily interest accrued by a freelancer account.
The daily interest accrued by a freelancer account.
The daily rate at which interest is accrued on the used amount of an overdraft.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/overdraft
{ "status": "created", "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "overdraft_rate": 9, "limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "interest_conditions_enabled": true, "interest_accrued": { "value": 1000, "unit": "cents", "currency": "EUR" }, "interest_accrual_rate": 3, "id": "00556cd181f2409aaa6c2a033cce3a8fcovd", "created_at": "2021-08-03T18:01:48.000Z", "account_id": "575189c6eb825b10b9d0392fcb3bf61dcacc" }
The unique ID of a freelancer overdraft application.
The unique person ID, generated after completing the person onboarding process.
The status of a freelancer overdraft application.
The date and time the freelancer overdraft application was created.
The risk class assigned to a freelancer by the partner.
The number of the partner's contact person.
The name of the partner's contact person.
The unique ID of a freelancer overdraft, generated after an overdraft is offered.
The daily rate at which interest is accrued on the used amount of an overdraft.
Solaris' decision on the overdraft application.
The unique ID of a credit record, generated after creating a freelancer credit record.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/overdraft_application
{ "status": "offered", "rejection_reasons": [ "string" ], "person_id": "dc1a6812a14f6cc338cd084208535bcdcper", "partner_risk_class": "d", "partner_reference_number": "a123456", "partner_contact_number": "+491565904345", "partner_contact_name": "Peter Mustermann", "overdraft_rate": 9, "overdraft_id": "00556cd181f2409aaa6c2a033cce3a8fcovd", "limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "interest_conditions_enabled": true, "interest_accrual_rate": 3, "id": "b83z264de98741018419b53648e20ca9coap", "decision": "OFFERED", "credit_record_id": "fbb7d15fa4c54ba0b077592665ef04a4ccrd", "created_at": "2021-08-03T18:01:48.000Z", "account_snapshot_id": "string" }