v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Account Endpoints

account/set-default-payment-method

This endpoint allows you to set your account's default payment method. This payment method will be used when collecting money for you monthly invoice. The default payment method is your VoPay account.

post/account/set-default-payment-method

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

Example response

{
  "Success": true
}