This request reverses a charge on a loan.
General
A lender may decide to reverse a charge if it was made incorrectly or if it's forgiven. Here's what you need to know about this request:
- Once a charge is reversed, it can no longer be edited. Its information can be viewed, but no changes can be made.
- When a charge is reversed, it is removed from loan calculations.
For an example of how charges work within the UI, take a look at our Charges Overview article on our help site.
Database
For information regarding charges database tables, see the following articles:
- Database – Charges Table (charge_entity)
- Database – Default Charges (defaults_charges)
- Database – Recurring Charge Entity (recurring_charge_entity)
{
"Charges": {
"results": [
{
"editComment": "This charge was reserved via the API.",
"active": 0,
"isReversal": 1,
"__update": true,
"__id": 8902
}
]
}
}
Try It Instructions
Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is a bit different.
We can’t provide sample values that will work for multiple users. But, if you’d like to see a sample of a 200 response, click the response examples located under the Try It button.
To receive a 200 response from the Try It button, you will have to try this request with your own tenant credentials. If you plan on doing so, make sure to change the headers to match your own authentication information.