v1
latestOpenAPI 3.0.02026-07-2640301.0 MBVenmo Endpoints
venmo/default-recipient
This endpoint retrieves the default Venmo recipient associated with your VoPay account
get/venmo/default-recipient
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
ClientAccountIDstring
When provided, this endpoint will return the default Venmo recipient associated with this Client Account ID
Response
Example response
{
"Success": true,
"DefaultVenmoRecipient": {
"0": {
"ClientControlledVenmoAccount": "1",
"RecipientName": "Bob",
"RecipientID": "bob@gmail.com",
"VenmoRecipientType": "EMAIL",
"IsActive": "true",
"IsDefault": "true",
"VenmoToken": "1e7mtunsbhygfnfpm83zd8rig1hqoqu76y618x3eps4omcye0w83mjj2kk884w0o",
"DateAdded": "2024-05-02 18:28:13"
}
}
}