#mecha-chocobo_docs
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/1480965445459640450
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there
What is the payment method type? If we don't have something specific, then we generally just recommend mocking the response from Stripe
It's an ACH debit
Our QA team is trying to reproduce the behavior in the test environment. Our automated tests mock the response.
Do you have the specific request or PaymentIntent id?
That will help me understand exactly what happened
pi_3SYFH6HTHZMmFuxl1ZWOT4dm
Okay, the list you found is complete, we don't have a test account number for this specific error message
ok. Is there some way to recreate the error on a customer in the test environment? The method I attempted didn't work.
No, as I mentioned, the best thing to do would be to mock it. So maybe use one of the other failure bank numbers and write a function that takes the Stripe error from that and replicates the one you want to receive and use that to return the error to wherever you are calling it from
ok. thanks