#stefan_accountlink-back
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/1289291332162162842
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Is it possible somehow to differentiate these on frontend?
No that's not something we offer. But you can call the Retrieve Account API afterwards and checkrequirementsand see what is still missing if anything
It's not possible to disable the back option from the onboarding flow?
Can you sahre a screenshot of the exact button you are talking about?
Can you also share your code creating the AccountLink?
The top left, return to Doodle devboxes
it triggers the returnUrl that is supplied from the onboarding link
So we are not dirrectly able to check if onboarding completed or back pressed
Can you also share your code creating the AccountLink?
AccountLinkCreateParams.builder()
.setAccount(connectAccountData.getAccountId())
.setRefreshUrl("http://example.com")
.setReturnUrl("http://example.com")
.setType(ACCOUNT_ONBOARDING)
.build();
What type of connected account are you using?
Sorry for all the questions, just I don't get a "back button" in that flow and I'm trying to figure out what you do differently
stefan_accountlink-back