#gasper_paypal-future-charges
1 messages ¡ Page 1 of 1 (latest)
đ 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.
hi! recurring payments don't need the customer to authenticate again. Do you have an example PaymentIntent where you're seeing it being required?
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
hmm well "using the same customer" is not the same as charging the saved payment method (https://docs.stripe.com/payments/paypal/set-up-future-payments?web-or-mobile=web&payments-ui-type=stripe-hosted#charge-later) , for instance.
Sure?
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?
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
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?