latestOpenAPI 3.0.12026-08-0660121245.3 KB
099ef636a5a1
Account closure requests
Get a single account closure request
Retrieves information about a specific account closure request, specified in the request URL.
get/v1/account_closure_requests/{id}
Path parameters
idstring required
ID of the account closure request to query.
Response
The operation was successful.
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"
}