# Fiscal QR OCR

The Fiscal QR OCR module scans the QR code on a Constancia de Situación Fiscal, the SAT tax document issued in Mexico, and extracts the associated fiscal data. The parsed result is available via API as a Fiscal QR Response tied to the Session.

## Integrations

:white_check_mark: Web | :white_check_mark: iOS | :white_check_mark: Android | :white_check_mark: Flutter | :white_check_mark: React Native

## How It Works

The Fiscal QR OCR module prompts the user to scan the QR code on their Constancia de Situación Fiscal. Incode extracts the URL embedded in the QR code and attaches it to the Session. Incode then scrapes the fiscal data returned by that URL, including information tied to the user's RFC (tax identification record), and makes it available as a structured Fiscal QR Response.

You can retrieve the parsed data using the following API endpoint:

`GET /omni/fiscal-qr-url-response/{interviewId}`

This endpoint returns the information obtained from the fiscal QR URL added to the session. It is available for Mexico only.

## Use Fiscal QR OCR

For instructions on implementing Fiscal QR OCR on each supported platform, use the following pages:

- [Fiscal QR OCR (Dashboard)](https://developer.incode.com/docs/fiscal-qr-ocr-dashboard)
- [Fiscal QR OCR (iOS)](https://developer.incode.com/docs/fiscal-qr-ocr-ios)
- [Fiscal QR OCR (Android)](https://developer.incode.com/docs/fiscal-qr-ocr-android)
- [Fiscal QR OCR (Web SDK)](https://developer.incode.com/docs/fiscal-qr-ocr-web-sdk)

<br />
