Introduction — Vehicle Collateral
The QI Tech Vehicle Collateral API enables tracking the registration of liens and vehicle contracts with the National Lien System (SNG/B3) and DETRAN/Registrar.
Lien registration, contract registration, image submission, and cancellation are handled internally by QI Tech based on the data sent when creating a credit operation (POST /debt). The endpoints below are exclusively for consultation (GET), allowing you to track registration progress in real time.
Features
- Queries — Current status and full request history
- Queries by Chassis — Last order created or registered by chassis
- Webhooks — Asynchronous status change notifications
- Status Map — Reference for process stages and statuses
How it works
- You simulate the credit operation via
POST /debt_simulationwithcollateral_type: "car_collateral"to obtain financial conditions; - You create the credit operation via
POST /debtincluding vehicle data in thecollateralsobject (see Vehicle Collateral Fields); - QI Tech internally processes lien registration at SNG/B3 and contract registration at DETRAN/Registrar;
- You track progress via GET endpoints and receive notifications via webhooks.
Authentication for the consultation endpoints follows the standard QI Tech API pattern described in the Getting Started section.
Staging: Provided by QI Tech during onboarding.
Production: Provided by QI Tech after staging approval.
200 = Success · 400 = Validation failed · 401 = Unauthorized · 403 = Improper request · 404 = Not found · 500 = Internal error