#mecha-chocobo_docs

1 messages ¡ Page 1 of 1 (latest)

stray pollenBOT
#

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

old steppe
#

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

lament skiff
#

It's an ACH debit

#

Our QA team is trying to reproduce the behavior in the test environment. Our automated tests mock the response.

old steppe
#

Do you have the specific request or PaymentIntent id?

#

That will help me understand exactly what happened

lament skiff
#

pi_3SYFH6HTHZMmFuxl1ZWOT4dm

old steppe
#

Okay, the list you found is complete, we don't have a test account number for this specific error message

lament skiff
#

ok. Is there some way to recreate the error on a customer in the test environment? The method I attempted didn't work.

old steppe
#

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

lament skiff
#

ok. thanks