#gytis_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/1275372062164389901
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Have you tried creating a link with type=account_update? https://docs.stripe.com/api/account_links/create#create_account_link-type
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Just tried it, seems to work, but seems to also generate the same url as it did with account_onboarding type, so would using account_update with this endpoint be the more correct approach?
account_onboarding means the merchant hasn't onboarded yet
once they do, for any future updates you need to create account_update links
alright, thanks, one more additional question to help test this flow out: can I somehow purposely place pending_requirements on an account in stripe test mode? either through dashboard or api?
you can use some of the magic strings listed here https://docs.stripe.com/connect/testing to trigger some requirements to not be met so you can test your "pending" requirements (requirements.currently_due) scenario