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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.