#sandeepdil
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you share the ID of the request that is returning that error?
req_GPnbENWXIVC4V9
That External Account belongs to a different Stripe Account, you can't pay out to it except from the Stripe Account that owns that External Account.
Ok , so if we have to make payout to external bank account... How can we made ?
Basically we have to integrate stripe with our system and we have to made employees payment payout into thr account
I don't understand what this means. If you're trying to use Stripe to pay out to other parties, you will need to use Stripe Connect. You will need to create a Connected Account for each one ... oh wait, you've done that.
In that case you now need to create a Transfer to move the funds from your Platform Account to the Connected Account, then you can create a Payout for the Connected Account that will move the funds from Stripe to the associated External Account.
Ok , you mean we have to transfer amount to connected account and after that we can make payout to bank
Is it ?
Correct
Ok after transfer, what api should i use to make payout request... Because as i can see payout api need only bank id and stripe key ... And if i do use my platform key it is showing not such external account
Transfer will be made between stripe to stripe account... Is thr any way i can made payment to external bank account through apis ... Thr will be multiple employees with different external bank accounts
To make a request as your Connected Account, you need to use the stripeAccount header as shown here:
https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes, you can build this entire flow with API calls.
Thank you @manic plank ๐