Managing SAQs in the Dashboard

View merchant compliance status, review SAQ history, and download signed documents from the Preczn Dashboard.

The Preczn Dashboard provides two ways to monitor SAQ compliance: the Merchant Vault for a portfolio-level view of expiration dates across all merchants, and the SAQ tab on individual Merchant Detail pages for a deeper look at compliance status and SAQ history.

📘

SAQ creation and signing are API-driven

The Dashboard provides visibility into SAQ records, but creating, signing, and uploading SAQs is done through the API. See the SAQ Integration Guide for implementation details.

Merchant Vault: SAQ Expiration Date Column

The Merchant Vault table supports an optional SAQ Expiration Date column that shows the expiration date of each merchant's most recent signed SAQ. Use this to quickly scan your merchant portfolio for upcoming or past expirations without opening individual merchant records.

To enable the column:

  1. Open the Merchant Vault from the left navigation
  2. Open the column settings or view options
  3. Toggle on SAQ Expiration Date

The column appears after the "Plans" column and before "Connections". Dates are displayed in MM/DD/YYYY format. Merchants with no signed SAQ on file show a dash ().

SAQ Tab: Individual Merchant View

The SAQ tab on the Merchant Detail page gives you a detailed view of a single merchant's compliance posture, including a calculated compliance status, full SAQ history, and PDF downloads.

Navigating to the SAQ Tab

  1. Open the Preczn Dashboard
  2. Go to Merchants in the left navigation
  3. Select the merchant you want to review
  4. On the Merchant Detail page, select the SAQ tab

Compliance Status Cards

At the top of the SAQ tab, three information cards summarize the merchant's current compliance state.

Status Badge

The first card displays the merchant's overall compliance status as a color-coded badge:

BadgeStatusMeaning
🟢 GreenCompliantThe merchant has a valid signed SAQ that expires more than 90 days from now
🟡 YellowExpiring SoonThe merchant has a valid signed SAQ that expires within 90 days
🔴 RedExpiredThe merchant's most recent SAQ has passed its expiration date
🔴 RedNo SAQThe merchant has no signed SAQ on file

Last Signed SAQ

The second card shows the ID of the merchant's most recent signed SAQ (e.g., saq_abc123). Click the ID to copy it to your clipboard.

Expires On

The third card shows the expiration date of the most recent signed SAQ in MMM DD, YYYY format, along with a relative time indicator:

  • Future dates display as "in X days" (e.g., "Jan 20, 2027 — in 376 days")
  • Past dates display as "expired X days ago" (e.g., "Dec 01, 2025 — expired 5 days ago")

If the merchant has no signed SAQ, these cards will not display date information.

SAQ History Table

Below the status cards, a paginated table lists all SAQs associated with the merchant, including both drafts and signed documents.

Table Columns

ColumnDescriptionExample
IDFull SAQ identifier with saq_ prefix. Click to copy.saq_7f2k9m
StatusCurrent state displayed as a badgeDraft (gray) or Signed (green)
PDF SourceHow the signed SAQ was created"Generated", "Uploaded", or "—" for drafts
Created OnDate the SAQ record was createdJan 15, 2026
Signed OnDate the SAQ was signed, or "—" for draftsJan 20, 2026
Expires OnExpiration date, or "—" for draftsJan 20, 2027
DownloadDownload icon button for the signed PDFEnabled for signed SAQs only
📘

PDF Source column

"Generated" means the SAQ was completed through the Preczn API signing workflow. "Uploaded" means a pre-signed PDF was uploaded. Draft SAQs show a dash because they have not been signed yet.

Downloading SAQ Documents

To download a signed SAQ as a PDF:

  1. Locate the SAQ in the history table
  2. Confirm the Status column shows Signed
  3. Click the download icon in the rightmost column
  4. The PDF will download to your device
📘

Draft SAQs cannot be downloaded from the Dashboard

The download button is only active for SAQs in the "Signed" state. To preview a draft SAQ, use the Get SAQ Draft PDF API endpoint.