Account Endpoints

account/transfer-from

This endpoint allows you to transfer funds from a pre-authorized VoPay account to your VoPay or client account.

post/account/transfer-from

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

TransactionIDinteger required

The unique ID of the debit transaction associated with this transfer.

Example response

{
  "Success": true
}

Changes

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