Skip to main content
  1. Get QR Code Get the qr_code value from the API response.
  2. Basic Decode Decode the qr_code data, which is encoded using Base64. Example, in JS:
  3. Convert to QR Image URL Use any known method in your programming language, or an external library, to convert decodedQrCode into a QR image URL. Example using the qrcode npm package (ES6/ES7):
  4. Render QR Image Set qr_url as the src attribute of an image element in HTML. Example: