Get account closure by ID
Retrieve an account closure by its identifier. The status may have changed since creation.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The external user identifier of the acting customer.
^[a-f0-9]{24}$"64f0c51e7fb3fc001234a002"
Path Parameters
Unique identifier of the account closure (MongoDB ObjectId)
^[a-f0-9]{24}$"64f0c51e7fb3fc001234a001"
Response
Account closure
Unique identifier of the account closure (MongoDB ObjectId)
^[a-f0-9]{24}$"64f0c51e7fb3fc001234a001"
Identifier of the user who owns this account closure
^[a-f0-9]{24}$"64f0c51e7fb3fc001234a002"
Current status of the account closure.
- Created: Closure request has been submitted and is being processed.
- Completed: Closure has been fully processed.
Created, Completed Timestamp when the account closure was created
"2024-10-03T10:30:00Z"
Identifier of the bank account to receive withdrawn cash, if provided at creation
^[a-f0-9]{24}$"64f0c51e7fb3fc001234abcd"