Remove Lien on Account

This removes the lien placed earlier on account supplied

Overview

To remove lien on account you make a post request by passing AccountNo, Authentication Code, RefrenceID, and Reason in the request body to the remove endpoint. All payload for this request are required except Reason which is optional.

Request

If the request is successful, it returns a status code of 200 with a response body.

{
 "AccountNo":"11****387",
 "AuthenticationCode":"1a4e5508-f054-45b5-893d-7a681a54f255",
 "ReferenceID":"testunlien",
 "Reason":"lien complete",
 "amount":"500"

}

Expected Response

{
 "RequestStatus": true,
 "ResponseDescription": "Lien sucessfully deactivated on account.",
 "ResponseStatus": "Successful"
}

You can check out API reference to Remove Lien on Account