v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Virtual Account Endpoints

virtual-account/close

Close (deactivate) a virtual account. The virtual account balance must be zero (both the available balance and any pending balance) before it can be closed.

post/virtual-account/close

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

VirtualAccountIDstring

The ID of the virtual account that was closed

Example response

{
  "VirtualAccountID": "450"
}