#johnm-balance
1 messages · Page 1 of 1 (latest)
@slow bane https://stripe.com/docs/payouts#payout-schedule
Balances are not available instantly, they take 2 days to clear in the US, and it's the same in Test mode (otherwise you'd be broken when you go live and don't expect this)
We have test cards for this https://stripe.com/docs/testing#cards-responses
4000000000000077: Charge succeeds and funds will be added directly to your available balance (bypassing your pending balance).
Also usually you don't really transfer funds like that, you tie the funds to an existing transaction so you want to read https://stripe.com/docs/connect/charges-transfers#transfer-availability
@serene jungle is it possible to tie the transfer to a checkout transasction?
are you working with @slow bane or is it a different question?
i am not working with him but I have the same issue
And yes Checkout creates a PaymentIntent which creates a Charge so the flow works the same way
alright
and can i confirm that the destination param in transfers.create is the target stripe account?
I have been staring at stripe api docs for 18 hours straight so i would appreciate any help😩
yes that's correct. You can also have us do the transfer automatically, see https://stripe.com/docs/connect/destination-charges
if i were to link the paymentIntent to the transfer, would I still need to wait the 2 days for the balance to clear?
if you use the source_transaction the Transfer is created immediately but the funds will be "pending" the same as the Charge.