Create a lien for a business
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
business_id
Business ID
Request
This endpoint expects an object.
debtors
Array of debtor details
state
State where the lien will be filed. Use state for a single state or states for multiple states. If both are provided, states takes precedence.
states
Array of states to file the lien in. Creates one lien per state. Returns a list response. Either state or states is required.
secured_parties
Array of secured party details (optional - uses account defaults if not provided)
secured_party
Single secured party (alternative to secured_parties array)
collateral
Collateral description (optional - uses account default if not provided)
loan_principal_amount_cents
Loan principal amount in cents
packet_number
Packet number for the filing (optional - auto-generated if not provided)
alternative_designation
Alternative designation (for Tennessee filings)
Response
lien created using account defaults
Errors
400
Post V1businesses Business ID Liens Request Bad Request Error
403
Post V1businesses Business ID Liens Request Forbidden Error
404
Post V1businesses Business ID Liens Request Not Found Error