> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/coda-portal/onboarding-compliance/onboarding/compliance-certifications.md).

# Compliance Certifications

<table><thead><tr><th width="275">Certification</th><th>Details</th></tr></thead><tbody><tr><td><mark style="color:purple;"><strong>PCI DSS</strong></mark></td><td>Coda Payments processes fewer than the threshold of 6 million credit and debit card transactions required for the PCI DSS Level 1 compliance level which constitutes a minority of the transactions processed by our Codashop users. Coda Payments self-assesses its PCI DSS compliance with the SAQ A-EP form and self-attests to that compliance annually. Hence Coda Payments do not have any independent PCI certification as we work with a number of major card payments PSPs that are PCI certified.</td></tr><tr><td><mark style="color:purple;"><strong>Data Privacy regulations - GDPR, CCPA, PDPA, LGPD, etc.</strong></mark></td><td>Coda Payments has the required technical and organizational measures as well as policies and procedures in place such as those to provide for data subject rights requests, personal data breach notification, etc. In line with the requirements of the various data privacy regulations including EU-GDPR, Singapore PDPA, and the US CCPA</td></tr><tr><td><mark style="color:purple;"><strong>ISO 27001, SOC 2 Type II</strong></mark></td><td>Coda Payments is currently not certified with ISO 27001 or SOC 2.</td></tr><tr><td><mark style="color:purple;"><strong>Monetary Authority of Singapore (MAS) Technology Risk Management (TRM)</strong></mark></td><td>Coda Payments is pursuing MAS technology risk management compliance certification for fintech companies based in Singapore.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.coda.co/coda-portal/onboarding-compliance/onboarding/compliance-certifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
