#fakossaconate
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- fakossaconate, 1 hour ago, 35 messages
- fakossaconate, 4 hours ago, 11 messages
- fakossaconate, 1 day ago, 50 messages
Recommend calling this endpoint on the account: 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.
It will show you what the available balance is broken down by type
That should help you identify the issue
I go check it but the balance seems to be ok
What's the account id
acct_1OmvnxIVQW8n0QC5
unless I misunderstood something here, I thought the create payout was used for the transferring the money on my coonected account (on stripe) to his bank account. So if I don't have the money personnaly, it shouldn't be a problem right?
Yeah looks like there's no available balance though from what I'm seeing
Can you call that api I suggested
And paste the response
{
"object": "balance",
"available": [
{
"amount": 0,
"currency": "usd",
"source_types": {
"card": 0
}
}
],
"connect_reserved": [
{
"amount": 0,
"currency": "usd"
}
],
"livemode": false,
"pending": [
{
"amount": 124,
"currency": "usd",
"source_types": {
"card": 124
}
}
]
}
But this call is on my account. I wanted to transfert the money from my connected acount user to his bank account
Here is the response from my payout api