VendexApp Docs
  • Overview
  • DEVELOPER
    • Cloud API for App
      • Client authentication
      • User
      • Account
      • Transaction
      • Vending machine
      • Payment gateway
    • Cloud API for Sale Point
      • Client authentication
      • Account
      • Transaction
      • Sale point
    • QR Code format
    • Real Time Communication (RTC) API
      • Transaction
Powered by GitBook
On this page

Was this helpful?

  1. DEVELOPER

QR Code format

General information

  1. QR codes are generated in both cloud and mobile app(s)

  2. Types of QR code:

    a. QR code for merchant account (sale point).

    b. QR code for user.

  3. QR codes are generated in URL format.

  4. The QR data is set in to URL parameters - data(d) and type(t).

  5. When normal scanner scanned URL will redirected to website (https://vendex.app)

Example QR data:

 
 //For authorize
 https://vendex.app/?d=2345234523490582487234563456345&t=1
 
 //For transfer
 https://vendex.app/?d=2345234523490582487234563456345&t=2
 
PreviousSale pointNextReal Time Communication (RTC) API

Last updated 4 years ago

Was this helpful?