#saurav2354
1 messages · Page 1 of 1 (latest)
Hi. I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
yes i have technicall questions only
i am using payout api for payout money to connect account
but its showing insuffiect balance
That means the account has insufficient balance. You can use Balances API to get the balances https://stripe.com/docs/api/balance/balance_retrieve?lang=curl#retrieve_balance
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
available banace is there
in balance api
{"object":"balance","available":[{"amount":38986,"currency":"eur","source_types":{"card":38986}}],"connect_reserved":[{"amount":0,"currency":"eur"}],"livemode":false,"pending":[{"amount":204381,"currency":"eur","source_types":{"card":204381}}]}
Is this the platform's balance or connected account's balance?
platform balance
You shoulud check the connected account's balance if you want to create a payout on the same connected account.
but how can i distribute my plateform balance to connected account
i needt o do first eransfer and then payout?
You can transfer funds from platform to connected account https://stripe.com/docs/api/transfers/create?lang=curl#create_transfer
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 can only transfer funds if the platform and connected account are in the same region
how to get test creds for eur account any link for that?
bank account deatils aslo need for eur
its showing invalid bic number when create account
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.