#db1900_intents-setup

1 messages ยท Page 1 of 1 (latest)

humble caveBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1230186225839636503

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

autumn lindenBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

feral zinc
#

to clarify the Stripe test card im using is the one to test 3DS

misty crane
feral zinc
#

yeah i did see that ๐Ÿ™‚

#

but it seems like i cant use both when creating the PaymentIntent? off_session and setup_future_usage

misty crane
#

Why are you setting setup_future_usage? You shouldn't need it since that Payment Method is already set up using a previous setup intent

feral zinc
#

hm

#

seems like im not understanding where we are setting up the payment method for future usage

#

when our app creates the SetupIntent we only use the customer (id) and payment_method_types

misty crane
#

A SetupIntent sets up a payment method for future usage without charging the customer for anything. In comparison, a Payment Intent with setup_future_usage set will save the payment method AND charge the customer for a specific amount.

Both will save/setup the Paynment Method for future usage

feral zinc
#

ah, okay i get it now

#

so the PaymentIntent can be used without having a SetupIntent. The PaymentIntent use case seems to be when the customer is saving and paying at the same time ? Versus having a SetupIntent to capture the payment method and then later charge them using the PaymentIntent?

misty crane
#

Correct!

feral zinc
#

great. thanks for walking thru that with me ๐Ÿ‘

misty crane
#

happy to help!