#rajat_48873
1 messages · Page 1 of 1 (latest)
Hello
You want to list Payouts using https://stripe.com/docs/api/payouts/list and pass the Stripe Account header (see: https://stripe.com/docs/connect/authentication)
is automatic payout work in test mode
Yes
it is not happening
Have you had any payouts on your platform yet?
yes
please check attached SS
Gotcha that is the reasoning. There is a 7 day waiting period on your account and Connected Accounts for the first payout until you have a live payout made: https://support.stripe.com/questions/waiting-period-for-first-payout-on-stripe
But i am not live yet and just wanted to test this process
How can i simulate it
I want to simulate in Test Environment only
The automatic payouts will take 7 days to occur. There isn't anything else you can do other than create manual payouts if you want. You can also ask our Support team if there is any way they can speed this 7 day period up for you but there is nothing else I can do here to help with it. You can reach out to Support via https://support.stripe.com/contact/login
i am using const transfers = await stripe.transfers.list({
destination: connectedAccountID,
});
this code for getting list for all transfers of a connect account but i am not getting any status of transfer
ok
They always either succeed or fail immediately
ok