#Jane_Zhong
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_gmTephbGwcNuhA
Hi again ,I have test the code That we 've talked about before ,and I did receive the 30000 amount ,but have this error that I mentioned above .
It is the account Id of an Express Account .
You are creating a Payout to this account acct_1MnessIChLzYcL9f Which is not connected to the platform account you are using acct_1LhszfEm6oZta2po
BUT, it looks like are connected... checking...
I can't see the acct_1LhszfEm6oZta2po ;where did you get it ?
This is your accountId (Platofrm) no ?
Yes
But I didn't send to this account
Ah ,I got it ,it means ,When sending out the payout ,I didn't connect my own account ?
I mean from your Platform Account acct_1LhszfEm6oZta2po you are trying to create payout acct_1MnessIChLzYcL9f
So , where should I modify ?
Did the onboarding of your Express Account were achieved correctly when you create the Payout ?
Can you create another Payout request please ?
I think the issue here is that they mean to be creating a transfer instead of a payout
Is this what you want to achieve @olive escarp ?
Yes ... I think so .Because I am not English native speaker ...What I need is pay the payment to a user to their Express Account
I need to use transfer or payout ?
I can't different transfer and payout sorry ..
transfers are for moving money between your platform balance & the balance of a connected account, whereas payouts move money between a stripe account's balance and a bank account attached to that stripe account
so if you have money in your platform's balance that you want to pay out to a connected account's bank account, you'd need to first make a transfer to send the money to the connected account's balance, then a payout to move it to the connected account's bank account
In my case , I will need to move the payment of my Stripe balance to the user's bank account .That's why I create Express Account to them
Ahh ,I see .Thank you so much ! Do you have a step by step guide? Relation with this ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Also this doc might be helpful. That guide shows how to make a transfer after getting a payment to your platform https://stripe.com/docs/connect/charges-transfers
Thank you so much !I am going to take a look !