ID of the account to be closed.
Account management (1.0)
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/
Request
Creates an account closure request for the specified account. See the account closure guide for more information about this process and the associated stages.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/account_closure_requests
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "account_id": "5526853938474f3e92b22a03ea57a544cacc", "closure_reason": "CUSTOMER_WISH" }
The operation was successful (idempotency).
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.
{ "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" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/account_closure_requests
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
The operation was successful.
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.
[ { "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": { … }, "payout_allowed": false, "updated_at": "2021-12-22T15:05:33.634Z" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/account_closure_requests/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
The operation was successful.
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.
{ "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" }