Donate button page for PLN with 4 payment methods instead of 2 (PayPal and cards)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everybody!
I am using PLN currency for payments from Poland.
For Payment page there are 4 payment methods active by default for that region and currency: PayPal, BLIK, Przelewy24, Debit or Credit Card
For Donations button page, using PLN currency I see only 2 methods: PayPal and Debit or Credit Card.
Do you know how to activate other 2 payment methods for donation page?
Regards, A.
- Labels:
-
PayPal HTML Buttons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Experiment with:
https://developer.paypal.com/sdk/donate/
https://developer.paypal.com/docs/checkout/apm/
Kudos & Solved are greatly appreciated. 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @Dead0k,
Thank you for posting to the PayPal community.
Yes, Smart button (PayPal Checkout) is a latest REST API integration.
The funding source buttons that display during checkout are decided automatically by the system, based on a range of factors, including:
- Buyer country
- Device type
- Funding sources the buyer has opted to see.
https://developer.paypal.com/docs/checkout/integration-features/customize-button/#which-buttons-will...
https://developer.paypal.com/sdk/js/configuration/#link-enablefunding
This is the reason why the payment page displayed multiple payment methods.
Donation button is a legacy integration. Donors can process donations via PayPal account or guest checkout(credit/debit card only for eligible donors).
Please refer the below guide link :
https://developer.paypal.com/api/nvp-soap/paypal-payments-standard/gs-PayPalPaymentsStandard/
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
Hi @MTS_Chiranjeevi @sharpiemarker
Thank you for replies.
So just to narrow topic a bit, here is my donate page on PayPal -- https://www.paypal.com/donate/?hosted_button_id=G7MRUUB7WDVX8
I use the same pc, region, language, currency, browser and I tried to modify parameters like https://www.paypal.com/donate/?hosted_button_id=G7MRUUB7WDVX8&enable-funding=blik,p24&locale=en_PL which does not work for me. I still see 2 payment methods. Seem like parameters work only with <script> code in html.
From what I understood I cannot make any changes with that default donate link, correct?
With a donation legacy button it is also clear for me and it looks bad. Not an option.
Instead what is the best and easiest solution do you recommend? I need basically the same as default Donate (non-developement) solution offers but with additional local payment methods. Basically lets say a payment with a field for input amount, and not a fixed price like it is done with Checkout example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, as mentioned in my previous comments, your using legacy hosted Donation button for which you can process donations via PayPal account or guest checkout(credit/debit card only for eligible donors). This is expected behaviour of the product.
Please refer the below guide link :
https://developer.paypal.com/api/nvp-soap/paypal-payments-standard/gs-PayPalPaymentsStandard/
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Payments Refunded Automatically After Successful Transactions - PayPal Business Account Issue in REST APIs
- p is not a function error using the example downloaded from Paypal in SDKs
- Paypal create transaction with QR - API in REST APIs
- Not receiving any confirmation emails for sandbox account in Sandbox Environment
- Advance checkout in Braintree Server-side Integration (PHP, Java, .NET, Ruby, Python, NodeJS SDKs)