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
1 answer

Venmo API - differing payment IDs

When I POST a payment using Venmo's API the response object has all the data from the payment including obviously an ID that's usually 20 characters long. This makes sense because Venmo handles a lot of payments. But when I do a GET request to see…
Colton45
  • 280
  • 1
  • 3
  • 17
1
vote
1 answer

sandbox mode in Venmo for Android

I want to integrate my app with venmo which I have already started using this https://github.com/venmo/app-switch-android. I downloaded two files to start with demo. After doing it I used this code to display venmo dialog Intent venmoIntent =…
keen
  • 3,001
  • 4
  • 34
  • 59
1
vote
2 answers

How to parse URL for JSON use in Rails?

So I'm using a Venmo authentication in my Rails site. Basically the user clicks the authenticate button, and is sent to Venmo to authorize my app. Then when authorized, Venmo redirects back to my app but with the url in the format:…
blunatic
  • 325
  • 2
  • 6
  • 16
1
vote
1 answer

Venmo payment SDK Chaining System

I have installed Venmo and Braintree API integration successfully. I want to know is there a way to integrate chaining system in that? Like user can pay some amount to other user which don't have Venmo account and some of the transfer amount will…
PrashantG
  • 91
  • 6
1
vote
1 answer

Is there any way to test Venmo APIs from outside the US or on platforms other than the iPhone?

I need to implement Venmo payment systems in our client's iPhone application. Our client is in the USA, but I'm an offsite developer based outside of the USA. Is there any way to work with the Venmo APIs from outside of the USA for testing purposes?
maren iOS
  • 486
  • 1
  • 5
  • 14
0
votes
0 answers

Buyer to Seller Venmo Direct Transactions Integration

My company is an college-focused, online e-commerce platform that lets sellers to buy items/services from buyers. It is vital that we use Venmo (Stripe as a hesitant second option) to allow direct transactions between users. Users will add their…
Jonah Kim
  • 1
  • 1
0
votes
1 answer

How to switch to production environment in paypal venmo payment integration?

I have integrated venmo payment gateway using @paypal/react-paypal-js library it shows venmo is working fine in sandbox environment now I want to switch to the production environment but I can't find way to go live.
0
votes
0 answers

How to add order details in venmo payment?

How can i add order details (items, amount, custom variables) in venmo payment method JavaScript v3 sdk. My Code Sample is below :
0
votes
1 answer

How can i add venmo payment method in flutter

I've connected the firebase and want to send payment through phone number. When I click the button the payment goes to the venmo. How can i do that is there any way? I've tried using flutter_braintree package but I really can't get to solve the…
0
votes
1 answer

venmo setup for devs outside usa

Hey i have been trying to develop solutions for venmo. I used the html checkout code from venmo integrations tab in paypal dev dashboard. I see the venmo button i click it and venmo sandbox opens , no app switch occurs as per the flow. My test setup…
abhinav P
  • 1
  • 1
0
votes
1 answer

Offer a discount to a user paying with venmo

We want to enable customers to get discounts through our website. I'm curious whether we can support a discount flow when a customer pays with venmo, specifically. The situation: a customer comes with a $10 discount to our marketplace website. The…
0
votes
0 answers

How to deeplink back into my App after deeplinking into the Venmo App to approve a payment

I am able to deep link into the Venmo App to get a payment request authorized. I am though presented with a success message in the Venmo App that tells the user to switch back to the App/browser. I need to automate the switch back to my App. I know…
Gabe
  • 5,997
  • 5
  • 46
  • 92
0
votes
1 answer

Integrate paypal donation with venmo

I have a donation button on a site which links to a paypal account so people can donation via paypal. How can I set up the same but allow the donation to be made via Venmo? I played around with paypal transactions (instead of donation) and the…
Jonathan Small
  • 1,027
  • 3
  • 18
  • 40
0
votes
1 answer

Venmo is not getting launched

I have a Xamarin.Forms app where I developed a cross platform app for both iOS and Android. There, I rendered a website inside a webview. I will have a venmo button in that webview for payment. Once I click on venmo button, the venmo app that is…
0
votes
1 answer

Can the PayPal JavaScript SDK show a "Pay with Venmo" button?

My ecommerce site uses the PayPal JavaScript SDK to accept payments. The Payment Methods section of the SDK documentation lists Venmo as a payment method. But the paypal.Buttons.render method only makes a PayPal button. When I click the button, I…
davidvgalbraith
  • 401
  • 5
  • 16