June 2025

  • Added new interac registration endpoint

    MethodEndpointDescription
    GET/interac/registrationNew endpoint to fetch Interac registration details.
  • New PayPal endpoints

    MethodEndpointDescription
    POST/paypal/addThis endpoint allows you to add a PayPal account to your VoPay account
    POST/paypal/deleteThis endpoint allows you to delete a PayPal account from your VoPay account
    GET/paypal/recipientsThis endpoint allows you fetch a list all of your PayPal recipients
    POST/paypal/set-my-recipientThis 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-recipientThis endpoint retrieves the default PayPal recipient associated with your VoPay account
    POST/paypal/generate-embed-urlThis 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

    MethodEndpointDescription
    POST/venmo/addThis endpoint allows you to add a Venmo account to your VoPay account
    POST/venmo/deleteThis endpoint allows you to delete a Venmo account from your VoPay account
    GET/venmo/recipientsThis endpoint allows you fetch a list all of your Venmo recipients
    POST/venmo/set-my-recipientThis 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-recipientThis endpoint retrieves the default Venmo recipient associated with your VoPay account
    POST/venmo/generate-embed-urlThis 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.