#potoos-delay-transfer

1 messages ยท Page 1 of 1 (latest)

remote torrent
#

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?

spring tiger
#

A delay I want to simulate

#

Basically, I want to mimic the delay we have in Stripe live environment

uncut blade
#

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

violet tinsel
#

When you say transfer, do you mean a transfer between two Stripe accounts, or are you talking about something else?

uncut blade
#

from/to bank account to/from stripe

violet tinsel
#

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?

uncut blade
#

top up

violet tinsel
#

I am currently testing this and not finding a way to simulate that delay but I am still looking

uncut blade
#

@violet tinsel Did you find anything?

violet tinsel
#

Unfortunately not. I will reach out to my colleagues quickly to confirm

uncut blade
#

Please do, thank you

violet tinsel
#

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

uncut blade
#

I understand. Thank you Pompey ๐Ÿ˜„

violet tinsel
#

Of course, thank you for your patience here. Today has been quite the day on this server