The customer's identification document is about to expire. If no valid identification document is submitted by the blocking date, the account will be blocked.
- QUESTIONS_REQUIRE_RESPONSE
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Request
Solaris has created a set of follow-up questions for one of your customers. The payload will contain information about the question set itself and a list of all the questions in the set. For more information, see the Questions and Answers guide.
ID of the question set created by Solaris.
ID of the entity (person or business) to whom the question set is assigned.
The ID of an additional Solaris resource related to the question set (e.g., an identification).
The deadline for answering all questions in the set.
Object containing information about the question set recipient.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/questions_require_response
{ "question_set_id": "cf860f53574c1ca743232feaf1c81e71cqst", "entity_id": "fd950f53574c1ca743232feaf1c81e71cper", "context_id": "fd950f53574c1ca743232feaf1c81e71cedd", "deadline": "2022-09-15T11:20:16.840208Z", "recipient": { "recipient_id": "ea950f53574c1ca743232feeaf1c81e71cper", "recipient_type": "CUSTOMER" }, "questions": [ { … } ] }
ID of the customer's restricted account to which the reference account is linked.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/reference_account_created
{ "id": "9876827fc63a639ee829racc", "status": "ACTIVE", "iban": "DE12345678900122", "account_id": "4ee59da2-83a4-4910-b771-4de07d41c2e9" }