ID of the Postbox item.
- POTENTIAL_ACCOUNT_BLOCKING
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Request
Solaris has published a new item, and it is now available via Postbox.
Indicates whether the Postbox item is owned by a person or business.
The type of document associated with the Postbox item.
Boolean value to indicate whether or not customers should receive a notification when the Postbox item is created.
Boolean value to indicate whether or not customers must confirm the Postbox item.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/postbox_item_created
{ "id": "c072c6e43f4d486cb553e9cd9fc1bae7pbxi", "belongs_to": "dc1a6812a14f6cc338cd084208535bcdcper", "owner_type": "Person", "created_at": "2021-10-22T05:23:30Z", "document_date": "2021-06-30", "document_type": "BALANCE_CONFIRMATION", "name": "Account statement for June 2021", "description": "This account statement includes all bookings from the given period of time", "customer_notification": false, "customer_confirmation": false, "document_size": 66092, "document_content_type": "image/jpeg", "document_id": "e953cbf8af064839b3e3bf2568d1130fpbxd" }
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": [ { … } ] }