#ragehertz_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/1241107177993670738
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey there, how are your users doing the onboarding?
Are you using the API or redirecting to hosted onboarding?
im using the api so calling /account and then /account-link using the standard stripe onboarding that takes you to stripe on the web where they handle the onboarding
or would that count as the hosted onboarding
yeah my bad i think thats the hosted onboarding
Gotcha, you (or your users) should be able to alternately provide a product description where a URL is not available, or you can prefill this
so where it asks for "your website" instead i can just tell users to enter a description or just simply prefil this in the post request so it wont ask at the hosted onboarding?
eg:
Additionally, if you onboard an account without its own website and your platform provides the account with a URL, prefill the account’s business_profile.url. If the account doesn’t have a URL, you can prefill its business_profile.product_description instead.
Onboard connected accounts by redirecting them to a Stripe-hosted onboarding flow.
If I recall, I think the UI might present this as an option, but if it applies to all/most of your users, you likely want to prefill it
ok so if i prefill its product description it will no longer ask my users for a website url
Yes, that should be the behaviour, which you can try out in test mode with a test account onboarding flow
thanks so much was stressing about this but youve just simplified it for me