Void/Reverse Payment

This request voids or reverses a payment that has been made.

   Click here to learn more about this request

Occasionally, a payment will need to be reversed or voided. This can occur for a number of reasons, such as a bounced check or a payment entry error:

  • Once a payment is reversed, it can no longer be edited.
  • Unlike with an Edit Existing Payment request, reversing a payment does not create a new payment record.
  • When a payment is reversed, its status in the database is updated to payment.status.voided.

👆

Pay special attention to the endpoint of this request.

This request does not use OData, so it's not included in the endpoint like most other LMS requests.

For an example of how updating payments works within the UI, take a look at our Payments article.

Database

For information on payments database tables, see the following articles:

{
    "reverseReason": "payment.reverse.checkBounce",
    "comments": "The check provided by the borrower could not be processed.",
    "nachaReturnCode": "nacha.returnCode.r05",
    "__logOnly": false
}
Language
Authorization
Click Try It! to start a request and see the response here!