June 2025
about 1 year ago by Leon Menzies
- New PayPal endpoints
- Added:
POST/paypal/add— This endpoint allows you to add a PayPal account to your VoPay account - Added:
POST/paypal/delete— This endpoint allows you to delete a PayPal account from your VoPay account - Added:
GET/paypal/recipients— This endpoint allows you fetch a list all of your PayPal recipients - Added:
POST/paypal/set-my-recipient— This endpoint allows you to identify a PayPal recipient as belonging to the VoPay account holder. Optionally, you can use this endpoint to identify a PayPal recipient as being the VoPay account holder's default PayPal recipient. Note, a VoPay account can only have one default PayPal recipient. - Added:
GET/paypal/default-recipient— This endpoint retrieves the default PayPal recipient associated with your VoPay account - Added:
POST/paypal/generate-embed-url— This endpoint is used to generate a unique URL to embed into your application using an iFrame. End users will use this to login to their PayPal account and generate a token, which can be used in the /paypal/withdraw endpoint.
- Added:
- New Venmo endpoints
- Added:
POST/venmo/add— This endpoint allows you to add a Venmo account to your VoPay account - Added:
POST/venmo/delete— This endpoint allows you to delete a Venmo account from your VoPay account - Added:
GET/venmo/recipients— This endpoint allows you fetch a list all of your Venmo recipients - Added:
POST/venmo/set-my-recipient— This endpoint allows you to identify a Venmo recipient as belonging to the VoPay account holder. Optionally, you can use this endpoint to identify a Venmo recipient as being the VoPay account holder's default Venmo recipient. Note, a VoPay account can only have one default Venmo recipient. - Added:
GET/venmo/default-recipient— This endpoint retrieves the default Venmo recipient associated with your VoPay account - Added:
POST/venmo/generate-embed-url— This endpoint is used to generate a unique URL to embed into your application using an iFrame. End users will use this to login to their Venmo account and generate a token, which can be used in the /venmo/withdraw endpoint.
- Added: