Stored Card
The Store Cards feature allow the user to retrieve, create and remove credit card details (referred to as stored cards) of a patient. It also allows the user to make payments against claims using a stored card of a patient.
Was this information helpful?
Yes | No
Thank you for your feedback!
What went wrong?
Incomplete or incorrect information |
Irrelevant Content
| Others
Submit
Upload new patient's credit-card
details
POST
/v1/{practiceid}/patients/{patientid}/collectpayment/storedcard
Add a new credit card details of a patient in the system
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 patient's credit-card
information
GET
/v1/{practiceid}/patients/{patientid}/collectpayment/storedcard
Retrieve the list of patients stored credit card information in the system
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
Output Parameters
Expand allExample Code
Create new patient's specific
credit-card
POST
/v1/{practiceid}/patients/{patientid}/collectpayment/storedcard/{storedcardid}
Add a new credit card information to the patient file
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
Update patient's specific credit-card
information
PUT
/v1/{practiceid}/patients/{patientid}/collectpayment/storedcard/{storedcardid}
Modifies existing credit card information for a 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 allExample Code
Delete patient's specific credit-card
information
DELETE
/v1/{practiceid}/patients/{patientid}/collectpayment/storedcard/{storedcardid}
Delete the record of a specific credit card of the 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 allExample Code