#alcapone-express-serviceagreement
1 messages · Page 1 of 1 (latest)
alcapone-express-serviceagreement
@drowsy valve as far as I know you can't change the service agreement once the account has been created, you need a new Stripe account. I assume that's what you get when you try in the API and it errors?
I have a merchant account located in US and an express account connected from IT that is the one receiving funds from me.
I have this website where the people register and have to onboard using automatic link generated from my website https://connect.stripe.com/setup/e/**********/jsgTEWvaQmiP (the *** is the future stripe express account id)
Stripe customer service was saying that the error was related to this agreement. But the customer cant chooses anything. (the account you see is the customer still me for testing)
As far as I know it's not possible to change the service agreement after the fact. You should work directly with our support team for help instead
yes, I think the same. but the point is how to avoid the next accounts will be created like that. no one knows how to help (i'm referring to customer service)
ah gotcha
https://stripe.com/docs/api/accounts/create#create_account-tos_acceptance-service_agreement you have to set this to recipient when you create the Account via the API
@drowsy valve does that answer your question?