#toe
1 messages · Page 1 of 1 (latest)
Hello! Not sure I understand your question... you said the transaction availability is on the 20th, right? So what do you want to know exactly?
Is it possible to be notified when the funds becomes available, some form of a status via an api or something
There's an arrival_date on Payout objects you can look at: https://stripe.com/docs/api/payouts/object#payout_object-arrival_date
I am probably missing something, when a payment goes into Stripe the transaction isn't immediately available for a payout till the availability date right?
Yeah. Generally funds that land in your Stripe account start as pending, then they become available, then they get paid out to your bank account.
I think the info you're looking for is here: https://stripe.com/docs/payouts#payout-schedule
Understood, am I able to get the status of the payment as it comes into Stripe, when it becomes available?
Yes, Balance Transaction objects have an available_on property that will tell you: https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-available_on