#sabsod
1 messages · Page 1 of 1 (latest)
I don't believe so. If the Invoice is from a subscription it will be treated as off session at least
is not for a subscription, is for a payment una tantum when customer cannot confirm payment
but we always create paymentIntent via Invoice when some customer purchase something and confirm payment online
so now i'm asking if is it possible also when payment is offline
well you can create + finalize the invoice and then pass off_session:true when you call the Confirm PaymentIntent API on the PaymentIntent from the Invoice(to attempt payment), I believe.
ok i understand
you mean set off_session:true here:
?
in update payment intent
?
your code is 'update payment intent', not 'update payment method'
sorry, of course, my mistake to write
so i just have to confirm?
and reading documentations, for confirm paymentIntent, i see attribute setup_future_usage, what i have to set in this attribute? I just want try to pay now, but offline.
nothing
ok