#tiffany_ach-microdeposits
1 messages ¡ Page 1 of 1 (latest)
đ 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/1242971297479131199
đ 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.
- tiffany_best-practices, 1 day ago, 67 messages
- tiffany_invoicing-multicurrency, 1 day ago, 15 messages
@uneven thorn I don't fully understand the question. There are dozens of ways to integrate Stripe so it really depends what you are trying to do.
Are you asking about whether the end customer used FinancialConnections or entered raw bank account details maybe?
The end customer entered bank account details using the Payment Element. From what I understand, they'll get microdeposits sent to their bank account in potentially 1-2 days.
They will also get an email to a Stripe hosted page to verify these microdeposits, correct?
then in that case you have a PaymentIntent or SetupIntent and it'd be in status: 'requires_action'
I would like to show the customer an experience where they see that they still need to confirm their microdeposits, but I'm not sure where I can find that status.
tiffany_ach-microdeposits
In my integration, I only send a setup intent if there's no stored payment on the customer yet. Would I need to store a reference to the setup intent somewhere to retrieve this status?
I think so yes. I am John, I come to pay on your website, I enter my bank account details that you collect via a SetupIntent, I need to do micro-deposits so you remember that I am cus_123 and I have the SetupIntent seti_123 waiting for micro-deposits. And once I do that youget the pm_ABCD attach to the Customer.