Enable accepting Venmo payments via PayPal integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
While Venmo does appear as a payment option on our Sandbox environment, the same option does not appear on Live. Does anyone know what is the process to get it enabled? (as it shows on the Sandbox I am assuming this should not require a code change but more of a configuration somewhere)
TIA
Ed

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @gced71,
Thank you for posting to the PayPal community.
Render the Pay in 4 button in a one-time payment integration by passing enable-funding=venmo in the PayPal JavaScript SDK. For details, see enable funding.
Guide link - https://developer.paypal.com/sdk/js/configuration/#link-enablefunding
<script src="https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID&enable-funding=venmo"></script>
Sincerely,
Chiranjeevi
PayPal/Braintree MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much for the suggestion. We are going to implement it and hopefully it will resolve the issue.
I am still not sure why we see different behavior on Sandbox and in Live. Are the default enabled/disabled payment methods different on the two environment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm curious about how this is working for you. It's unclear how Venmo and PayPal work together. My onboarded sellers have to have a Paypal account, but I can't see how they can accept Venmo payments. Does this work for you?

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Is it possible to make payments in RON (Romanian Leu) through PayPal? in REST APIs
- How to enable on-demand / recurring payments to existing PayPal checkout? in SDKs
- iDEAL payments being refunded back to customers in PayPal Payments Standard
- How do you create subscriptions with PayPal Advanced Checkout? in SDKs
- How to integrate PayPal during user signup to avoid re-entering credentials for future payments? in REST APIs