Update Virtual Account Status
PUT/virtual-accounts/:VirtualAccountID/status
Request closure of a virtual account for the given customer. Set Status to Closed. Returns 202 Accepted when closure is newly requested or already pending, and 200 OK when the virtual account is already fully closed.
Request
Responses
- 200
- 202
- 400
- 401
- 500
Virtual account is already fully closed.
Close request accepted. The virtual account is pending closure.
Bad request
Client is not authorized to perform this action
Internal server error