#wayo_ach-testing-invoices
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/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.
- wayo_best-practices, 21 hours ago, 14 messages
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
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?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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?
yes
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
I'll test this as soon as I can. Thanks!
Great ๐ I hope it helps you validate your approach ๐