This request retrieves a charge's details.
Click here to learn more about this request
Charges are additional fees added to an account, such as late fees, convenience fees, etc. Note the following about this request:
Charge information is stored within the LineOfCreditCharges
object. This object is nested within the LineOfCredits
entity.
This request retrieves the info for a specific charge. To pull all due date changes within your environment, remove the charge ID path parameter. Alternatively, use the GET
an account's charges request.
For an example of how logging a charge works in the UI, take a look at our Logging a charge article.
Filtering
Results can be filtered by any field in the response to retrieve specific charges. Here are a few examples of filtering for specific information:
/odata.svc/LineOfCreditCharges?$filter=lineOfCreditId eq 934314
/odata.svc/LineOfCreditCharges?$filter=description eq 'Late Fee'
/odata.svc/LineOfCreditCharges?$filter=applyDate lt datetime'2024-12-31T00:00:00'
For more information on filtering API responses, see Filtering and Paginating Responses
Database
For information regarding line of credit charge database tables, see the following articles:
Database – Line of Credit Charges (line_of_credit_charge_entity)
Database – Line of Credit Recurring Charges (line_of_credit_recurring_charge_entity)