Skip to content

Webhooks (1.0)

Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/

Webhook subscription

Operations

Webhook events

Webhooks

OVERDRAFT_LIMIT_CHANGEWebhook

Request

The overdraft limit on a consumer's account has changed.

Bodyapplication/json
limit_at_creation_timeobject
overdraft_idstring

The ID of the existing consumer overdraft.

Example: "fe906914c27f442ea86711b9a099d75dcovd"
requested_limitobject
statusstring

The status of the limit change request.

Example: "attached"
uuidstring

ID of the overdraft limit change request.

Example: "4c5b64fb4b6542c29a0b41a40c8cd6f6ovlc"
application/json
{ "limit_at_creation_time": { "currency": "EUR", "unit": "cents", "value": 5000 }, "overdraft_id": "fe906914c27f442ea86711b9a099d75dcovd", "requested_limit": { "currency": "EUR", "unit": "cents", "value": 5000 }, "status": "attached", "uuid": "4c5b64fb4b6542c29a0b41a40c8cd6f6ovlc" }

Responses

Return 200 to indicate that you successfully received the webhook notification.

PERSON_CHANGEDWebhook

Request

One or more attributes of a person were changed. This webhook does not come with a payload. The header will contain the ID of the person that was changed.

Headers
Solaris-Entity-Idstring

Contains the ID of the person whose data changed.

Example: c724a8d510c5294affadf8c95a8119b5cper
Bodyapplication/json
object
application/json
{}

Responses

Return 200 to indicate that you successfully received the webhook notification.

PERSON_DELETEDWebhook

Request

This webhook event occurs when Solaris deletes all personal data related to the given person from its system according to GDPR regulations.
Note: Solaris is legally required to delete records of created persons who did not become customers within 90 days of collecting the personal data according to GDPR regulations. When you receive a notification of this type, you must immediately delete all data related to the person specified in the webhook notification.

Headers
Solaris-Entity-Idstring

Contains the ID of the person whose data you must delete.

Example: c724a8d510c5294affadf8c95a8119b5cper
Bodyapplication/json
object
application/json
{}

Responses

Return 200 to indicate that you successfully received the webhook notification.