Skip to main content

Dynamic links for the mobile app

In addition to displaying a QR Code for scanning within the Mobile App, to commence the KYC process for the individual end user, you can also use a custom, dynamic link within your own mobile app or mobile-only-web-pages.

Customising

You can optionally include:

  • a redirection URL the individuals browser will be pointed to after they upload their Identity to your Dashboard.
  • a merchant reference ID, refid=, which could be e.g. your system's internal id for this person,
  • a session id, which is returned from the SDK.

isi=1592260586 is the identifier of the Blockpass mobile app

tip

Parameters should be encoded using a function like encodeURI()

Open the app

https://redirect.blockpass.org/?isi=1592260586&apn=org.blockpass.mobile&schema=blockpass://home
https://redirect.blockpass.org/?isi=1592260586&apn=org.blockpass.mobile&schema=blockpass://forgot-password?email=<EMAIL>&session=<SESSION>

email and session parameters are optional

https://redirect.blockpass.org/?isi=1592260586&apn=org.blockpass.mobile&schema=blockpass://service-register?clientId=<CLIENTID>&refId=<REFID>&session=<SESSION>

clientid is mandatory
refId and session are optional