---
title: "Get Payment Items Authenticated"
method: GET
path: "/billing/payment/{payment_id}/items/authenticated"
tags: ["provider", "billing"]
---

# Get Payment Items Authenticated

`GET /billing/payment/{payment_id}/items/authenticated`

Get payment items for authenticated providers without MFA requirement

## Path parameters

- `payment_id` string, required

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Response `200`

Successful Response

- ItemWithQuantity[]
  - `itemName` string, required
  - `description` string, nullable
  - `chargeId` string, nullable
  - `discountReason` string, nullable
  - `discountAmount` integer, nullable
  - `discountPercentage` number, nullable
  - `quantity` integer, required
  - `unit` string, nullable
  - `pricePerItem` integer, required
  - `itemType` string, nullable

## Other responses

- `422` — Validation Error

---

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