This request creates a charge on a line of credit account.
Click here to learn more about this request
A charge can be applied to a line of credit account. Note the following when using this request:
The LineOfCreditCharges
object holds charges information, and it's nested within the LineOfCredits
entity.
Charges cannot be applied to previous billing cycles—only current and future billing cycles.
Charges are routed to a specific Bucket, which is associated to a line of credit account.
For an example of how logging a charge works in the UI, take a look at our Line of Credit – Log a Charge article.
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)
Database – Line of Credit Account (line_of_credit_entity)
{
"entityId": 340,
"amount": "5.43",
"applyDate": "2025-04-24",
"interestBearing": 0,
"bucketId": 1,
"status": "lineOfCredit.transactionStatus.active",
"description": "Late Fee",
"customChargeTypeId": 1,
"metadata": {
"keyValue": "newValue"
}
}