099ef636a5a1
latestOpenAPI 3.0.12026-08-0660121245.3 KBAccount closure requests
Initiate account closure 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.
post/v1/account_closure_requests
Request body
Example request
{
"account_id": "5526853938474f3e92b22a03ea57a544cacc",
"closure_reason": "CUSTOMER_WISH"
}Response
The operation was successful (idempotency).
Example response
{
"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."
},
"updated_at": "2021-12-22T15:05:33.634Z"
}