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.
The RefrenceID used in placing lien on the account must be supplied to remove lien.
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
Last updated