#malkivadnai
1 messages · Page 1 of 1 (latest)
👋 happy to help
1st /v1/charges is no longer recommended, please use /v1/payment_intents instead
as for the the transfer availability you can look at this guide https://stripe.com/docs/connect/separate-charges-and-transfers#transfer-availability
Thanks for the information, tarzan. I've looked into the separate charges and transfers documentation. So, if I understand correctly, the money becomes available for transfer based on the status of the initial payment. It's not instant, but it's automated by using the payment's ID as source_transaction, right? Also, what would be the minimum delay for this process?
but it's automated by using the payment's ID as source_transaction, right?
correct you need to use the Charge ID from the Payment Intent'slatest_charge
Also, what would be the minimum delay for this process?
it depends on the payment being processed and available in your balance
Ok perfect, but what is the average time for this process? An estimation?
Can you please confirm that it's possible to use Stripe's webhooks to get notified when the funds from a new transaction are available, so that I can automatically trigger a transfer via Stripe's API? The transfer would only be made when the funds are actually available, without any upfront funding from my side.
it really depends on the payment method and other factors
you don't have to if you're using source_transaction
Can you please elaborate on the factors that influence the delay? Also, could you please provide a time range for the most commonly used payment methods? More than 24h ?
it depends if it's an asynchronous payment method such as bank debits, or other buy now pay later payment methods
you'd have to go and look at the docs, I can't really enumerate them all here
Ok thanks
You really helped me