Reverse Charge

This request allows you to reverse 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.

Database

For information on recurring charges database tables, see the following articles:

{
     "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.

Language
Authentication
Click Try It! to start a request and see the response here!