#tiffany_ach-microdeposits

1 messages ¡ Page 1 of 1 (latest)

dreamy nacelleBOT
#

👋 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.

mortal zenithBOT
#

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.

wary vapor
#

@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?

uneven thorn
#

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?

wary vapor
#

then in that case you have a PaymentIntent or SetupIntent and it'd be in status: 'requires_action'

uneven thorn
#

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.

wary vapor
#

tiffany_ach-microdeposits

uneven thorn
#

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?

wary vapor
#

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.

uneven thorn
#

Gotcha, so basically I need to store the setup intent in order to get the latest microdeposit state

#

Very helpful - thank you!