#James Tuttle ๐บ๐ธ
1 messages ยท Page 1 of 1 (latest)
What are you looking for help with, exactly?
You should only need to manage TOS acceptance manually (and optionally) with custom account onboarding. Is that what you're using?
Yes Iโm the other developer that James is working with and Iโm trying to figure out how to accept the TOS of a custom account that is registered.
Gotcha
Could we actually make a TOS checkbox on our website to accept the Stripe TOS API? Or do we have to do it it manually?
You can either use Connect Onboard to have them submit the final step to accept the TOS, or you can use your own custom UI and update the account to record the client IP and date of the tos_acceptance:
https://stripe.com/docs/api/accounts/update#update_account-tos_acceptance
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The custom UI is up to you as long as your user is agreeing to the Stripe TOS in addition to any of your own
Oh okay thanks! This helps us perfectly, we appreciate it