Skip to main content

Cancellation

An Auto Credit operation can be cancelled in three distinct scenarios, each with its own endpoint. In all cases, the fiduciary lien / gravame is automatically removed from the vehicle once the cancellation is confirmed.

ScenarioWhen to useEndpoint
Before disbursementOperation created but not yet disbursed to the dealershipPATCH /debt/{DEBT-KEY}/cancel
Dealership refundOperation already disbursed — the dealership refunds the amount via Pix QR CodePOST /debt/reversal
Permanent cancellationDefinitive withdrawal of the operation (closure without possibility of reactivation)POST /debt/{DEBT-KEY}/cancel_permanently

While the operation has not yet been disbursed, you can cancel it directly through PATCH /debt/{DEBT-KEY}/cancel. Since no funds have left QI Tech to the dealership, the cancellation is immediate and no refund flow is required.

ENDPOINT
/debt/DEBT-KEY/cancel
METHOD
PATCH

The full endpoint reference, including the response body, is available at Cancel debt before disbursement.

When to use

Use this endpoint whenever the operation has not yet been disbursed (status before the disbursement to the dealership). After disbursement, use the refund flow via /debt/reversal.