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

URL/Deeplink to send money using CashApp

I am trying to integrate CashApp's P2P payment services for an iOS app. I can't find any SDKs to make things easy online, so I've recently accepted that using deep-links might be fine for now. I found this post URL to open a CashApp payment? which…
5
votes
1 answer

Venmo Deeplinking

I have been looking into how to venmo deeplinking schemes and am trying to open a user's account based on their username. I looked all over the internet for this and closest I came was this blog post. The person in the blog post is so close to…
ap123
  • 916
  • 1
  • 8
  • 22
3
votes
0 answers

Process payments between users

What's the best way to process payments between users directly in app? User [A] should be able to send money to user [B] without putting the vendor [APP] in the middle of the transaction. I think that the best solution is Venmo SDK but…
Giacomo Torricelli
  • 764
  • 1
  • 6
  • 21
3
votes
1 answer

Import statement for Venmo iOS SDK in swift for embedded framework

I am trying to implement the Venmo-iOS-SDK into my app using CocoaPods. Inside my Podfile, I have the use_frameworks! statement to make all dependencies into embedded frameworks. After running pod install, the Venmo-iOS-SDK appears to correctly be…
ad121
  • 2,268
  • 1
  • 18
  • 24
2
votes
1 answer

How do you integrate Venmo Payments with a React Native IOS App

I am currently trying to figure out how I can integrate Venmo as a payment method for a React Native IOS app I am working on. I know this must be possible because UberEats, an app that I believe is also built with React Native, has integrated Venmo…
2
votes
1 answer

Implementing Peer to Peer payments

I am going to work on donation based app, where I need to do P2P payments as per the following scenario: UserA wants to send a amount from any of these payment methods Paypal, Venmo, Apple Pay, Google Pay, Samsung Pay etc to UserB. In our case, we…
Amit Khanna
  • 1
  • 1
  • 7
2
votes
1 answer

Error Integrating Braintree Dropin In a Fragment in Android

I need help with Android Integration inside a fragment , It is working fine when the code is implemented in an Activity but in My Case , i need to implement it in a Fragment . I am trying to call the dropin ui from a Fragment but unable to do…
2
votes
0 answers

braintree payments Errors in BTUIKLocalizedString.h

I tried to implement Braintree iOS v4 in my app and followed steps that given at https://developers.braintreepayments.com/guides/drop-in/ios/v4 But I got following error when I integrated using this steps. I want to add drop in UI when I clicked on…
2
votes
1 answer

Retrieving venmo payment information

I'm currently using a link that looks something like this <%= link_to "CLICK HERE TO PAY WITH VENMO", "https://venmo.com/?txn=pay&recipients=#{@post.venmo_name}&amount=#{@post.price}" %> However I would like a way to verify that the user made the…
user3765580
2
votes
2 answers

Venmo payment iOS integration issue

I want to integrate venmo library for payment into an iOS app. I created a demo of it by following venmo github project. As per the description on github project below is the code to display venmo app/open venmo in browser: -…
Geek
  • 8,280
  • 17
  • 73
  • 137
2
votes
0 answers

Venmo integration issue

I want to integrate my app with vemmo payment gateway. I am following steps from this tutorial. After having done this it display login page for venmo as I haven't installed venmo app in my device. After this I logged in then it displays me this…
keen
  • 3,001
  • 4
  • 34
  • 59
2
votes
2 answers

Venmo / Oauth Missing argument: client_id., code: 241

I'm using oauth to try and login through venmo based on this guide. This isn't official and venmo docs don't even show code example with ruby. At first, I couldn't even see the venmo login. I removed the ENV and brackets around the id and secret…
Peege151
  • 1,562
  • 2
  • 21
  • 45
2
votes
2 answers

Venmo touch Braintree payment - compile error: Undefined symbols for architecture i386: "_OBJC_CLASS_$_VTClient"

I have successfully installed braintree ios sdk using cocoapod and It was compiled fine. However, when I initVTClient in my appdelegate.m file. I was getting compiling error: Undefined symbols for architecture i386: "OBJCCLASS_$_VTClient",…
Kiddo
  • 5,052
  • 6
  • 47
  • 69
1
vote
1 answer

Venmo not displaying with PayPal JS SDK Smart Buttons

I'm trying to implement PayPal and Venmo on my scratch Laravel project. The result should be like this: However when I integrated it, it only shows these buttons: Is there any way to display that Venmo button? Here's the code,…
Pablo
  • 1,357
  • 1
  • 11
  • 40
1
vote
1 answer

Integrating PayPal with React Native

I want to integrate PayPal in my application using which user can pay with PayPal and Venmo. Is there any way to do it? Thanks.
IPS
  • 417
  • 9
  • 22
1
2 3 4 5