# 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/managing-pci-compliance)
## Fetch a Compliance Form
- [GET /compliance_forms/{compliance_form_id}](https://docs.finix.com/api/compliance-forms/getcomplianceform.md): Finix will deliver a webhook when we create a new for your Merchant. Use the webhook to fetch the from the endpoint.
## 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 . Afterward, you need to update their with details about their digital signature. Finix will update their with those details, along with a reference to the new 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): Get all linked to your Merchants.
For details on how to query endpoints using the available parameters, see Query Parameters.