Check Lien Status
This determines whether or not there is an active lien on the account supplied
Overview
To check lien status on an account, make a post request by passing AccountNo and Authentication Code in the request body to the check lien endpoint, They are both required to return a successful response.
Expected Response
If the request is successful, it returns a status code of 200 with a response body.
{
"RequestStatus": true,
"ResponseDescription": "There is no lien on this account.",
"ResponseStatus": "InActive"
}
You can check out API reference to Check Lien Status
Updated almost 2 years ago