VenmoApiDocumentation icon indicating copy to clipboard operation
VenmoApiDocumentation copied to clipboard

Venmo API Documentation

Results 4 VenmoApiDocumentation issues
Sort by recently updated
recently updated
newest added

Giving the transaction "id" from the payment request, including the "Authorization:Bearer " header but I keep getting 400 Bad Request and the following JSON: {"error": {"code": 283, "links": null, "message":...

The /payments endpoint doesn't seem to be working. The response status is 200, but it still won't send a payment.

- [x] Complete todos - [ ] Remove changes from my markdown auto-formatter

Hello! I am grabbing a transaction list through the `client.user.get_user_transactions(user_id=user.id, callback=callback)` method. While going through the Transaction object, I wasn't sure what attribute denotes whether it was a payment received...