Skip to content
Download OpenAPI description
Languages
Servers
Mock Server

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

Operations
Webhooks

Request

One or more attributes of a business were changed. This webhook does not come with a payload. The notification includes the ID of the business that was changed in the header.

Headers
Solaris-Entity-Idstring

ID of the business whose attributes changed.

Example: 211c5c2f34ac442ff6f93d09fc8fb3edcbiz
Bodyapplication/json
object
application/json
{}

Responses

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

Request

Solaris has deleted all data related to the given business from its system.
Important: When you receive a notification of this type, you must immediately delete all data related to the business specified in the webhook header.

Headers
Solaris-Entity-Idstring

ID of the business whose data you must delete.

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

Responses

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

BUSINESS_FRONTING_APPLICATIONWebhook

Request

The status of a business fronting loan application has changed.

Bodyapplication/json
idstring

The ID of the relevant business fronting loan application.

Example: "89d4eaaa73ec4a73a0b9d40fb5d9da9cbfla"
statusstring

The status of the business fronting loan application.

Example: "approved"
application/json
{ "id": "89d4eaaa73ec4a73a0b9d40fb5d9da9cbfla", "status": "approved" }

Responses

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