#nari

1 messages · Page 1 of 1 (latest)

daring shardBOT
humble iris
#

Hello there

#

What guide are you following for your integration?

#

Are you trying to use the deferred intent flow?

humble iris
#

That is just the method for confirming the PaymentIntent using Stripe.JS

austere storm
#

ok can i use confirmCardPayment method using PaymentElement?

humble iris
#

No

#

You would use that with Card Element

austere storm
#

ok

#

paymentIntent is like security key or its used to verify the subsctription plan?

humble iris
#

A PaymentIntent is an object to track the lifecycle of a payment

austere storm
#

clientSecret how it will be usefull?

#

will it have any subscription details?

humble iris
#

You need the clientSecret to confirm a PaymentIntent client-side.

#

No it isn't an object, just a string that is used to associate the PaymentIntent from your server with the action performed on the client

austere storm
#

ok

#

thank you