---
title: "Calculate PCI status of a legal entity"
method: POST
path: "/legalEntities/{id}/pciQuestionnaires/signingRequired"
tags: ["PCI questionnaires"]
---

# Calculate PCI status of a legal entity

`POST /legalEntities/{id}/pciQuestionnaires/signingRequired`

Calculate PCI status of a legal entity.

Requests to this endpoint are subject to rate limits:

- Live environments: 700 requests per 5 seconds.

- Test environments: 200 requests per 5 seconds.

- Failed requests are subject to a limit of 5 failures per 10 seconds.

## Path parameters

- `id` string, required

## Request body

- CalculatePciStatusRequest
  - `additionalSalesChannels` string[] — An array of additional sales channels to generate PCI questionnaires. Include the relevant sales channels if you need your user to sign PCI questionnaires. Not required if you [create stores](https://docs.adyen.com/platforms) and [add payment methods](https://docs.adyen.com/adyen-for-platforms-model) before you generate the questionnaires. Possible values: * **eCommerce** * **pos** * **ecomMoto** * **posMoto**

## Response `200`

OK - the request has succeeded.

- CalculatePciStatusResponse
  - `signingRequired` boolean — Indicates if the user is required to sign PCI questionnaires. If **false**, they do not need to sign any questionnaires.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/legalentityservice.md) · [All operations](https://skmtc.net/adyen/apis/legalentityservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/legalentityservice/revisions/d0097ab4e2e8/schema)
