docs.vin

financing

The financing noun — identity, lifecycle, events, and every capability as an anchored section: 2 capabilities, 2 live, 0 sandbox, 0 declared.

financing is one of the estate's 317 automotive nouns — a job a car needs done. It carries 2 capabilities: 2 live, 0 sandbox, 0 declared · doors financing.vin.

Identity

Nounfinancing
PillarData (facets: 2 data)
Capabilities2 — 2 live · 0 sandbox · 0 declared
EntitiesLoan
Doorsfinancing.vin
SDKVin.financing.* from apis.vin
Address/catalog/financing#{action} — the anchor IS the wire name minus financing.

Quote & price

rates

financing.rates · GET /financings/rates · gate none · live · answers InterestRates@1

FieldTypeRequiredNotes
vinstringyes
zipstringno
scoreintegerno
termintegerno

Doorfinancing.vin serves this noun on its two routes: / (the landing) · /3C6UR5HL0RG127611 (the VIN lens).

Try it — live: answers on the wire today. A sandbox key still selects the deterministic simulated mode — drive the full outcome range with the magic triggers.

the SDK — financing.rates
import { financing } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await financing.rates({"vin":"3C6UR5HL0RG127611"})
GET /financings/rates
curl 'https://apis.vin/financings/rates?vin=3C6UR5HL0RG127611'

paymentCalc

financing.paymentCalc · GET /financings/payment-calc · gate none · live · answers PaymentEstimate@1

FieldTypeRequiredNotes
vinstringyes
zipstringno
pricestringno
downstringno
termintegerno
aprstringno
scoreintegerno

Doorfinancing.vin serves this noun on its two routes: / (the landing) · /3C6UR5HL0RG127611 (the VIN lens).

Try it — live: answers on the wire today. A sandbox key still selects the deterministic simulated mode — drive the full outcome range with the magic triggers.

the SDK — financing.paymentCalc
import { financing } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await financing.paymentCalc({"vin":"3C6UR5HL0RG127611"})
GET /financings/payment-calc
curl 'https://apis.vin/financings/payment-calc?vin=3C6UR5HL0RG127611'

Data model

The record shape behind this noun — one entity, each property an evidence field. See the whole estate model on the data model page.

Loan

Modeled

The noun drawn out — its record shape, its lifecycle, and how it is exercised end to end. One diagram, rendered from the estate model.

Financing · Class model


Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.