Reverse a charge

This request reverse 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. And, if needed, charges can also be reversed:

  • The LineOfCreditCharges object holds charges information, and it's nested within the LineOfCredits entity.
  • The ID of the charge is required. To pull a charge ID, send a GET request to the following endpoint:
https://loanpro.simnang.com/api/public/api/1/odata.svc/LineOfCredits({id})/LineOfCreditCharges

For an example of how reversing 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:

{
    "LineOfCreditCharges": {
        "results": [
            {
                "__id": 38928,
                "__update": true,
                "status": "lineOfCredit.transactionStatus.reversed"
            }
        ]
    }
}
Language
Authorization
Click Try It! to start a request and see the response here!