June 2025
15 days ago by Leon Menzies
-
Added new interac registration endpoint
Method Endpoint Description GET /interac/registration
New endpoint to fetch Interac registration details. -
New PayPal endpoints
Method Endpoint Description POST /paypal/add
This endpoint allows you to add a PayPal account to your VoPay account POST /paypal/delete
This endpoint allows you to delete a PayPal account from your VoPay account GET /paypal/recipients
This endpoint allows you fetch a list all of your PayPal recipients 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. GET /paypal/default-recipient
This endpoint retrieves the default PayPal recipient associated with your VoPay account 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. -
New Venmo endpoints
Method Endpoint Description POST /venmo/add
This endpoint allows you to add a Venmo account to your VoPay account POST /venmo/delete
This endpoint allows you to delete a Venmo account from your VoPay account GET /venmo/recipients
This endpoint allows you fetch a list all of your Venmo recipients 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. GET /venmo/default-recipient
This endpoint retrieves the default Venmo recipient associated with your VoPay account 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.