#mindsetinmeta
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the payout ID?
Connected account ID: acct_1MEAj9DHBMnFr9yL
balance transaction history
{
"object": "balance",
"available": [
{
"amount": 0,
"currency": "usd",
"source_types": {
"card": 0
}
}
],
"instant_available": [
{
"amount": 0,
"currency": "usd",
"source_types": {
"card": 0
}
}
],
"livemode": false,
"pending": [
{
"amount": 1300,
"currency": "usd",
"source_types": {
"card": 1300
}
}
]
}
why they are not paid out to the connected account but always showing as pending?
This is the pending balance, and it's different from pending payout.
The $13 is not yet available in your balance, and that's why no payouts are created yet.
https://stripe.com/docs/connect/account-balances you can read this doc to learn more about account balance
how to make them available?
from pending to available?
that should be automatic based on the payout schedule, right?
It depends on the country (ref: https://stripe.com/docs/payouts#standard-payout-timing) for united states it's 2 business days.
Please also note that payout schedule and payout speed are different ->
even under testing mode?
so I have to wait 3 days to see the payout happen?
you sure?
Yes, even in test mode.