Create insurance payment

Beta
POST
/api/insurance-payments/v1

Creates a new insurance payment record and returns the newly created InsurancePayment object. This endpoint should only be used for insurance payments that do not have a corresponding ERA (for example: a settlement check from a payer). If the payment is an ERA, then you should used the insurance-adjudications API.

Request

This endpoint expects an object.
payer_identifierobjectRequired
amount_centsintegerRequired
allocationslist of objectsRequired
payment_timestampdatetimeOptional
payment_notestringOptional

Response

This endpoint returns an object.
insurance_payment_idUUID
payerobject
amount_centsinteger
allocationslist of objects
payment_timestampdatetimeOptional
payment_notestringOptional

Errors