---
title: "Return all payments in an \"exception state\". For ZPass it's unpaid, for Docs it's TBD"
method: POST
path: "/api/v1/DocsPayments/GetAllPaymentExceptionsDetails"
tags: ["DocsPayments"]
---

# Return all payments in an "exception state". For ZPass it's unpaid, for Docs it's TBD

`POST /api/v1/DocsPayments/GetAllPaymentExceptionsDetails`

## Request body

- CcpSharedZelisInternalApiAdminPortalAdminPortalPaymentExceptionSearchRequest
  - `PageNumber` integer
  - `PageSize` integer
  - `SortType` 'PaymentId' | 'ProductName' | 'Tin' | 'PaymentAmount' | 'CheckNumber'
  - `SortDescending` boolean
  - `ListOfStatusId` string[]
  - `PaymentType` string
  - `PaymentId` integer
  - `PaymentIdFilterOperator` string
  - `PaymentAmount` number, double
  - `PaymentAmountFilterOperator` string
  - `ProductName` string
  - `ProductNameFilterOperator` string
  - `ProviderTin` string
  - `ProviderTinFilterOperator` string
  - `CheckNumber` string
  - `CheckNumberFilterOperator` string
  - `IsWhiteLabelPayment` boolean
  - `MustHavePolicies` integer[]
  - `MustNotHavePolicies` integer[]
  - `RemoveDocsCombinedCheck` boolean
  - `UseOptimizedVersion` boolean

## Response `200`

Request processed with no issues.

- string

## Other responses

- `401` — User validation failed.

---

[API](https://skmtc.dev/redcard/apis/ccp-docs-wcf-public.md) · [All operations](https://skmtc.dev/redcard/apis/ccp-docs-wcf-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redcard/ccp-docs-wcf-public/revisions/b572c437ad6b/schema)
