#john_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1396734855378894908
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! No it is not optional. You can check the required information here: https://docs.stripe.com/connect/required-verification-information
thank you
what are these 2 fields:
tos_acceptance.ip
tos_acceptance.date
@latent galleon
They refer to these properties of the account:
It's basically the IP address from which the user accepted the terms of services and the date they accepted it on.
what if the Connect account holder doesn't have a website/URL?
it is a required field
How are you planning on doing the onboarding? Are you planning on using the API or hosted onboarding? With hosted onboarding this will be automatically collected.
using API
I am also weighing between Express & Custom. If I am not wrong, Custom is completely API based, right?
It looks like you can provide hteir produc description instead of the website if they don't have one: https://docs.stripe.com/connect/hosted-onboarding#prefill-information
However, they can also provide other options like social media profile.
I am also weighing between Express & Custom. If I am not wrong, Custom is completely API based, right?
It is based on API but you can use hosted onboarding for custom accounts as well.