Client Charges Api
Functions
Add Client Charge This API associates a Client charge with an implicit Client account Mandatory Fields : chargeId and dueDate Optional Fields : amount Responses:
Delete a Client Charge Deletes a Client Charge on which no transactions have taken place (either payments or waivers). Responses:
Pay a Client Charge | Waive a Client Charge Pay a Client Charge: Mandatory Fields:transactionDate and amount \"Pay either a part of or the entire due amount for a charge.(command=paycharge) Waive a Client Charge: This API provides the facility of waiving off the remaining amount on a client charge (command=waive) Showing request/response for 'Pay a Client Charge' Responses:
List Client Charges The list capability of client charges supports pagination.Example Requests: clients/1/charges clients/1/charges?offset=0&limit=5 Responses:
Retrieve a Client Charge Example Requests: clients/1/charges/1 clients/1/charges/1?fields=name,id Responses:
Responses: