v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Venmo Endpoints

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.

post/venmo/set-my-recipient

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

VenmoTokenstring required

Venmo recipient token

IsDefaultboolean required

Is this the VoPay account holder's default Venmo recipient

Example response

{
  "Success": true,
  "VenmoToken": "ACBDF-GAFSHD-AHBS-123456",
  "IsDefault": true
}