---
title: "Get payment screening configurations"
method: GET
path: "/v2/payment-screening/configurations"
tags: ["Payment Screening Configurations"]
---

# Get payment screening configurations

`GET /v2/payment-screening/configurations`

This endpoint returns a list of all payment screening configurations with their metadata

Payment screening configurations define which lists a transaction will be screened against and the fuzziness that should be applied to the search. You can create multiple configurations in your account. Each payment screening configuration can have multiple versions.
        


You need "Access to base payment screening functionality" enabled to use this endpoint.

## Response `200`

OK

- PsConfigurationSummariesResponse
  - `configurations` PsConfigurationSummary[], required
    - `configuration_identifier` string, uuid, required
    - `is_archived` boolean, required
    - `name` string, required
    - `updated_at` string, date-time, required
    - `updated_by` string, uuid, required
    - `version` integer, required

---

[API](https://skmtc.dev/complyadvantage/apis/mesh-api.md) · [All operations](https://skmtc.dev/complyadvantage/apis/mesh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/complyadvantage/mesh-api/revisions/fdaac4351d85/schema)
