Create patient payment
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.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
This endpoint expects an object.
amount_cents
patient_external_id
allocations
payment_timestamp
payment_note
invoice
payment_method_detail
payment_source
Allowed payment sources when creating a patient payment via the API.
Allowed values:
source_internal_id
allocation_restrictions
Optional restrictions constraining which claims this payment’s credit can be auto-allocated to (e.g. billing provider NPI). Restriction (type, value) pairs must be unique. When omitted, the payment is unrestricted.
Response
This endpoint returns an object.
patient_payment_id
organization_id
payment_source
amount_cents
patient_external_id
allocations
source_internal_id
payment_timestamp
payment_note
invoice
payment_method_detail
Errors
403
Unauthorized Error
404
Entity Not Found Error
422
Unprocessable Entity Error