#Hiroshi
1 messages · Page 1 of 1 (latest)
Sure, what are you having trouble with?
yes, give me a second
ok following the documentation about creating
i'm creating the regular acocunts in stripe connect adding some fake information in my dev environment
and that's ok
the problem is
the account is restricted
due to "Terms of service acceptance"
i reviewed the docs
and i found documentation related with that
and i'm updating the tos acceptance through an API
but it is throwing me errors
this one
Can you share the request ID?
i'm using nodejs and putting all based on docs
where can i get that?
there are not logs in the dashabord
The account ID that you're trying to accept the TOS for, can you share it? or just confirm what type of connected account is it?
From the error and your screenshot it seems like its an Express account but just want to make sure
acct_1KsvRI2Vvet0qwjp
yes, is an express account
but i didn't see any docs about that restriction
Gotcha
So the API only supports tos_acceptance for custom accounts
https://stripe.com/docs/api/accounts/update#update_account-tos_acceptance
so , is just changing the account type
sorry about this question
what is the difference ?
i just used the express because it seems like is the default one
The type actually depends on what your integration requires
Here's a super helpful doc you can refer
https://stripe.com/docs/connect/accounts
weird
i think the express is enough
but i wil not be able to create account and remove the restrictions
I haven't personally tested this flow myself yet but have you tried logging into the express account and see if you can accept TOS there?
not yet
i just wanted to finish that creation automatically
but honestly, i didn't finish that process
i was not sure about login, but i'll read more
Yeah np! you'd want to finish the process in order for them to have capabilities enabled