You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
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 NSError * domain: @"com.venmo.VenmoSDK.ErrorDomain" - code: 2 0x7ae266e0
"Please enter a valid phone, email, username, or Venmo user ID"
"Invalid recipient"
Following is how I am invoking the sendPaymentTo method:
Hm... what is the value of self.toTextField.text? This sounds like you're trying to send a payment to some user, email, phone number, etc., that does not exist.
The value of the self.toTextField.text is "winstonlw" this is a valid venmo user. It works fine doing a payment to this username when I use the Venmo application, just not using the Venmo API.
Any update on this issue? I am having the same problem. Valid user name, and it only occurs using the API rather than App Switch. I am using Swift. It works when I pass a phone number, rather than a user.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 NSError * domain: @"com.venmo.VenmoSDK.ErrorDomain" - code: 2 0x7ae266e0
"Please enter a valid phone, email, username, or Venmo user ID"
"Invalid recipient"
Following is how I am invoking the sendPaymentTo method:
I made sure that I had successfully requested permission before making this call as follows:
The text was updated successfully, but these errors were encountered: