Patient PaymentsV4

Create patient payment

Beta
POST
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_cents
integerRequired
patient_external_id
stringRequired
allocations
list of objectsRequired
Allocations are portions of payments that are applied to specific resources, known as targets. Each allocation has and amount, defined in cents, and a target.
payment_timestamp
datetimeOptional
payment_note
stringOptional
invoice
UUIDOptional

Response

This endpoint returns an object
patient_payment_id
UUID
organization_id
UUID
payment_source
enum
amount_cents
integer
patient_external_id
string
allocations
list of objects
source_internal_id
stringOptional
payment_timestamp
datetimeOptional
payment_note
stringOptional
invoice
UUIDOptional

Errors