Skip to content
Download OpenAPI description
Languages
Servers
Mock Server

https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/

Operations
Webhooks

Request

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

Bodyapplication/json
idstring

The ID of the overdraft.

Example: "e26cd100ba0e4ddea88f6e34f0a911aeovlc"
limit_at_creation_timeobject(SolarisToolkit.Web.Money)
Example: {"value":1000,"unit":"cents","currency":"EUR"}
overdraft_idstring

The ID of the existing consumer overdraft.

Example: "fe906914c27f442ea86711b9a099d75dcovd"
requested_limitobject(SolarisToolkit.Web.Money)
Example: {"value":1000,"unit":"cents","currency":"EUR"}
statusstring

The status of the limit change request.

Example: "attached"
application/json
{ "id": "e26cd100ba0e4ddea88f6e34f0a911aeovlc", "limit_at_creation_time": { "value": 1000, "unit": "cents", "currency": "EUR" }, "overdraft_id": "fe906914c27f442ea86711b9a099d75dcovd", "requested_limit": { "value": 1000, "unit": "cents", "currency": "EUR" }, "status": "attached" }

Responses

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

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.

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.