#eze-payout-speed
1 messages ยท Page 1 of 1 (latest)
yes
what kind of connected accounts are you using? i.e. Standard, express or custom ?
custom accounts
and you're using the test bank numbers shown here, correct?
https://stripe.com/docs/connect/testing#account-numbers
yes, I use the test bank
Gotcha. let me quickly check something
ok, thanks
dude, any news?
Hi ๐ I'm stepping in for @wind sonnet Give me a sec to catch up
Hi! Thanks
So are you looking for ways to test scenarios with different payout speeds (1 day, 3 days, instant)?
the subscriptions are instants, I need analyze in my API the payouts hooks (payout.paid)
I'm still not clear on exactly what you are trying to test. What API requests are you making and what is the behavior you want to see?
I need to get the event payout.paid from hooks. For this to happen, stripe must make the transfer from Connect account to bank... Right?
How can I accelerate the sending of the hooks?
Have you tried creating the Payout using the instant method (in Test mode)?
https://stripe.com/docs/connect/instant-payouts#creating-an-instant-payout
Ok, I will try. Thanks so much!