#jainnikesh
1 messages · Page 1 of 1 (latest)
Hi there, this is expected. For destination charges, platform is responsbile for refund if the connected account has insufficient balance.
is there any api or any way that we know connected account have enough balance or not ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You should also specify a stripe_account in the request.
By specifying a stripe_account, you are telling Stripe that you want to make an API call on behalf of a connected account. You can refer to this doc to learn more about making API request for connected account (https://stripe.com/docs/connect/authentication)
okay i will check