Contact Sales
Search...
/
Introduction
Getting Started
Candid Environments
Payer Information
API Principles
Design Principles
Development Lifecycle
Breaking Changes
Conventions
Additional Resources
Postman
OpenAPI
Legacy Documentation
Support
API Reference
Auth
Billing Notes
Contracts
Custom Schemas
Eligibility
Encounters
Expected Network Status
Exports
External Payment Account Config
Fee Schedules
Guarantor
Import Invoice
Insurance Adjudications
Insurance Payments
Insurance Refunds
Non Insurance Payer Payments
Non Insurance Payer Refunds
Non Insurance Payers
Organization Service Facilities
Organization Providers
Patient Payments
Patient Refunds
Payers
Service Lines
Tasks
Third Party Payer Payments
Third Party Payer Refunds
V1
GET
Get third party payer refunds refunds
GET
Get third party payer refund
POST
Create third party payer refund
PATCH
Update
DEL
Delete third payer refund
Third Party Payers
Write Offs
Pre Encounter
Service Facility
Contact Sales
API Reference
Third Party Payer Refunds
V1
Get third party payer refunds refunds
Deprecated
GET
https://
api.joincandidhealth.com
/
api
/
third-party-payer-refunds
/
v1
Returns all third party payer refunds satisfying the search criteria
Query parameters
limit
integer
Optional
Defaults to 100. The value must be greater than 0 and less than 1000.
third_party_payer_id
UUID
Optional
check_number
string
Optional
invoice_id
UUID
Optional
sort
"amount_cents" or "refund_timestamp"
Optional
Defaults to refund_timestamp
Allowed values:
amount_cents
refund_timestamp
sort_direction
"asc" or "desc"
Optional
Sort direction. Defaults to descending order if not provided.
Allowed values:
asc
desc
page_token
string
Optional
Response
This endpoint returns an object.
items
list of objects
Show 8 properties
next_page_token
string
Optional
prev_page_token
string
Optional
Errors
422
Unprocessable Entity Error
Built with