#chocnut28
1 messages · Page 1 of 1 (latest)
Hello! typically this isn't something you should need to set yourself, we'd handle it for you so that the payment intent/setupintent generated by the subscription will automatically have this set correctly when necessary
I see
to give more context to our problem.
We have customers on Apple Pay and on a free trial. but the PaymentIntent wasn't set up with setup_future_usage: 'off_session' and we wanted them to be charged with the same payment method. is this doable?
Can you give some more specifics? Was the Payment Intent used to collect the apple pay details one that come from a subsription? Or was it a separate one-off?
I believe the best thing to do would be to bring your customer back on-session and have them confirm a setup or payment intent when the subsription is first created. That should ensure that the payment method is set up correctly moving forward
Can I do an on-session, meaning showing an apple pay checkout for a free trial once more? so that I don't need to charge them with any amount. would this work?