#eric_70104
1 messages · Page 1 of 1 (latest)
It should be the same. You'd retrieve the payout object and check arrival date: https://stripe.com/docs/api/payouts/object#payout_object-arrival_date
See this for making calls on connect accounts: https://stripe.com/docs/connect/authentication
You'll just need to pass the connect account header when retrieving the payout
That is the expected arrival, is there away to get the actual arrival?
Oh this is for a payout that has already arrived?
Yep
I think there is a py_***** object that corresponds to the po_****** object
I might be wrong
In the future recommend listening to payout.paid events to get notified of this. One thing you could do is use this endpoint to filter by those events: https://stripe.com/docs/api/events/list#list_events-type then loop through and find the payout id
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But arrival_date should generally get you a good approximation if you don't need the exact timestamp