Enable accepting Venmo payments via PayPal integration

gced71
Contributor
Contributor

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

Login to Me Too
3 REPLIES 3

MTS_Chiranjeevi
Moderator
Moderator

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.

Login to Me Too

gced71
Contributor
Contributor

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?

Login to Me Too

striderrTC
Contributor
Contributor

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?

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.