#wurkzen
1 messages · Page 1 of 1 (latest)
Hi Jack
Hi there, this is the guide for connect payouts https://docs.stripe.com/connect/add-and-pay-out-guide
Oh!
This is perfect
So all they need to have is a fully onboarded stripe connect standard account right?
Yes you can check the account's payouts_enabled flag (https://docs.stripe.com/api/accounts/object#account_object-payouts_enabled) to determine if Stripe can sends payouts to this 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.
awesome. thanks Jack - this is great. And all of this can be done via programatically without going to any special page?
So basically if they choose to payout lets say they have a affiliate balance of $500 they click Withdraw we do an API call and voila
Yes you can do it programmatically
But the onboarding process usually requires your users to submit the needed information.
Yes I know, we will make it a requirement that they must have afully onboarded account