Receipt
The Receipts feature allows the user to create, view, and email e-payment receipts.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Get list of
payment-receipts
GET
/v1/{practiceid}/patients/{patientid}/receipts
Retrieves a list of epayment receipts for a specific patient
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Get payment-receipts for an
e-payment
GET
/v1/{practiceid}/patients/{patientid}/receipts/{epaymentid}
Retrieves a copy of a patient receipt for a specific epayment
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Get payment-receipts for an
e-payment
GET
/v1/{practiceid}/patients/{patientid}/receipts/{epaymentid}/details
Retrieves the details of the patient payment receipt
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Send email of
payment-receipt
POST
/v1/{practiceid}/patients/{patientid}/receipts/{epaymentid}/email
Emails a copy of the credit card receipt to an email recipient
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand all❙ Request Body
Expand allExample Code
Get list of signed e-payment
receipts
GET
/v1/{practiceid}/patients/{patientid}/receipts/{epaymentid}/signed
Retrieves a PDF of the signed receipt image
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code
Submit authorizations for payment
receipts
POST
/v1/{practiceid}/patients/{patientid}/receipts/{epaymentid}/signed
Upload a signed receipt/contract (via multipart/form-data).
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Input Parameters
Expand allOutput Parameters
Expand allExample Code