#stefan_accountlink-back

1 messages ยท Page 1 of 1 (latest)

dull scaffoldBOT
#

๐Ÿ‘‹ 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.

vague vigil
#

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 check requirements and see what is still missing if anything

twilit inlet
#

It's not possible to disable the back option from the onboarding flow?

vague vigil
#

Can you sahre a screenshot of the exact button you are talking about?
Can you also share your code creating the AccountLink?

twilit inlet
#

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

vague vigil
#

Can you also share your code creating the AccountLink?

twilit inlet
#

AccountLinkCreateParams.builder()
.setAccount(connectAccountData.getAccountId())
.setRefreshUrl("http://example.com")
.setReturnUrl("http://example.com")
.setType(ACCOUNT_ONBOARDING)
.build();

vague vigil
#

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

twilit inlet
#

Standard

#

i mean i want just to somehow differentiate the ,,Back to Doodle devboxes,, from submit when completeing the onboarding. But i guess the only solution is to check for status.

vague vigil
#

yeah I don't get it, I can't get that button to appear or do anything. I can't click on the top left

#

ah duh, it's not really the top left ๐Ÿ˜‚ now I get what you meant okay, sorry.

#

So yeah there's no way to differentiate today