Get insurance refund

Beta
GET
/api/insurance-refunds/v1/:insurance_refund_id

Retrieves a previously created insurance refund by its insurance_refund_id. If the refund does not exist, a 403 will be thrown.

Path parameters

insurance_refund_idUUIDRequired

Response

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

Errors

Built with