Beta
Get patient payments
Returns all patient payments satisfying the search criteria AND whose organization_id matches the current organization_id of the authenticated user.
Headers
Authorization
OAuth authentication of the form <token>.
Query parameters
limit
Defaults to 100. The value must be greater than 0 and less than 1000.
patient_external_id
claim_id
service_line_id
billing_provider_id
unattributed
returns payments with unattributed allocations if set to true
invoice_id
sources
sort
Defaults to payment_timestamp
Allowed values:payment_source amount_cents payment_timestamp payment_note
sort_direction
Sort direction. Defaults to descending order if not provided.
Allowed values:asc desc
page_token
Response
This endpoint returns an object.
items
next_page_token
prev_page_token
Errors
403
Unauthorized Error
422
Unprocessable Entity Error