Remove Lien on Account

This removes the lien placed earlier on account supplied.

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.

circle-exclamation

// Live URL
http://api.mybankone.com/thirdpartyapiservice/apiservice/
Account/UnPlaceLien

POST https://staging.mybankone.com/thirdpartyapiservice/apiservice/Account/ UnPlaceLien

Request Body

Name
Type
Description

AccountNo*

String

The customer account

AuthenticationCode*

String

Authentication code for this request

ReferenceID *

String

Unique reference used in placing lien

Reason

String

Reason for placing lien

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

Last updated