#Tushar321321-payouts
1 messages · Page 1 of 1 (latest)
Hey!
You mention Instant Payouts, but then also state:
i want to transfer money stripe account to connected account
hey @sinful bloom
Are you trying to transfer to a connected account or an external account?
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center 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.
Yep, the account (acct_1L43R1R5fGJRmtQ5) doesn't have an external account linked that is eligible for instant payouts
As your account is US based, you need to add a debit card as an external account: https://stripe.com/docs/connect/testing#test-debit-card-numbers
but i can't find any api for add card to connected account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is that any way to transfer fund to direct connected account?
in dashboard add fund option is good way
to direct transfer fund no need of payout.
like that
is that any way to transfer fund to direct connected account?
This is what I originally asked as you're explaining to different concepts
That's the Transfers API: https://stripe.com/docs/api/transfers
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Which transfers funds from your platform account balance to a connected account balance
yeah i already try that one but for transfer option i have add payout option
but i want payout or any other option
also i set payout manually then throw error
I'm very confused right now
but for transfer option i have add payout option
You can't do that in a single request, that would be 2 different API calls
also i set payout manually then throw error
Which error?
yes , i have no problem for two api call
instant payout error
I already explained why and how to fix that. You need to add a debit card external account for that account if you want an instant payout
ok
US Stripe accounts can't do Instant Payouts to bank accounts. Needs to be a debit card
So you can use the test data here: https://stripe.com/docs/connect/testing#test-debit-card-numbers to create a new external account on the connected account: https://stripe.com/docs/api/external_account_cards/create
ok i got your point thank you for help.