decode_qr
Decode ZATCA TLV-encoded QR codes from invoices. Extracts all embedded tag values into a readable JSON format for verification and inspection.
Instructions
Decode a ZATCA TLV-encoded QR code string.
Useful for verifying or inspecting existing QR codes from ZATCA-compliant invoices. Extracts all encoded tag values.
Args: qr_base64: Base64-encoded TLV string from a ZATCA QR code
Returns: JSON with decoded tag names and their values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qr_base64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |