#talon-pay-with-saved-card
1 messages · Page 1 of 1 (latest)
@nova grove The two guides for saving payment method for future use cover this at the end, eg: https://stripe.com/docs/payments/save-during-payment?platform=web#web-create-payment-intent-off-session
You'd create a payment intent using one of the customer's attached payment methods and confirm the payment server-side and off session
how will i confirm the payment intent from server side? is it possible?
that's what the confirm=true parameter is for, as described there for use with off-session payments
have you set up these saved cards for off session payments?
oh i got it now thank you
np!