#cnguyen85

1 messages · Page 1 of 1 (latest)

grave auroraBOT
wary aspen
#

Hello

#

Not sure what you mean by that. The deferred intent flow uses Payment Element which is a Stripe Element, yes.

weary comet
#

I don't want to use the PaymentElement. That is a complete component. But use the CvcElement, CardElement, etc...

wary aspen
#

Oh then I don't really understand what you mean by "deferred payment" here.

#

Let's back up

#

What are you trying to do?

#

If you can describe your use-case then I can likely recommend the best path.

weary comet
#

I want to display a payment form (with the CvcElement, etc) and create the Setup intent only after the form validation

wary aspen
#

Yep that's fine then. You can use Card Element or the split elements in this case. The key with this flow is that you use payment_method_types: ['card'] explicitly for your SetupIntent

weary comet
#

With PaymentElement, can I have only the card option ? (So I don't want to have the tab but just the payment form)

weary comet
wary aspen