---
title: "Get patient payments"
method: GET
path: "/api/patient-payments/v4"
tags: ["v4"]
---

# Get patient payments

`GET /api/patient-payments/v4`

Returns all patient payments satisfying the search criteria AND whose organization_id matches
the current organization_id of the authenticated user.

## Query parameters

- `limit` integer
- `patient_external_id` string
- `claim_id` string, uuid
- `service_line_id` string, uuid
- `billing_provider_id` string, uuid
- `unattributed` boolean
- `invoice_id` string, uuid
- `sources` 'MANUAL_ENTRY' | 'CHARGEBEE' | 'SQUARE' | 'STRIPE' | 'ELATION' | 'CEDAR' | 'HEALTHIE' | 'REALLOCATION' | 'PHREESIA' | 'INSTAMED' | 'SHERPA_HEALTH'
- `source_internal_id` string
- `sort` V4PatientPaymentSortField — unresolved $ref
- `sort_direction` 'asc' | 'desc'
- `page_token` string

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V4PatientPaymentsPage — unresolved $ref

## Other responses

- `403` — Error response with status 403
- `422` — Error response with status 422

---

[API](https://skmtc.net/joincandidhealth/apis/api-reference.md) · [All operations](https://skmtc.net/joincandidhealth/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joincandidhealth/api-reference/revisions/7cc5974e4128/schema)
