Patient RefundsV1

Update

Beta
PATCH

Updates the patient refund record matching the provided patient_refund_id.

Path parameters

patient_refund_idUUIDRequired

Request

This endpoint expects an object.
refund_timestamp
datetimeOptional
refund_note
unionOptional
invoice
unionOptional
refund_reason
unionOptional

Response

This endpoint returns an object
patient_refund_id
UUID
organization_id
UUID
refund_source
enum
amount_cents
integer
patient_external_id
string
allocations
list of objects
source_internal_id
stringOptional
refund_timestamp
datetimeOptional
refund_note
stringOptional
invoice
UUIDOptional
refund_reason
enumOptional
Allowed values: OVERCHARGED

Errors