Create account closure
Create an account closure (disassociation) request for the authenticated user.
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"
Body
MongoDB ObjectId of the bank account to receive withdrawn cash during disassociation. Required when the user has withdrawable cash in an active portfolio; optional otherwise.
^[a-f0-9]{24}$"64f0c51e7fb3fc001234abcd"
Response
Account closure created
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"