ID of the question set created by Solaris.
- REFERENCE_ACCOUNT_CREATED
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 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" }
A unique reference for the payout. Used as an idempotency key.
ID of the reference account to which the payout is directed.
Contains a reason why the payout was declined if the status
is DECLINED
.
Contains a detailed reason why the payout was declined if the status
is DECLINED
.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/reference_account_instant_payout_declined
{ "id": "4b157d71def54b5c9dac28ef1d04432c", "reference": "9d2b59c2-c68f-413c-b2a9-a2f5bfd3f669", "status": "DECLINED", "end_to_end_id": "end_to_end_ref", "description": "Payout description", "reference_account_id": "78f354e508314bb8ac982a3d7f969dde", "instant": true, "decline_reason": "Insufficient funds" }