Create patient payment

Beta
POST
/api/patient-payments/v4

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

Request

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

Response

This endpoint returns an object.
patient_payment_idUUID
organization_idUUID
payment_sourceenum
amount_centsinteger
patient_external_idstring
allocationslist of objects
source_internal_idstringOptional
payment_timestampdatetimeOptional
payment_notestringOptional
invoiceUUIDOptional

Errors