#Marius1241-connect

1 messages ยท Page 1 of 1 (latest)

gusty folio
#

๐Ÿ‘‹ Happy to help

short charm
#

it looks something like this so far

gusty folio
#

Yes, you should store connected account ID, so that you can use it for future usage

short charm
#

okay, so in this method i should add

#

AccountLinkCreateParams params =
AccountLinkCreateParams
.builder()
.setAccount("acct_1032D82eZvKYlo2C")
.setRefreshUrl("https://example.com/reauth")
.setReturnUrl("https://example.com/return")
.setType(AccountLinkCreateParams.Type.ACCOUNT_ONBOARDING)
.build();

#

and then redirect the user to the account link created?

gusty folio
#

Yup, correct

short charm
#

nice, thank you river โค๏ธ

gusty folio
#

No problem! Happy to help ๐Ÿ™‚