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

# POST /api/distributor/v1/paymentCards/authorize

`POST /api/distributor/v1/paymentCards/authorize`

## Request body

- AuthorizePaymentCardParameters
  - `Client` string, required
  - `LanguageCode` string, nullable
  - `CultureCode` string, nullable
  - `FullAmounts` boolean, required
  - `Session` string, nullable
  - `EnterpriseId` string, uuid, required
  - `PaymentCardId` string, uuid, required
  - `BrowserInfo` BrowserInfo, required
    - `UserAgent` string, required
    - `AcceptHeader` string, required
    - `Language` string, required
    - `ColorDepth` integer, required
    - `ScreenWidth` integer, required
    - `ScreenHeight` integer, required
    - `TimeZoneOffset` integer, required

## Response `200`

OK

- AuthorizePaymentCardResult
  - `Id` string, uuid, required
  - `PaymentCardId` string, uuid, required
  - `State` 'Authorized' | 'Requested' | 'Pending' | 'Declined' | 'Canceled', required
  - `Action` PaymentCardAuthorizationAction
    - `Type` 'Redirect' | 'Show' | 'Nothing', required
    - `Url` string, uri, required
    - `HttpMethod` string, required
    - `Data` unknown

---

[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)
