#AlexN23

1 messages · Page 1 of 1 (latest)

solid hawkBOT
narrow meadow
#

Basically you will want to check what info is required when you request the capabilities that you would like to request. Once those are provided the account will be able to use those capabilities https://stripe.com/docs/connect/account-capabilities

Learn about capabilities you can enable for accounts and the requirements you must satisfy to use them.

bitter olive
#

Ok - I have gotten an error that I cannot except Terms and Conditions on behalf of a standard account, though, even in test mode. Is this required?

narrow meadow
#

Two things to keep in mind here:

  1. Your platform is restricted in what you can set on your connected accounts. Our API reference denotes which types of connect accounts you can update this way (some fields will say CUSTOM ONLY or EXPRESS ONLY) https://stripe.com/docs/api/accounts/update
  2. For standard accounts I don't think you can accept the Terms and Conditions for a standard connect account via the API. You need to create an account onboarding link for the user and send your user to it.
#

Yeah unfortunately I don't think it is possible to get around that programmatically even in test mode.

bitter olive
#

Ah, ok - I assume that for charges and payments to be enabled, the T&C's have to be accepted?

solid hawkBOT
narrow meadow
#

Correct as far as I know. Have you tried making a charge in test mode with that being the only thing left?

bitter olive
#

I am looking at the object and nothing is marked enabled. I can't even set capabilities for the Test accounts via the API. It looks like I may have to find an alternative - thanks for the help.

narrow meadow
#

Yep in that case you may have to have some accounts pre-enabled and then grab them as needed. Wish I could have been of more help but I am glad I could help clarify some of what is going on at least