#sar_dy
1 messages · Page 1 of 1 (latest)
hello! i assume you're trying to list the balance transactions that were paid out as part of a particular payout id : https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout
No, it's not possible to get the list of balance transactions for a manual payout. Since a manual payout is for a specific amount, Stripe can't determine what balance transactions are part of a manual payout
thanks @opal cairn
is there any way i could reduce the Payout Schedule time, i mean like few hours/minutes rather than waiting for 2 days ??
as far as i know no, the payout schedule for the various countries are listed here : https://stripe.com/docs/payouts#payout-speed
@opal cairn thanks for that
Not possible even in Test mode?
what are you trying to in test mode - are you trying to implement some processes that will trigger upon payout?
actually, i want Transfers info for a Payout. which I would get via BalanceTransactions API (soruce_transfer).
so for each Paid Payouts, I fetch BalanceTransactions with PayoutID and extract the Transfers out of it. Turns out, it would only work for Auto Payouts but not Manual.
is it possible to trigger Auto Payouts via an API or something like that ?
no, auto payouts cannot be triggered via an API. If you could, then it wouldn't be considered as automatic
The payout schedule depends on the Stripe account's country and is typically the same in both live and test mode. There's one caveat though, if your live mode account has no live transactions, the test mode transactions will always take 7 days to become available.
yeah right. 🙂
so that means Manual Payout may not associate with any Transfers?
Manual payouts will never have an itemized breakdown of transactions i.e. a Manual Payout will never have an association with Transfers