linkToken
, you can use it to initialize the Mesh Link SDK. Mesh Link SDKs are a drop-in client-side module available for web, iOS, and Android that handles the authentication process and facilitate transfers. This is what your users use to connect to their accounts, configure and execute their transfers.
TransferFinishedPayload
, that’s content can be the following:
transferOptions
along with toAddresses
as shown below and described in API referencecreateFrontConnection
function and provide the accessTokens
parameters that was obtained previously (Note: Only provide accessTokens
as shown below). The type of the access tokens object is exported as IntegrationAccessToken
type from the @meshconnect/link
packagefrontConnection.openPopup
function as you would on account connection flow described in the quickstart guide. This should take you straight to the Transfers UI using previously authenticated integration.