Unplace Account Lien
Last updated
Last updated
POST
/api/accountlien/v1/unplacelien
The request body should include the required lien id
or the referenceNumber
.
A successful request will return a confirmation message indicating that the lien has been removed along with any relevant details.
This process allows for the secure and efficient removal of liens on accounts, ensuring that accurate and updated financial information is maintained while adhering to regulatory requirements.
To remove a lien on an account, either the id
or the referenceNumber
must be used.
Headers
Name | Value |
---|---|
Body
Name | Data Type (length) | Required | Description |
---|---|---|---|
Here is an example request and response with a sample payload sent to the endpoint in Curl format.
Content-Type*
application/json
Authorization*
Bearer <token>
Request-Reference
{unique-reference}
id
string
The unique identifier of the lien (GUID)
referenceNumber
string (
A unique reference number for the lien, if available