- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Morning,
I've seen this question asked on here but never answered.
As the topic says, we'd like to remove the black debit / credit card button when using the PayPal API as we already have this option through another company. Not to mention that it looks a bit busy and untidy especially with the "Powered By" underneath as well.
We just want the PayPal checkout button if that's possible? I find it crazy that it isn't an obvious option.
Thanks for any advice.
Solved! Go to Solution.
- Labels:
-
PayPal HTML Buttons
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For anybody that finds this and has a similar issue. I'm not sure if it's a bug or intentional but I added these 2 lines to the style of the button and it seems to have removed everything but the gold PayPal button which is accidentally exactly what we were after.
style: {
layout: 'horizontal',
tagline: 'false'
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For anybody that finds this and has a similar issue. I'm not sure if it's a bug or intentional but I added these 2 lines to the style of the button and it seems to have removed everything but the gold PayPal button which is accidentally exactly what we were after.
style: {
layout: 'horizontal',
tagline: 'false'
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Add "disable-funding=credit,card" to the script tag, e.g.
<script src="https://www.paypal.com/sdk/js?client-id=CLIENTID&disable-funding=credit,card"></script>
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Things don’t appear to be working at the moment in PayPal Payments Standard
- Something went wrong. Contact the merchant for help. in PayPal Payments Standard
- How to prompt a "thank you" after using donate button on a website in PayPal Payments Standard
- QR Code Issue in Braintree Client-side Integration (JS, iOS, Android SDKs)
- How to enable on-demand / recurring payments to existing PayPal checkout? in SDKs