v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
PayPal Endpoints

paypal/withdraw

This endpoint is used to send funds from your VoPay account to a PayPal account.

If a ClientAccountID is provided, the client account's default PayPal wallet will be used for the transaction.

post/paypal/withdraw

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 transaction that was just submitted.

Example response

{
  "Success": true
}