-
I'm getting:
```
venmo_api.models.exception.HttpCodeError: HTTP Status code is invalid. Could not make the request because -> 403 Forbidden.
Error: {'error': {'links': None, 'code': 240, 'title': '…
-
Running the following code:
`from venmo_api import Client`
`at = Client.get_access_token(username='*****************', password='***********')`
getting the following response:
`Error: {'error'…
-
https://developer.paypal.com/docs/api/payments.payouts-batch/v1/
-
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…
-
### Braintree SDK Version
4.28.0
### Environment
Sandbox
### Android Version & Device
Google Pixel 3
### Braintree dependencies
using following depedencies
venmo …
-
### General information
* SDK/Library version:4.15.0
* Environment: Sandbox
* Android Version and Device: Android 12 and Google Pixel 3
* Braintree dependencies:
implementation 'com.b…
-
When trying to use client.payment.send_money, I get the following error message:
venmo_api.models.exception.HttpCodeError: HTTP Status code is invalid. Could not make the request because -> 403 For…
-
I setup flaskeleton but got this response from the Venmo API:
`{"error": {"message": "That page is gone. Please upgrade to the v1 API: https://developer.venmo.com/", "code": 410}}`
-
I am using the iOS SDK and everything works fine when I use the VenMo App to make a payment. But when I try to make a payment with the VenMO API directly it fails with the following error:
error N…
-
hey i kinda wanna build a similar sorta app w the venmo api, but i am struggling to figure out how to get user id's. I am like a super beginner btw lol. any help is appreciated