Skip to main content
POST
Get one charge

Authorizations

Authorization
string
header
required

Authorization: Bearer <api key>. The key resolves to your organization; every response is scoped to it. An organization field in the request body is optional, but if present it must match, or the request is rejected.

Body

application/json
id
string
required
organization
string

Optional. If present, must match the organization your API key resolves to, or the request is rejected with 400.

Response

One charge.

id
string
home_clinic
string
servicing_clinic
string
invoice
string
invoice_pims_id
integer
payment_method_id
string
status
string
original_amount
number<double>
current_amount
number<double>
net_paid
number<double>
paid_amount
number<double>
overpaid_amount
number<double>
outstanding_balance
number<double>
refunded_amount
number<double>
created_at
string<date-time>
updated_at
string<date-time>