---
title: "POST /api/distributor/v1/paymentCards/getAll"
method: POST
path: "/api/distributor/v1/paymentCards/getAll"
tags: ["DistributorApi"]
---

# POST /api/distributor/v1/paymentCards/getAll

`POST /api/distributor/v1/paymentCards/getAll`

## Request body

- PaymentCardFilterParameters
  - `Client` string, required
  - `LanguageCode` string, nullable
  - `CultureCode` string, nullable
  - `FullAmounts` boolean, required
  - `Session` string, nullable
  - `PaymentCardIds` string[], required

## Response `200`

OK

- PaymentCardResult
  - `PaymentCards` PaymentCard[], required
    - `Id` string, uuid, required
    - `AuthorizationState` 'Authorized' | 'Authorizable' | 'Unauthorizable', required

---

[API](https://skmtc.dev/mews/apis/distributorapi.md) · [All operations](https://skmtc.dev/mews/apis/distributorapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mews/distributorapi/revisions/90516153f0ff/schema)
