#alliance-subscription-setupintent

1 messages · Page 1 of 1 (latest)

vital topazBOT
slender wolf
#

alliance-subscription-setupintent

#

@shrewd gulch what do you need help with. What's the problem you're stuck with?

shrewd gulch
#

im in case with a subscription with free trial and the user want to pay with 3DS card

#

I get the pending_setup_intent.client_secret and I want to know how can I show the authentification page for the user.

slender wolf
#

So you create a Subscription, you get a SetupIntent in pending_setup_intent and then client-side you have to confirm it using confirmSetup() with PaymentElement

shrewd gulch
#

ok let me see.
please don't close the channel

shrewd gulch
#

Why I have to create a component ?
in the case when I have a payement_intent it was easy. I just made a call to confirmCardPayment and Strip was able to show the authentification page for the user

slender wolf
#

You need something to collect their payment method details

shrewd gulch
#

I can't use this to show the authentification page?