#fabianoarruda
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- fabianoarruda, 1 day ago, 59 messages
Hello
Yeah this isn't really possible. There is no way to delay when testing ACH like there is in production. You would need to mock the response here instead.
What do you mean by "mock the response"? not sure if I understood
Meaning you would not actually hit the API but instead you would create a mock JSON response for your testing, such as setting status: processing for the PaymentIntent like the response would be and use that mock in your tests.