Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Highlight
- Report Inappropriate Content
on 20-03-2021 12:03 AM
@south.coffee wrote:
The Australia Post barcode and QR code contains a 64 digit number.
The actual public tracking number begins at position 18 and is 23 digits long including check digits. The first 17 digits (019931265099999891) refers to Australia Posts global logistics number and prefixed on every label.
The last 23 digits comprise the transaction information including the senders MyPost account number if used.
A scanner will return the value of the whole numerical sequence. To strip out the tracking number you need to program the scanner or use a script to extract the middle 23 digits.
Appreciate the detailed response. thanks!