ID of the account closure request.
- ACCOUNT_LIMIT_CHANGE
Webhooks (1.0)
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/
Request
This webhook sends notifications about certain status transitions for account closure requests.
The reason for the account closure.
Status of the account closure request.
The date when the account was removed from the Solaris system.
The date when the contractual relationship underlying the product/account ends.
An object containing information about the reason why an account closure request has failed.
payout_allowed is deciding whether the funds can be paid out in the automated process, but it also serves as information for the Partner on whether or not the Customer is allowed to pay out funds from the account.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/account_closure_request_update
{ "id": "f8d7fbbd587047a0aa449ce69d2d6c08acrq", "closure_reason": "COMPLIANCE_IMMEDIATE_INTERNAL", "status": "IN_PROGRESS", "account_id": "5526853938474f3e92b22a03ea57a544cacc", "technical_closure_date": "2021-10-11", "legal_closure_date": "2021-10-11", "failure_reason": { "code": "negative_balance", "detail": "Account balance is negative, can't perform technical closure." }, "payout_allowed": false, "updated_at": "2021-12-22T15:05:33.634Z" }
Request
The limit on a customer's account has changed. This webhook is used in the context of the Decoupled Cards product.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/account_limit_change
{ "account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc" }
Request
An account opening request has been either accepted or rejected.
The ID of the account opening request.
The ID (i.e., person_id
or business_id
) of the customer for whom you're opening the account.
The status of the account opening request.
The ID of the account that was created for the customer.
The timestamp (date-time) when the AOR was last updated.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/onboarding/webhooks/account_opening_request
{ "account_opening_request_id": "f8d7fbbd587047a0aa449ce69d2d6c08aorq", "customer_id": "b109ee6f66d2a061e006bd31c6455df2cper", "status": "COMPLETED", "account_id": "c5a0e32369e9372e0fdf490294cecd8dcacc", "updated_at": "2021-12-22T15:05:33.634+00:00", "error": { "code": "green_person_vetting", "detail": "CustomerVettingStatus for person has to be 'green' to open an account." } }