Skip to content
Download OpenAPI description
Languages
Servers
Mock Server

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

Operations
Webhooks

Request

A standing order has been canceled, either by Solaris (due to account closure or insufficient funds) or by the customer.

Bodyapplication/json
idstring

The ID of the standing order that has been canceled.

Example: "8b5c66882e8ab88369002f5da2659ec5csto"
referencestring

The reference ID of the standing order that has been canceled.

Example: "dsf2r3raedfs3fsf342fctrx"
statusstring

Status of the standing order.

Example: "CANCELED"
account_idstring

The account ID related to the canceled standing order.

Example: "bb8a31f9fb313e6f8cc3859a2c2ea625cacc"
application/json
{ "id": "8b5c66882e8ab88369002f5da2659ec5csto", "reference": "dsf2r3raedfs3fsf342fctrx", "status": "CANCELED", "account_id": "bb8a31f9fb313e6f8cc3859a2c2ea625cacc" }

Responses

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

Request

A timed order was executed.

Bodyapplication/json
idstring

The ID of the executed timed order.

Example: "472730af12864d458b2f04b58404fe43ctor"
referencestring

The reference ID of the executed timed order.

Example: "ref00514262"
statusstring

Status of the timed order.

Example: "EXECUTED"
account_idstring

The account ID related to the executed timed order.

Example: "4f14b0bc9d306241d3a0044420dadd4acacc"
processed_atstring

UTC timestamp from when the timed order was executed.

Example: "2022-04-06T09:03:05.321Z"
application/json
{ "id": "472730af12864d458b2f04b58404fe43ctor", "reference": "ref00514262", "status": "EXECUTED", "account_id": "4f14b0bc9d306241d3a0044420dadd4acacc", "processed_at": "2022-04-06T09:03:05.321Z" }

Responses

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

SCHEDULED_TRANSFER_STATUS_CHANGEDWebhook

Request

This webhook event is triggered when the status of a scheduled transfer changes.

Bodyapplication/json
idstring

ID of the scheduled_transfer.

Example: "b814e2213c5c45149945ed53422db0c4sctr"
statusstring

The current status of the scheduled_transfer. Possible values are ACTIVE, CANCELED and CONCLUDED.

Enum"ACTIVE""CANCELED""CONCLUDED"
Example: "CONCLUDED"
account_idstring

ID of the account on which the scheduled_transfer was created.

Example: "adc123a45d6d7cf8fbfeed537ba919d5cacc"
application/json
{ "id": "b814e2213c5c45149945ed53422db0c4sctr", "status": "CONCLUDED", "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc" }

Responses

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