#siddarth_api
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/1311665797856497664
đ 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.
- siddarth_api, 32 minutes ago, 71 messages
- siddarth_api, 2 hours ago, 27 messages
- siddarth_api, 19 hours ago, 35 messages
- siddarth_api, 22 hours ago, 30 messages
this is about my previous thread, where I asked a question . I was checking that confirmBankAccountSetUp method for us_bank_account for ach. to verify the microdeposit flow. I can not complete setup intent unless the customer verifies/authorize.
Q1. That sending an email to cutomer is offline process not from our application correct?
A1. Correct
Q2. And when the customer verifies it opening the link then only the status will be updated in your server as Succedded or completed.
A2.correct you will receive a webhook event
Q3. Until then I will not be able to make payment with that stored payment method?
A3.correct
in this Question2. I got reply from you that you will receive a webhook event. What I need to with that, do i need write a code for this?
Q1. That sending an email to cutomer is offline process not from our application correct?
I don't understand this question, sorry.
Q2. And when the customer verifies it opening the link then only the status will be updated in your server as Succedded or completed.
yes, and you should receive a webhook event to notify you of the change
Q3. Until then I will not be able to make payment with that stored payment method?
correct
Q2, what I need to with webhook event? is the setup intent will be updated as complete/succeeded in your side? onc ethe customer evrifies it?
basically in this stripe.confirmUsBankAccountSetup , i do not need to add this line of code for creating a setup intent flow . else if (setupIntent.next_action?.type === "verify_with_microdeposits") {
// The account needs to be verified via microdeposits.
// Display a message to consumer with next steps (consumer waits for
// microdeposits, then enters a statement descriptor code on a page sent to them via email).
} correct? then how will I verify the microdeposit flow? I want the setupintent to be completed/succeded. for making future payments.
do not close this thread, i have some more questions based on youranswers
is the setup intent will be updated as complete/succeeded in your side? onc ethe customer evrifies it?
correct!
you are using the Payment Element to accept ACH payments?
then everything is explained in this doc: https://docs.stripe.com/payments/ach-direct-debit#verification