#tomhamiltonstubber-express-payments
1 messages ยท Page 1 of 1 (latest)
Sure. The payments were made to our main account. When we get the webhooks through that they happened, the money was Transferred to the Express Account. When you're out of test mode the payments generally take 3 days to come through and the money is 'available to be paid out'
But here the payments are just pending
I want to test the automated payout logic and how we can view which payouts are linked to which payments, but I can't do that unless the payments complete so they can be paid out.
Gotcha, so these sounds like Transfers, could you share the ID of one of those?
Yeah 2 secs
tr_3LL7q3DQ1y5Lg5MJ0Ud00lFO
tr_3LL7pCDQ1y5Lg5MJ0EIr5Yib
tr_3LL7jdDQ1y5Lg5MJ1tWrfE8M
Thank you! I'm not as familiar with the dashboard view of these flows (we primarily focus on the API side of integrations here).
I believe the delay in transition here is that the Transfers are being created using the source_transaction parameter, so the transfer of funds will happen once the Payment Intent/Charge are fully processed and their funds have been made available.
So when will the Charges become fully processed?
Does that ever happen in Test mode?
Yes, they should settle in test mode, though I'm not exactly sure when. If you retrieve the Balance Transaction object that is related to the Transfer(s):
https://stripe.com/docs/api/transfers/object#transfer_object-balance_transaction
Then the available_on field should give you a good estimate of when funds should be available:
https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-available_on
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Perfect thanks, looks like they take a week to come through
Looks like you're bussssyyyyy today, have fun!
Glad I could help!