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
V1
GET
Get third party payer payments
GET
Get third party payer payment
POST
Create third party payer payment
PATCH
Update
DEL
Delete third party payer payment
Third Party Payer Refunds
Third Party Payers
Write Offs
Pre Encounter
Service Facility
Contact Sales
API Reference
Third Party Payer Payments
V1
Get third party payer payments
Deprecated
GET
https://
api.joincandidhealth.com
/
api
/
third-party-payer-payments
/
v1
Returns all third party payer payments
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 "payment_timestamp"
Optional
Defaults to refund_timestamp
Allowed values:
amount_cents
payment_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