#zed.hertz

1 messages · Page 1 of 1 (latest)

summer shoalBOT
peak basin
#

Hi there. When you collect card details from your customer via the payment element, are you doing this through a setupintent or payment intent?

idle cairn
#

Hi, I think we use create SetupIntent.

peak basin
#

Got it

#

There may be a way to do this via Radar

#

Let me check with a colleague

peak basin
#

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.

Build an integration where you can render the Payment Element prior to creating a PaymentIntent or SetupIntent.

Add an optional review page or run validations after a user enters their payment details.