#jchannon
1 messages ยท Page 1 of 1 (latest)
Hi. I'm not sure, it's best to contact Stripe Support: https://support.stripe.com/?contact=true
been there for 30mins and they dont know
What did they say?
that they don't know and will email me later and closed the chat
i've been through the docs and i can't find anything, seems like a basic question
They'll surely will get back to you, just making sure to prepare the correct response for your request.
have the funds available in the stripe platform account. ie. customer makes card payment to my platform account. how long until that is available so i can do a payout to my bank account or a transfer to a connected account
Have a read there
You can also transfer to Connected Accounts immediately if you use source_transaction
But won't payout until funds become available
yup understood, unfortunately in our situation we don't have the original transaction so we're going to wait X hours/days so we know the credit card payments have cleared before doing a transfer. I just need to know what X is ๐
doesn't refer to payment methods, so not sure if that is an issue, that doc just says no matter what payment method the time it takes for funds to be available is 3 days. is that correct?
That's correct, once the Charge is captured (the PaymentIntent moves to succeeded) then it will be that amount of days
So the payment method type can delay the start of that delay day period
If it is a debit payment method for instance you have to wait until the debit succeeds
Then +3 days for instance
at the mo all our payment intents are credit/debit cards
Then it should be immediate +3 days from capture
brill, thanks for the help!!