#developer169_18841
1 messages · Page 1 of 1 (latest)
Hi
Nope, they need to create a new Stripe Connect Account. There is no way to update this using the Public API:
https://stripe.com/docs/api/accounts/update
ok, is there any way that I can do this without needed users to?
Actually it is possible for Custom Connect Accounts:
https://stripe.com/docs/api/accounts/update#update_account-tos_acceptance-service_agreement
okay so will call api by https://api.stripe.com/v1/accounts/tos_acceptance.service_agreement ?
No, you need send the request body as x-www-form-urlencoded
could you share the curl with me ?