#john_api

1 messages ¡ Page 1 of 1 (latest)

cerulean inletBOT
#

👋 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.

proud goblet
#

hi there!

ancient belfry
#

will this enable user to restart from where he left off?

#

can you check this Connect user status?

proud goblet
#

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?

ancient belfry
#

@proud goblet
we are trying to have user go back and add missing link.
we are creating LoginLink

proud goblet
#

can you try what I suggested earlier?

ancient belfry
#

instead of LoginLink you are suggesting to use AccountLink?

proud goblet
#

correct

ancient belfry
#

Thanks @proud goblet
is there a way to test this out before releasing to prod?

proud goblet
#

yes you shuold test this in test mode first.

ancient belfry
#

will this create a new onboarding link?

#

as the previous one will be expired, right?

proud goblet
#

I think so yes. but I strongly recommend testing this in test mode first to see how it works.

ancient belfry
#

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?

proud goblet
#

both should be AccountLink.

#

only use LoginLink when you want the user to just access their Dashbaord.

ancient belfry
#

ok
and when should we use account_update vs account_onboarding?

#

should we use account_update in either of these 2 cases?

proud goblet
ancient belfry
#

yes
I am not sure what to use for fixing failed information

#

seems like account_update but you suggested to use account_onboarding. So, making sure

proud goblet
#

account_update is for updating information, like changing their business name or something. account_onboarding is to provide missing information.

#

based on your description, it should be account_onboarding.