---
title: "Get patient refunds"
method: GET
path: "/api/patient-refunds/v1"
tags: ["v1"]
---

# Get patient refunds

`GET /api/patient-refunds/v1`

Returns all patient refunds 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'
- `sort` V1PatientRefundSortField — unresolved $ref
- `sort_direction` 'asc' | 'desc'
- `page_token` string

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V1PatientRefundsPage — 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)
