Create insurance refund

Beta
POST
/api/insurance-refunds/v1

Creates a new insurance refund record and returns the newly created InsuranceRefund object. The allocations can describe whether the refund is being applied toward a specific service line, claim, or billing provider.

Request

This endpoint expects an object.
payer_identifierobjectRequired
amount_centsintegerRequired
allocationslist of objectsRequired
refund_timestampdatetimeOptional
refund_notestringOptional
refund_reason"OVERCHARGED"Optional
Allowed values: OVERCHARGED

Response

This endpoint returns an object.
insurance_refund_idUUID
payerobject
amount_centsinteger
allocationslist of objects
refund_timestampdatetimeOptional
refund_notestringOptional
refund_reason"OVERCHARGED"Optional
Allowed values: OVERCHARGED

Errors