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
Create third party payer payment
Deprecated
POST
https://
api.joincandidhealth.com
/
api
/
third-party-payer-payments
/
v1
Request
This endpoint expects an object.
third_party_payer_id
UUID
Required
amount_cents
integer
Required
allocations
list of objects
Required
Allocations are portions of payments that are applied to specific resources, known as targets. Each allocation has and amount, defined in cents, and a target.
Show 2 properties
payment_timestamp
datetime
Optional
payment_note
string
Optional
check_number
string
Optional
invoice_id
UUID
Optional
Response
This endpoint returns an object.
third_party_payer_payment_id
UUID
third_party_payer
object
Show 5 properties
amount_cents
integer
allocations
list of objects
Show 2 properties
check_number
string
Optional
payment_timestamp
datetime
Optional
payment_note
string
Optional
invoice_id
UUID
Optional
Errors
404
Entity Not Found Error
422
Unprocessable Entity Error
Built with