#malkivadnai

1 messages · Page 1 of 1 (latest)

velvet cryptBOT
runic dagger
#

👋 happy to help

#

1st /v1/charges is no longer recommended, please use /v1/payment_intents instead

solemn vigil
#

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?

runic dagger
#

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's latest_charge

#

Also, what would be the minimum delay for this process?
it depends on the payment being processed and available in your balance

solemn vigil
#

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.

runic dagger
runic dagger
solemn vigil
runic dagger
#

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

solemn vigil
#

Ok thanks

You really helped me