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
0
votes
0 answers

Cordova App with Venmo integrated site rendered in Webview

I have a cordova app with webview that renders a website. The website is integrated with Venmo payment. When I open the Cordova App, site is rendered, I proceed with the payment, click on Venmo button that opens the Venmo app in the iOS Mobile and…
Hrsh A
  • 1
0
votes
1 answer

How does Venmo's emoji auto-complete feature work, technically?

Venmo rolled out their emoji auto-complete feature pretty much a week after coming up with it over a pizza dinner. How would one implement this with Python? Are there any libraries or packages that would make this an easy implementation?
Hojung Kim
  • 143
  • 1
  • 2
  • 13
0
votes
1 answer

Venmo option not shown in Braintree Dropin on iOS

The braintree dropin ui IOSv4 does not show the venmo payment option even though I followed the configuration docs at https://developers.braintreepayments.com/guides/venmo/client-side/ios/v4. Other payment options are shown and functional. I don't…
deekay42
  • 616
  • 1
  • 6
  • 19
0
votes
1 answer

Can't get access token for my Venmo acount

I'm trying to write a simple clientside script that used the venmo api to automate some aspects of my account. The first step is getting an access token by going to the developer tab on the settings page. However, whenever I click, "Get Token", the…
Maurdekye
  • 3,597
  • 5
  • 26
  • 43
0
votes
1 answer

DropInRequest cannot found

I have implemented Braintree with Venmo, now i want to get DeviceData so as described in reference link i have done everything. build.gradle compile 'com.braintreepayments.api:data-collector:2.4.0' create DropInRequest object DropInRequest…
Ravi
  • 34,851
  • 21
  • 122
  • 183
0
votes
2 answers

API for monetary transactions

I am doing a project where users should be able to send money to one another. I had originally planned on creating Venmo transactions. I am reading through the developer docs but I am having trouble obtaining an Access Token from the Venmo website.…
user3642365
  • 549
  • 1
  • 6
  • 16
0
votes
1 answer

Swift Block Syntax with Objective-C Function [Venmo-iOS-SDK]

I'm currently trying to use the Venmo-iOS-SDK for an application I am working on. The SDK is in objective-C, while I'm trying to use it with a swift app. I'm having trouble translating the syntax of a completion obj-c block to swift. I found sample…
user3011685
  • 1,013
  • 1
  • 8
  • 7
0
votes
1 answer

iOS: Get Redirect URL (specifically from Venmo)

I am using the Venmo iOS SDK, which uses OAuth. I am able to send the user to Venmo to request permissions, then it returns to my app using a redirect URL on my web server. The redirect sends the user to my app in this form:…
user3784214
  • 105
  • 9
0
votes
1 answer

Venmo iOS SDK pod integration issues

I am trying to integrate the Venmo iOS SDK but am having problems even importing it into my project. Upon installing the pod, here is my error: The SDK mentions that there may be issues integrating Venmo with Parse, so I followed their redirect…
user3784214
  • 105
  • 9
0
votes
2 answers

Saving JSON to a Database in Ruby on Rails from a Venmo Webhook

I'm new to JSON, callbacks, and webhooks so I appreciate any help. I'm looking to use Venmo's webhook here: (https://developer.venmo.com/docs/webhooks) to collect JSON and store it in the database of my Rails app on heroku. Any help on how to set…
Will Dennis
  • 1,045
  • 1
  • 10
  • 12
0
votes
0 answers

Android Venmo API leads to webview that does not allows a user to pay

So I copied this piece of code from Venmo API in our Android App (https://github.com/venmo/app-switch-android). try { Intent venmoIntent = VenmoLibrary.openVenmoPayment("2019", "EasySplit","xxxx(some valid user name)", "0.1", "Testing",…
user1849043
  • 339
  • 1
  • 3
  • 13
0
votes
0 answers

Venmo me button duplicate

I've embedded the new Venmo Me button into my website, but for some reason the button shows up with many duplicates. It seems the duplication error occurs based on the number of dividers (div, section, p, etc.) - I get an extra button for each one I…
0
votes
0 answers

undefined method `model_name' for Net::HTTPBadRequest:Class

Trying to make a Post Request to Venmo for payment processing in my Rails site. Here's the form I have in my index.html.erb:
blunatic
  • 325
  • 2
  • 6
  • 16
0
votes
1 answer

Venmo API call from client side. Access-Control-Allow-Origin?

I'm building a small web app with Ember.js and Firebase so as of now I don't have a framework. I'm trying to use Venmo's OAuth and API to get usernames, emails, and friends. I got OAuth to work and I get a client-side access token to use in an API…
OstrichProjects
  • 318
  • 1
  • 2
  • 13
0
votes
1 answer

Venmo - Braintree payment - Server Integration

Using Venmo Touch, I'd client side validation and post the encrypted credit card details to our application server. Application server retrieves the params inside the post method, and posts the retrieved params to Braintree server.
Mani
  • 2,599
  • 4
  • 30
  • 49