v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Account Endpoints

account/fund-my-account

This endpoint will fund your VoPay account by debiting your default bank account.

To set a default bank account, please use the /bank-account/set-my-bank-account endpoint.

post/account/fund-my-account

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 funding transaction that was just created. This ID should be saved as it is required order to look up the status information on the transaction.

Example response

{
  "Success": true
}