#gasper_paypal-future-charges

1 messages ¡ Page 1 of 1 (latest)

coral frostBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1282680045885718570

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

main barn
#

hi! recurring payments don't need the customer to authenticate again. Do you have an example PaymentIntent where you're seeing it being required?

somber yoke
#

Hi! In my testing in development env and I use the same customer when creating payment intent. Each time I am redirected to paypal page

main barn
somber yoke
#

hm let me try offsession charge for one customer

#

I will get back to you! Tnx!

coral frostBOT
#

gasper_paypal-future-charges

somber yoke
#

yep it worked

#

one more question I have

arctic vigil
#

Sure?

arctic vigil
#

Sorry for being a bit short before, the server is quite busy at the moment. Did you have another question that you were looking for assistance with?

somber yoke
#

sorry, yes question I have is when customer select payment method paypal in checkout process can I create payment intent with off_session:true? In this case customer is not redirected to paypal page to confirm payment again

arctic vigil
#

Yes I believe so, setup_future_usage is indicated to be supported for PayPal:
https://docs.stripe.com/payments/payment-methods/integration-options#additional-api-wallets
The one thing I'm a bit less clear on, is whether your account needs to be configured to process those as recurring payments for PayPal requires approval:
https://docs.stripe.com/payments/paypal#:~:text=Recurring payments-,Requires approval,-Dispute support

Did you attempt to do that and it not behave as you were expecting? If so, can you share the ID of that off session Payment Intent or Charge?

Learn about PayPal, a digital wallet popular with businesses in Europe.

Learn about the different ways to integrate payment methods.

somber yoke
#

when I set off_session: true in checkout process using paypal intet.stauts was success, without this attr I was always redirected to paypal page where I need to confirm payment

#

tnx for now, I will ping you later if having any new questions