#thomasnevink
1 messages · Page 1 of 1 (latest)
Which integration type do you use? Web or mobile? Payment Element, Checkout Session... etc
Web & mobile. We are using PaymentIntent that loads a card element
For web, the Element doesn't come with the checkbox of saving the card for future usage. This should be implemented by yourself.
For mobile, saving the card for future usage is only supported in Mobile Payment Element, but not Card Element: https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet
We are not using card element, we are using Payment element
We are creating a paymentIntent, so how do I save the card for future usage
In your previous message, you mentioned about "Card Element".
For Payment Element in web, you may refer to this guide to save the card for future usage: https://stripe.com/docs/payments/save-during-payment
I'm getting this error , what am I doing wrong?
off_session means that the customer is not in the session to perform extra action.
If you set setup_future_usage, off_session shouldn't be set to true, i.e. customer has to be present to enter the card details and perform extra action such as 3DS if needed