Questions tagged [venmo]

Venmo is an online service for sending payments to any friend/contact. You can use it from a mobile device as an application or from a web browser.

Venmo is an online service for sending payments to any friend/contact, you can use it from your mobile device once you install the venmo app.

63 questions
1
vote
0 answers

Why does my Heroku Open App Button Not Work?

When in the Heroku development environment looking at my project, I click on the Open App button and the page never loads. I believe this is connected to a bug in my iOS application I'm a beginning developer working on an iOS app that uses a Heroku…
John
  • 11
  • 1
1
vote
0 answers

struggling in integrating venmo to my webap

i am struggling in implementing venmo with my webapp. i integrated the things as documented,but i dont know whether i need to create a node js backend to make the checkout flow happen or there is other way to authorize webapp and make checkout…
Tapan Dave
  • 273
  • 3
  • 16
1
vote
3 answers

Open Venmo from Another App iOS

I know it's possible to open other apps from within an app using URL schemes, but to my knowledge those URLs need to be created by the developers. I'm trying to allow users of my app to open the Venmo app. Is this possible to do? I couldn't find any…
Nick H
  • 217
  • 4
  • 19
1
vote
2 answers

Trouble integrating Venmo iOS SDK Pod

I have been following the ReadMe from the Venmo iOS SDK but am having issues even importing the pod. When I try importing the SDK and running the application, I receive the following error: The SDK mentions that there can be issues with a project…
user3784214
  • 105
  • 9
1
vote
0 answers

Web Redirect URL - developer.venmo.com

I am trying to create App on venmo.com I am Stucked at the field asking for "Web Redirect URL". Venmo docs says it is the one that will allow user to redirect back to my app from Venmo. My understand says it should be the URL scheme that is in my…
Milan Gupta
  • 1,181
  • 8
  • 21
1
vote
1 answer

iOS - Venmo API integration: Web Redirect URL

I'm trying to register my App on Venmo's developer site so that I can properly use their API, but I'm stuck trying to figure out what the required "Web Redirect URL" field is for. According to the docs, it says it is the following: Venmo will…
Ryan Bobrowski
  • 2,641
  • 3
  • 31
  • 52
1
vote
3 answers

Swift + Objective C Venmo Pod: 'VENUser.h' file not found

I'm trying to integrate this in a Swift application. I'm using Xcode 6.4 and CocoaPods 0.38.2. My podfile looks like this: platform :ios, '8.0' use_frameworks! target 'my_app_name' do pod 'Venmo-iOS-SDK', '~>1.3' end With no import in my…
Morgan
  • 1,438
  • 3
  • 17
  • 32
1
vote
0 answers

Venmo iOS sdk crashing application, when Venmo returning back to app after login to Venmo from safari

I am using Venmo iOS sdk in my application, i have done pod file installation and all. I have Venmo app id and secret key, using same i am able to login to venmo from the sample app provided by Venmo, but if i use same app id and secret key in my…
Bharat Modi
  • 4,158
  • 2
  • 16
  • 27
1
vote
1 answer

Venmo Oauth 2.0 Using Ionic Framework - 400 Bad Request Error

I am currently trying to login to my app that is built on Ionic Framework using Venmo's Oauth API. I am attempting to use the Server Side Flow so that I can have a longer term access token. I am able to receive a code and set it to a requestToken…
1
vote
0 answers

Using (Venmo) OAuth API with Ionic Framework

I'm currently having some issues using the Venmo API in the context of an app built on the Ionic framework. I'm currently building an Ionic app, which uses the Venmo OAuth API, and trying to test it out on my iPhone. My Venmo authentication flow…
1
vote
0 answers

502 Bad Gateway -- Venmo Payments API

I have been relentlessly trying to use the payments endpoint of the venmo api to be able to make a payment from an oauthed user. The user is able to authorize through venmo -- I receive an access token back. The following PHP file recognizes the…
1
vote
1 answer

Venmo Android integration multiple recipients

I am trying to use the Venmo Android SDK but am running into an issue when I try and send a charge to multiple users. If i use this: https://venmo.com/?txn=charge&amount=23.25¬e=for+dinner&recipients=hamilton@venmo.com,646.863.9557,john in my…
Gchorba
  • 301
  • 2
  • 13
1
vote
1 answer

Confirming a Transaction using Venmo API

So I'm new to Ruby on Rails and am making a web app that uses venmos API. I currently have a link set up that sends the user to a payment page on venmo with a price based on other information. I'm wondering if there is a way to confirm the amount…
user3765580
1
vote
1 answer

Venmo API returns undocumented error 1396 on payment endpoint

The error looks something like this request.post({ url: 'https://api.venmo.com/v1/payments', form: { access_token: 'xxxxxxxxxxxxxxxxxxxxxx', email: req.body.email, note:…
Steeve17
  • 492
  • 6
  • 19
1
vote
1 answer

iOS Venmo SDK Send Payment Issue: Invalid recipient (Please enter a valid phone, email, username, or Venmo user ID)

I integrated Venmo SDK and I'm facing an issue while sending payment. I have configured everything correctly. I click Pay via Venmo button -> App redirects -> Approve -> Comes back to Send Payment Screen. When I click Send payment I get an error…
NSNerd
  • 141
  • 1
  • 8