#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/1414944909378453504
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
can you set type: account_onboarding when creating the Account Link? https://docs.stripe.com/api/account_links/create#create_account_link-type
will this enable user to restart from where he left off?
can you check this Connect user status?
will this enable user to restart from where he left off?
yes, they'll only need to add the missing information
can you check this Connect user status?
which one?
@proud goblet
we are trying to have user go back and add missing link.
we are creating LoginLink
can you try what I suggested earlier?
instead of LoginLink you are suggesting to use AccountLink?
correct
Thanks @proud goblet
is there a way to test this out before releasing to prod?
yes you shuold test this in test mode first.
will this create a new onboarding link?
as the previous one will be expired, right?
I think so yes. but I strongly recommend testing this in test mode first to see how it works.
I am a bit confused. My understanding is every call to AccountLink.create will create a new link and the user has to go thru all the steps again
we have 2 scenarios:
user missed some information
user entered incorrect information that Stripe failed to verify
in both the cases, we want user to go back and fix it.
what call should we make?
AccountLink or LoginLink?
both should be AccountLink.
only use LoginLink when you want the user to just access their Dashbaord.
ok
and when should we use account_update vs account_onboarding?
should we use account_update in either of these 2 cases?
did you read this? it explains the difference: https://docs.stripe.com/api/account_links/create#create_account_link-type