#typek3
1 messages · Page 1 of 1 (latest)
Hello 👋
What are you seeing in the response when you retrieve the balance?
Let me check.
Fun fact number 1: This was POST body to /v1/transfers :
{
"destination": "acct_1NId5EREQItMQPWd",
"amount": "100",
"currency": "USD"
}
In the dashboard I see that this account has $0.99
Give me a sec
The request you shared for the payout was made on a diff account though
https://dashboard.stripe.com/logs/req_5vA4t9htQSUDQB
acct_1NGrmnRTEdLEQEHG
Yeah, that's true. That was a different one.
I have to manually hit all endpoints.
Give me a sec
Also you'd want to make sure the accounts are not on automatic payouts
They are not.
So when I've requested balance, I'm getting this:
{
"available": [
{
"amount": 0,
"currency": "pln",
"source_types": {
"card": 0
}
}
],
"livemode": true,
"object": "balance",
"pending": [
{
"amount": 410,
"currency": "pln",
"source_types": {
"card": 410
}
}
]
}
In dashboard I see the below
Yeah so the balance is pending. You can't create a payout until those funds settle