#nkusibojoski-balance
1 messages ยท Page 1 of 1 (latest)
Yes
Payment intent
I want to get sure, that money is in my account so later I can transfer that amount to my vendor
You can expand the balance transactions [0] of a payment intent's charges. The status of the balance transaction indicate the availability of the fund: https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
[0] https://site-admin.stripe.com/docs/api/balance_transactions/object#balance_transaction_object-status
Alternatively, you can refer to the Transfer availability doc here, so that you don't have to handle the fund availability manually: https://stripe.com/docs/connect/charges-transfers#transfer-availability
Great! This is what I've been looking for.
Thanks for your help ๐