---
title: "Get CSC terminal settings"
method: GET
path: "/rest/v2/settings/terminal/csc"
tags: ["CSC Settings"]
---

# Get CSC terminal settings

`GET /rest/v2/settings/terminal/csc`

Retrieve the Card Security Code (CSC) configuration settings for the terminal.

## Headers

- `api-key` string, required

## Response `200`

ok

- CscSettingsPayload — payload
  - `csc-settings` CscSettings — Contains configuration details for CSC (Card Security Code) settings.
    - `enabled` true | false — Indicates whether CSC validation is enabled (true) or disabled (false).
    - `response-filters` ResponseFilters — Container for AVS response filter configurations.
      - `response-filter` ResponseFilterDto[] — List of response filter rules. Each Object defines behavior for a specific response code.
        - `name` 'AVS' | 'CSC' — Name of the filter type.
        - `allowed` boolean — Specifies whether transactions with this response code are allowed.
        - `description` string — Description of the response code.
        - `response-code` string — Response code to match. For example, "N" for no match.
  - `payloadType` string — Indicates the type of payload returned in the response.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/versions/f37077c24b66/schema)
