#YerayAmenitiz-payout-schedule
1 messages · Page 1 of 1 (latest)
Hey! Payout scheduling is detailed here: https://stripe.com/docs/payouts#payout-schedule
We generally don't have any further info here, so if you need something further I'd recommend speaking to support: https://support.stripe.com/contact
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've read that article and it won't help. What I'm trying to build is a place in the app that will show the customer how much amount is going to be received on the next payout. I cannot retrieve this data via API so I have to approximate it. My payouts are being initiated every monday but I don't know the exact time Stripe starts initiating them. I need to know this exact time to know what payments in our database I have to take and sum their amounts to show to the customer.
Have you looked at the Balance API: https://stripe.com/docs/api/balance/balance_object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks I will have a look
This is not working or I'm not doing properly
What I see in my account
What the Balance request returns:
#Stripe::Balance:0x533b8 JSON: {
"object": "balance",
"available": [
{"amount":150853,"currency":"eur","source_types":{"card":150853}}
],
"livemode": false,
"pending": [
{"amount":-150853,"currency":"eur","source_types":{"card":-150853}}
]
}
Is your Dashboard screenshot from test mode too?
Yes
Stripe::Balance.retrieve({api_key: ENV['STRIPE_EXPRESS_SECRET_KEY'], stripe_account: 'acct_1K2GKcQ0oyCTHVl6'})
and that's my request
sorry I wanted to show in the picture that it's test mode:
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
Sorry I was on lunch
I did a new request with the exact same params and exact same response
the ID is req_Wkkd2OZFw3UZMu
Apologies for the wait. ynoj had to step out and things have been a bit busy so I am still catching up. Looking at your request...
Hey, apologies for the very long wait here, I have still not been able to quite figure out the discrepancy. I am have reached out to my colleagues to take a better look and will get back with what we can find
thanks!
It looks like this may be related to a test mode payout but we still aren't quite sure why these balances would be in that state. If you reach out to our support team they will be better equipped to help look in to and explain what is going on 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.
Again apologies on the long wait here. The server got pretty busy and unfortunately I lost your thread while jumping around. Normally we are much much quicker on this especially if it is redirecting to support.