The ID of the person for whom the challenge was created.
- BATCH_TRANSFER_STATUS_CHANGED
Webhooks (1.0)
The origin of the request that created this challenge. Possible values are - SOLARISBANK, WEBUI, MOBILE_APP, WEB
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/activation_challenge_created
{ "person_id": "b9c5661fc7d240b8b51b9059b580cper", "challenge_id": "a5f454e3f96447d6b3f7ecda46328040", "created_at": "2025-02-31T10:55:55Z", "expires_at": "2025-03-31T10:55:55Z", "requested_by": "SOLARISBANK", "purpose": "DEVICE_BINDING" }
The account ID of the account that the batch transfer is associated with.
The status of the batch transfer.
The type for all transfers of the batch.
UTC timestamp when the batch transfer was created.
UTC timestamp when the batch transfer started the processing of all their transfers.
UTC timestamp when all transfers were processed and the status of the batch reached FINISHED.
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/batch_transfer_status_changed
{ "id": "f874b3102718a4d757a6b6e4d5996078sctb", "account_id": "236f9042a19b65c0867e10c922b93502cacc", "status": "FINISHED", "transfer_type": "SCT_INSTANT", "reference": "12f7ec0b-6762-4578-b49f-c0b1647d0e2d", "description": "Monthly Salary Payments", "total_amount": 1000, "transfers_summary": { "executed": 9, "failed": 1 }, "created_at": "2025-04-01T13:59:52+00:00", "started_at": "2025-04-01T14:01:00+00:00", "finished_at": "2025-04-01T14:10:30+00:00", "updated_at": "2025-04-01T14:10:30+00:00" }
Request
A new beneficial owner was linked to a business, or an existing one was updated. Solaris will send a notification on this webhook if additional beneficial owners are discovered during the business identification process. For more information about beneficial owners, check the business onboarding guide.
Person ID of the beneficial owner.
The beneficial owner's voting share. Expressed as a double-digit percentile (e.g., 75% would be expressed as 75).
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/beneficial_owner
{ "id": "a5f454e3f96447d6b3f7ecda46328040", "beneficial_owner_id": "b9c5661fc7d240b8b51b9059b580cper", "person_id": "b9c5661fc7d240b8b51b9059b580cper", "valid_until": "2022-12-31", "voting_share": 75, "business_id": "e0277fae750a4c849660da873f94cbiz" }