#wayo_ach-testing-invoices

1 messages ยท Page 1 of 1 (latest)

near forgeBOT
#

๐Ÿ‘‹ 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/1296523354555158685

๐Ÿ“ 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.

sage oasis
#

Hi ๐Ÿ‘‹

So essentially you are looking for a set of bank credentials in Test mode that simulate then ACH payment schedule?

#

We have a set of test credentials here that includes one that stays in processing indefinitely

#

That would allow you to test your code, although it wouldn't eventually move to succeeded

mental sinew
#

Oh I see it towards the bottom, that's exactly what I need.

#

I have customers on subscriptions but sometimes when a payment fails and they need to try again, I use this api https://docs.stripe.com/api/invoices/pay. I was wondering if a payment is processing and this api is called, what happens?

sage oasis
#

I'm not sure I get what you mean. Do you mean the payment for the Invoice is already in a state of processing and you attempt to pay it again?

mental sinew
#

yes

sage oasis
#

You should be able to test this. Since the Invoice already has a Payment Intent that is in a state of processing, the request should fail. We document the lifecycle of the Payment Intent here

mental sinew
#

I'll test this as soon as I can. Thanks!

sage oasis
#

Great ๐ŸŽ‰ I hope it helps you validate your approach ๐Ÿ™‚