#dano_jan
1 messages · Page 1 of 1 (latest)
Typically, merchants rely on balance.available webhook event on the connected account to know when the funds are available
https://stripe.com/docs/api/events/types#event_types-balance.available
I understand, so it is not possible to know when a specific payment_intent will be available?
For the PaymentIntent, you can look at the associated balance transaction
https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-available_on
Good, Thank you, you helped me find a way.