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.

Expected Response

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

You can check out API reference to Remove Lien on Account