#hieutrung203
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.
- hieutrung203, 9 minutes ago, 12 messages
- hieutrung203, 1 day ago, 31 messages
- hieutrung203, 1 day ago, 13 messages
- hieutrung203, 4 days ago, 14 messages
I use this code "$stripe = $stripe->balance->retrieve([],['stripe_account' => 'acct_1OcJ3gPHPf7OvbrK']);", its return
"
{
"object": "balance",
"available": [
{
"amount": 0,
"currency": "usd",
"source_types": {
"card": 0
}
}
],
"instant_available": [
{
"amount": 1012,
"currency": "usd",
"source_types": {
"card": 1012
}
}
],
"livemode": false,
"pending": [
{
"amount": 25611,
"currency": "usd",
"source_types": {
"card": 25611
}
}
]
}
"
You don't have available balance in your Stripe Account
what can i do
In test mode you can use one of these test cards, in order to have balance immediatly:
https://stripe.com/docs/testing#available-balance
ok but what's about my case, i want to try in my case first
hello?
What is your case exactly ?
You have two options, wait couple of days until the funds are available or issue other payments using the card I shared with you in order to have immediate available balance
wait, your mean is in my case, connect account's balance is pending, and i should to wait couple of days to make the pending balance an available balance. right?
please reply to me
hello
@sudden nova let's keep talking in this thread please.
We aer monitoring all active threads
oke
Are you doing your manip in test mode or live mode ?
In test mode you can use the test card I shared with you
In live mode you need to do a check on the available balance before creating a payout
hey, but i dont want to use test card you share with me, that's why i ask you: i should to wait couple of days to make the pending balance an available balance. right?
i should to wait couple of days to make the pending balance an available balance. right?
Yes
before creating a payout, you need to double check first there is available balance via /v1/balance endpoint
how long does it take for the pending balance to be tranfered to the available balance?
Your link don't explain about my question
It definitely answers this question: ~7 days