#shamim-pending-balance
1 messages · Page 1 of 1 (latest)
hi
shamim-pending-balance
Hello! If anyone could force the pending balance to be available then there'd be no point having a pending balance
https://stripe.com/docs/payouts is likely a good place to start
when you accept a payment the funds stay pending for 2 days in the US for example (depends on your account's country)
I am explaining you the reason. I setup stripe connect in my laravel application. Now if anyone purchase a product, the amount goes to the seller stripe connect account and the amount will be available in 7 days minimum. Now I want to work with payout functions, but as the amount still in pending, that's why I can start work for creating payout functions.
ah so you want to try this in Test mode specifically
you are right.
I am doing everything in test mode.
the link above has test card numbers that make the balance immediately available
So if I use this card 4000000000000077 for make a charge, it will goes to available balance directly, right?
yes
Nice, I will try and update you. Thank you very much. I just love your supporting.