#hetvidadia_code
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/1461653393188847818
๐ 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.
- hetvidadia_error, 3 days ago, 15 messages
Its for a live customer. Can I share it via an email to Stripe describing the issue?
if you want help by email, then you need to contact Stripe support directly: https://support.stripe.com/contact
Alright. Will do. Thank you, Soma!
Can you please share the email ID to which I can write to stripe?
there's no email sorry, you need to talk to the chat assistant on the link I shared above. and it should give you the option to send a message to Stripe.
I tried using the chat assistant and got generic replies - ask the customer to refresh their browser or try with a different card or account.
I need some concrete RCA as to why this is happening - previously with the same code, the customers were able to set up bank accounts. There are no changes form our end, but now the setup intents stay in the requires_payment_method state instead of requires_confirmation state
try to ask the chat "I'd like to talk to a human" maybe.
Okay, shall try
Meanwhile, could you help check if I'm doing something wrong in the below code?
stripe.collectBankAccountForSetup({
clientSecret: clientSecretFromCall,
params: {
payment_method_type: 'us_bank_account',
payment_method_data: {
billing_details: {
name: customerName,
email: customerEmail
},
},
},
})
This is what we get while trying to add a bank account
the code looks okay to me, but I would need the SetupIntent ID to investigate this.
Ok. Should this code snippet change the status of the SetupIntent to requires_confirmation?
๐ taking over for my colleague. Let me catch up.
would you mind sharing the SetupIntent ID my colleague asked for? it looks like seti_xxx
Hi tarzan. Its an actual customer's setup intent ID. Can I send it over a mail?
the ID is safe to share publicly
if you still prefer not to share here, then you can contact https://support.stripe.com/?contact=true
Popular articles