#thomasnevink

1 messages · Page 1 of 1 (latest)

ripe cobaltBOT
rancid marlin
#

Which integration type do you use? Web or mobile? Payment Element, Checkout Session... etc

coral sandal
#

Web & mobile. We are using PaymentIntent that loads a card element

rancid marlin
coral sandal
#

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

rancid marlin
coral sandal
#

I'm getting this error , what am I doing wrong?

rancid marlin
#

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

coral sandal
#

ok

#

Can I set confirm= true, if I set setup_future_usage ??

rancid marlin
#

confirm=true is recommended to be used if payment_method is set

#

When you set setup_future_usage, this means that the payment method isn't collected. Any payment method collected later via Payment Element will be saved for future usage