#GraceLR
1 messages · Page 1 of 1 (latest)
Have you submitted all the requirements? The above request just requests those capabilities to be active. You need to submit any required verification information for the account: https://stripe.com/docs/api/accounts/object#account_object-requirements
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
does it have to be custom account?
No
could you please give me an example of submitting the requirements? i'm a little confused by just reading the doc
You need to go through custom connect onboarding first after creating the account: https://stripe.com/docs/connect/connect-onboarding
That should collect everything you need. Have you already done that?
wait, it says custom here, i'm not creating a custom account here
Your original message had a connect account of type custom though
What are you trying to do?
if i want to create a express account, can i set the capability, transfer to active?
and then, make a transfer to this account?
Yeah
You still need to go through onboarding to collect all the required info first though: https://stripe.com/docs/connect/express-accounts
after step 3, i send them the link to onboard, i have to wait for them to finish all the process?
Yeah. You can't accept payments or transfers until the account has been fully onboarded
on my end, how do i check if they finish the onboarding process or not?
You can use the return_url or you can use webhooks
account.updated let's you examine whenever something on the account object changes
those info are enough for me for now, thx