#Ante75
1 messages · Page 1 of 1 (latest)
No, available_on refers to when the funds will be in your Stripe Account's balance https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-available_on
So at that point you do have the money, but it won't be in your account until it is paid out. https://stripe.com/docs/payouts
so how can i know when a specific transaction will be payouted to the bank account?
That depends on your account's configuration. If you talk to our support team, they will be able to help you here https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i am trying to get the transactions that have NOT been sent to the bank from stripe yet, but it seems like it can't be done ...
Do you use our APIs? There is a way to find them with that. I will look for the doc for it
Otherwise I am not sure the best way to find those transactions. Our support would know about that too
It looks like we don't have this explicitly documented but you can basically check if the available_on timestamp for the balance transaction is greater than the arrival_date on the payout