#swati
1 messages ยท Page 1 of 1 (latest)
๐ Hi there, Happy to help!
Yes indeed, take a look at this guide:
https://stripe.com/docs/payouts
Here is the API:
https://stripe.com/docs/api/payouts/create
This is basically withdrawal right ?
Yes taking the money from your Stripe Account and send it to your bank Account
Yo got it , we are implementing plaid + stripe on our project and you guys have a awesome docs , really really helpful. Stripe rocks ๐
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
thanks , will reach out here in need. Going through docs atm.
when I create payout using stripe in test mode.It throw error insufficient balance.\
stripe balance available is $29.76
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.
req_wuH9zaNlPFcsLN
Your available balance is on a separate balance (bank_account), you should pass the source_type parameter: https://stripe.com/docs/api/payouts/create#create_payout-source_type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
work for me...thanks
If i want to show immediate payouts and add funds then which API i should i use if is there any ?
What's an immediate payout?
Currently on payout req it says it will take 2 to 3 days so!!
Do you guys have anything relative to that to make it quick transfer ?
There are Instant Payouts, yep: https://stripe.com/docs/connect/instant-payouts
But only available in certain locales
Otherwise you can find regular payout timings per country here: https://stripe.com/docs/payouts#standard-payout-timing
Got it , thanks : )
In this instant payout we will instant as param , but it looks like it is for those card methods.
We are going to do payouts with ACH to out connected bank accounts so we are understanding how that relates to that.
Well Instant Payouts only support bank accounts for GB Stripe accounts
Not really sure what you're asking me
No worries , we are happy with your help. Thanks for your support , we ourselves understanding the whole flow so , i hope you understand. Aarigato : )