#sanders40_deferred-payment

1 messages ยท Page 1 of 1 (latest)

sharp pollenBOT
#

๐Ÿ‘‹ 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/1291784730731352077

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

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.

elder scrollBOT
mellow finch
#

Hi there ๐Ÿ‘‹ I think that was suggested as not being recommend because we advise to try to avoid processing a Setup Intent that is immediately followed by processing a payment.

If you're still in the process of building your integration, you can look at our deferred intents flow:
https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=subscription
It lets you collect payment method details via the Payment Element before creating a Subscription. Depending on how precise of an address you want to collect, you can include the Address Element in your integration and use the details collected by that to create/update your Customer object.

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

wicked cradle
#

Thanks Toby. We've been exploring using the Address Element the last couple days. So then if I'm following the link you sent, we could in theory wait to create the subscription once the customer has clicked the Pay button and we know the zip code entered is what they want to use?

mellow finch
#

Correct

wicked cradle
#

Well then that sounds like it's perfect for us. I'll explore that flow more today, thanks a lot!

mellow finch
#

Any time! We'll be around if any more questions come up while you go through that

sharp pollenBOT