# Compliance Forms To process payments, your Merchants must validate their compliance with PCI DSS requirements annually. To do this, your Merchants must attest to PCI Self-Assessment Questionnaire (SAQ) compliance forms. **Related Guides:** - [Managing PCI Compliance](/guides/managing-operations/security-compliance/managing-pci-compliance) - [PCI DSS Compliance](/guides/managing-operations/security-compliance/pci-dss-compliance) ## Fetch a Compliance Form - [GET /compliance_forms/{compliance_form_id}](https://docs.finix.com/api/compliance-forms/getcomplianceform.md): Finix sends a webhook whenever a new Compliance Form is created for your Merchant. Using the ID, you can retrieve the Compliance Form. ## Complete a Compliance Form - [PUT /compliance_forms/{compliance_form_id}](https://docs.finix.com/api/compliance-forms/updatecomplianceform.md): As part of onboarding, your Merchants need to review and agree to their Compliance Form. Afterward, you need to update their Compliance Form with details about their digital signature. Finix will update their Compliance Form with those details, along with a reference to the new signed_file with their digital signature. For more information, see Managing Compliance Forms. ## List Compliance Forms - [GET /compliance_forms](https://docs.finix.com/api/compliance-forms/listcomplianceforms.md): Retrieve a list of Compliance Form resources.