#ozzoltan
1 messages · Page 1 of 1 (latest)
I am not sure if that is customizable. What does PayPal show now? Some kind of "amount pending" message?
It just not show up in the express checkout elemenet. If i create a paymentIntent wiht more than 0 amount is is visible
I found there is a stripe.confirmPaypalSetup in the frontend stripe lib so it should be supported.
On the settings/payment_methods screen at Paypal ... button there is a create custom rule menu and there the 0 amount is not supported
Gotcha, looking in to this and will get back to you
Still looking in to this. I am not finding much info on ECE with setup intents. I see that that confirmPayPalSetup method is used in this flow. I think ECE should be able to set this up, will let you know what I can find
https://docs.stripe.com/payments/paypal/set-up-future-payments?platform=web&ui=API
I checked this document, but the I didn't reach the point where I can create a payment or setup intent with the specified payment options there. When the express checkout initialising it just need a list of payment method and an amount of money. Then show the buttons then the intent created after user choose. But Paypal button is not there. Maybe it only supported in checkout element flow not in the express checkout one. But please let me know if you found a way.
I think this may be restricted unless you have recurring payments for paypal turned on but am having trouble confirming. I will consult my colleagues on this
I have recurring payments turned on
Have you double checked that that setting is also turned on in test mode? They setting can differ between modes https://dashboard.stripe.com/test/settings/payment_methods
Recurring payment option not shown enabled in test mode. But there is no option to change that
One last test, can you try this same page but with your live mode key? If PayPal shows then, then it sounds like the test mode setting may be the issue
I was able to store paypal payment metod for future use but only with paymentIntent
Good idea I can try
Paypal button is not showing up with production key neither