Place Lien on Account

Placing a Lien on an account restricts any transaction that reduces the withdrawable balance to less than the supplied amount

Overview

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

Expected Response

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

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

You can check out API reference to Place Lien on Account