Barcode and QR Code Scanning Options

Member Jungle has 4 options for barcodes and QR codes available in the mobile app and on the digital member cards in Apple and Google Wallets to suit your P.O.S. or other scanning devices.

Barcode and QR Code Options

If you are scanning with an external system like a POS system you may have specific requirements for how the barcodes or QR codes appear in the wallet. We have four variations of code that will be available on Member Jungle’s digital membership cards. These are: 

  1. QR Code with the same data as our standard QR Codes (member details in a JSON payload)  (ID: QR)
  2. QR Code containing just the member's Barcode Number (ean_13 key in exports)
    (ID: QR_NUM)
  3. QR Code containing the truncated form of Members Barcode Number (removes the leading zero and removes the check digit). (ID:

    QR_TRUNCNUM)

  4. PDF417 contains just the Barcode Number (ean_13 key in exports). (ID: PDF417)

    If you need to change the barcode option that shows on your wallet cards please raise a support ticket here. 

 The examples below are for member 32 on a Member Jungle Demo Site (ID: 1149). So the full card number is  114900000326

QR

This is our standard QR code used historically in the App. It is a JSON packet which has more information about the member

  
{ "party_id":1329618,
"site_id":1149,
"member_number":3,
"membership_level":43905,
"expiry":"30th Apr 2025",
"name":"Sally Fletcher (#32)",
"level_name":"Car Club Membership",
"Annual Membership":"121985",
"site_name":"Member Jungle Demo Site",
"vaccination_proof_sighted_yn":"N" }
 

content (4)

 

QR_NUM

A QR with just the full member card number - i.e. 0114900000326 (and a leading 0)

content (1)

 

QR_TRUNCNUM

QR code with the leading '0' and the last digit (the check digit) removed i.e. 114900000326

 
IMG_3595

PDF417

The PDF417 barcode format. The full card number i.e. 0114900000326

This is the format of our barcode (our variation on EAN 13 Standard):

  • 13 numbers

  • First Five will be an identifier for the club, in the example below of My Member Jungle Demo Club it will be 01149 on all member cards

  • Next 7 will be zero padded of their membership number i.e. member number 32

  • 13th digit will be a check digit

  • Note:  Some Scanners may ignore the leading 0

This full card_number is in the member export file and it will not change through the life of the member (unless their membership number is altered in our system).

An example for member 32 would be 0114900000326

content (3)

 

 

Note:

For this to work is assumes that the Member Jungle member ID is the same as the Member ID in the relevant Point of Sale System.

 

Other Related Articles