Insurance RefundsV1

Update

Beta
PATCH

Updates the patient refund record matching the provided insurance_refund_id. If updating the refund amount, then the allocations must be appropriately updated as well.

Path parameters

insurance_refund_idUUIDRequired

Request

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

Response

This endpoint returns an object
insurance_refund_id
UUID
payer
object
amount_cents
integer
allocations
list of objects
refund_timestamp
datetimeOptional
refund_note
stringOptional
refund_reason
enumOptional
Allowed values: OVERCHARGED

Errors