How soon does the venmo payment button appear next to teh paypal button on my business web site?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I signed up for Venmo business account a couple of weeks ago. I've used Pay Pal to accept credit card payments on my web sites for a couple of years now. The venmo payment option, as I understand it, is supposed to show up next to my web sites paypal button. Is that automatic or is there something else I need to do? The venmo payment button has not appeared on my three web sites yet. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is automatic. Nothing else you need to do as long as you integrate PayPal Checkout as per https://developer.paypal.com/docs/checkout/standard/
The buttons are displayed dynamically according to each buyer. If they enabled Venmo as a payment method, then Venmo will be displayed.
Kudos & Solved are greatly appreciated. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @OldBlue,
Thank you for posting to the PayPal community.
We recommend merchants to integrate our latest PayPal Checkout (Smart button) product.
Guide link : https://developer.paypal.com/docs/checkout/standard/
The buttons that display are decided automatically, based on a range of factors, including:
Buyer country
Device type
Funding sources the buyer has opted to see.
As a result, each buyer might see a unique combination of buttons. Pay Later offers differ by country and have different buttons.
By default, funding source eligibility is determined based on a variety of factors. Enable funding can be used to ensure a funding source is rendered, if eligible.
I request to please contact your website developer or the support of your third party platform eCommerce to refer the below detailed guide link to enable the "particular" payment method as per your requirement.
https://developer.paypal.com/sdk/js/configuration/#enable-funding
Sample for reference : <script src="https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID&enable-funding=venmo"></script>
To add Venmo as a payment button : https://developer.paypal.com/docs/checkout/pay-with-venmo/
Eligibility :
- US-based merchants and US-based consumers only.
- Transaction must be in USD.
- Must be integrated with JavaScript SDK.
- Buyers on mobile devices must use Safari on iOS or Chrome on Android.
- Buyers on desktop web browsers can use any major web browser.
- Buyers must have the Venmo iOS or Android app installed.
- One-time payments, including authorization and capture use cases, are supported.
- Billing agreements, Multiple seller payments, and Shipping callback are not supported.
- Transaction must be an online purchase (buy online, pay in store is not supported).
Integration methods :
- Add the Venmo button to your standard payments integration.
- After you integrate, make sure your buttons render in the layout that you want.
Note : Please follow the below steps via your PayPal account.
Login PayPal.com >> click on "settings icon" >> go to "Account settings" >> Website payments >> PayPal buttons >> select "Smart Buttons" button type >> fill all the required details >> copy & paste the button code on your website with the help of your website developer.
(Or)
Login PayPal.com >> go to direct link "https://www.paypal.com/buttons/" >> follow the above steps
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.
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- "System error. Please try again later" when connecting to paypal sandbox account with my android app in Sandbox Environment
- Something went wrong. Contact the merchant for help. in PayPal Payments Standard
- Payments Refunded Automatically After Successful Transactions - PayPal Business Account Issue in REST APIs
- Django-paypal form is not showing "pay with credit or debit card" option in Braintree Server-side Integration (PHP, Java, .NET, Ruby, Python, NodeJS SDKs)
- Website Payment Button in PayPal Payments Standard