#Marius1241-connect
1 messages ยท Page 1 of 1 (latest)
Yes, you should store connected account ID, so that you can use it for future usage
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?
Yup, correct
nice, thank you river โค๏ธ
No problem! Happy to help ๐