#potoos-delay-transfer
1 messages ยท Page 1 of 1 (latest)
Hello ๐ Transfers from one Stripe account to another should be instant when the funds are available.
I want to simulate the delay that we have on live environment
Can you clarify what delay you're referring to here?
A delay I want to simulate
Basically, I want to mimic the delay we have in Stripe live environment
There's some logic that needs to happen if something happens after the transfer was submitted but before it was completed.
Adding a delay between submit and complete will allow us to make this something happen, and test that it works as it should
When you say transfer, do you mean a transfer between two Stripe accounts, or are you talking about something else?
from/to bank account to/from stripe
When you say a transfer from a bank account are you talking about a customer paying you or something like you transferring funds to your platform account to keep your funds topped up?
top up
I am currently testing this and not finding a way to simulate that delay but I am still looking
@violet tinsel Did you find anything?
Unfortunately not. I will reach out to my colleagues quickly to confirm
Please do, thank you
So unfortunately there isn't a built in Stripe way to do this in test mode. You may have to simulate this on your side by doing something like adding an artificial wait on your webhook handler for the balance.availible event
I understand. Thank you Pompey ๐
Of course, thank you for your patience here. Today has been quite the day on this server