#zed.hertz
1 messages · Page 1 of 1 (latest)
Hi there. When you collect card details from your customer via the payment element, are you doing this through a setupintent or payment intent?
Hi, I think we use create SetupIntent.
Hi there. Ok unfortunately this isn't possible via Radar either. One thing you could do is use the deferred intent flow: https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web&type=setup in combination with two-step confirmation to create a payment method: https://stripe.com/docs/payments/build-a-two-step-confirmation. Then, you could only create the setupintent if the payment method's expiration date is more than a month out. Unfortunately, there's not really a way to achieve what you want without creating a payment method object first.