Prepayment Plan
If you are a patient looking to make a payment, please click here to Make a Payment or contact your provider.
A prepayment plan allows a user to make a payment for a procedure in advance of the claim being generated. After the claim is created and adjudicated, prepayment money is moved from the plan to pay the claim.
The retrieve prepayment plans endpoint allows a user to retrieve all relevant details of a patient's prepayment plan(s).
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Endpoints
- Primary
Retrieve prepayment plans
GET
/v1/{practiceid}/patients/{patientid}/prepaymentplans
This API returns the non-deleted prepayment plans for the given patient, along with a list of linked claims for each.
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❙ required
practiceid
integer
practiceid
patientid
integer
patientid
prepaymentplanids
array
array of plan IDs to retrieve
Output Parameters
Expand all
patientid
integer
the patient ID
prepaymentplans
array
list of prepayment plan details
status
string
success or failure
Example Code