#serdar4003_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1222475101585543230
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello ๐
๐ happy to help
I know, you guys from support are always really amazing in helping us devs
unfortunately we don't have access to this kind of information
here on discord
Total saldo is 12,44โฌ
It says
for payout ready is 243,59โฌ
but as you can see below on the payouts
it has already been payed out
am i wrong or does it wrong look to me? ๐
also it says " soon available -231,15โฌ"
acct_1OHlSsRmkxOapJsj
please contact https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site 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.
they are better equipped to look into payout issues
what happened to the support here
normally you guys could help me with stuff like that
๐
Okay another question regarding the api
yes sure
How can i calculate the real "total saldo" and how can i calculate the "available payout"
you can call https://docs.stripe.com/api/balance/balance_retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
available for payout is available.amount
Yeah but as example when someone pays with SEPA
the money is not directly available to payout
Or am i wrong?
total is available+pending-reserved
pending-reserved, ah okay
How do i get pending-reserved? ๐
currently i get this:
{
object: 'balance',
available: [ { amount: 24359, currency: 'eur', source_types: [Object] } ],
livemode: false,
pending: [ { amount: -22701, currency: 'eur', source_types: [Object] } ]
}
ok if you're not a platform you don't have connect_reserved
so forget about the pending - connect_reserved
total is available + pending
We are a platform ๐
We have connect accounts
acct_1OHlSsRmkxOapJsj
and when i do this
this.stripe.balance.retrieve({stripeAccount: stripeAccountId,});
i get this:
{
object: 'balance',
available: [ { amount: 24359, currency: 'eur', source_types: [Object] } ],
livemode: false,
pending: [ { amount: -22701, currency: 'eur', source_types: [Object] } ]
}
https://docs.stripe.com/connect/top-ups this is only available in the US
that's why
i think this is a complete different topic
But thanks i will find my own way
your total is 24359 + (-22701) = 1658
I was answering why you don't see connect_reserved
let's forget about that
and focus on your question