getAddToMobileWalletsLink

Get the "Add to Mobile Wallet" url

❗️

This method is useful only if your organization has the Splio Mobile Wallets option.

Description

Get the URL to add your Loyalty Card to your Mobile Wallets.

Response

Returns a Promise containing the string URL.

Code example

splioSDK.getAddToMobileWalletsLink().then((url) => {
  console.log('Add to Mobile Wallet URL', url)
});