bhphAccount
The bhphAccount noun — identity, lifecycle, events, and every capability as an anchored section: 10 capabilities, 0 live, 10 sandbox, 0 declared.
bhphAccount is one of the estate's 317 automotive nouns — a job a car needs done. It carries 10 capabilities: 0 live, 10 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | bhphAccount |
| Pillar | Services (facets: 1 data · 7 services · 2 commerce) |
| Capabilities | 10 — 0 live · 10 sandbox · 0 declared |
| Entities | LoanServicing |
| Doors | aggregator.vin |
| SDK | Vin.bhphAccount.* from apis.vin |
| Address | /catalog/bhphAccount#{action} — the anchor IS the wire name minus bhphAccount. |
Events
The vocabulary this noun can append to the record — 10 past-tense, versioned event types, each linked to the capability that emits it:
BhphAccount.collected@1— emitted bycollectBhphAccount.deviceEnrolled@1— emitted bypaymentDeviceBhphAccount.deviceInstalled@1— emitted bydeviceInstallBhphAccount.failed@1— emitted bycollect·reinstateBhphAccount.noteIssued@1— emitted bynoteBhphAccount.recoveryTriggered@1— emitted byrecoveryBhphAccount.reinstated@1— emitted byreinstateBhphAccount.rfcAssigned@1— emitted byrelatedFinanceBhphAccount.sidenoteTracked@1— emitted bysidenoteBhphAccount.underwritten@1— emitted byunderwrite
Quote & price
terms
bhphAccount.terms · GET /bhph-accounts/terms · gate none · sandbox · answers BhphAccountTerms@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6HJTAG0LL143408 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { bhphAccount } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bhphAccount.terms({"vin":"1C6HJTAG0LL143408"})curl 'https://apis.vin/bhph-accounts/terms?vin=1C6HJTAG0LL143408'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "BhphAccountTerms@1",
"value": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"terms": {
"id": "LN-d8c10ea1",
"decision": "approved",
"rateBand": "best",
"apr": "4.49",
"termMonths": 72,
"stipulations": []
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"terms": {
"id": "LN-d8c10ea1",
"decision": "approved",
"rateBand": "best",
"apr": "4.49",
"termMonths": 72,
"stipulations": []
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "note-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
collect
bhphAccount.collect · POST /bhph-accounts/collect · gate offer · sandbox · answers BhphAccountCollect@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6HJTAG0LL143408 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — BhphAccount.collected@1 · BhphAccount.failed@1.
import { bhphAccount } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bhphAccount.collect({"vin":"1C6HJTAG0LL143408"})curl -X POST https://apis.vin/bhph-accounts/collect \
-H 'content-type: application/json' \
-d '{"vin":"1C6HJTAG0LL143408"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "BhphAccountCollect@1",
"value": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"collection": {
"status": "collected",
"id": "COL-6a05aea9",
"loanId": "LN-d8c10ea1",
"position": "Current",
"amountCents": 34869,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"collection": {
"status": "collected",
"id": "COL-6a05aea9",
"loanId": "LN-d8c10ea1",
"position": "Current",
"amountCents": 34869,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "note-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}relatedFinance
bhphAccount.relatedFinance · POST /bhph-accounts/related-finance · gate offer · sandbox · answers BhphAccountRelatedFinance@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6HJTAG0LL143408 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — BhphAccount.rfcAssigned@1.
import { bhphAccount } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bhphAccount.relatedFinance({"vin":"1C6HJTAG0LL143408"})curl -X POST https://apis.vin/bhph-accounts/related-finance \
-H 'content-type: application/json' \
-d '{"vin":"1C6HJTAG0LL143408"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "BhphAccountRelatedFinance@1",
"value": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"assignment": {
"status": "rfc-assigned",
"loanId": "LN-d8c10ea1",
"position": "Current",
"assignedTo": {
"partyId": "DLR-b9066ade",
"name": "The Estate Store"
}
}
},
"evidence": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"assignment": {
"status": "rfc-assigned",
"loanId": "LN-d8c10ea1",
"position": "Current",
"assignedTo": {
"partyId": "DLR-b9066ade",
"name": "The Estate Store"
}
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "note-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
deviceInstall
bhphAccount.deviceInstall · POST /bhph-accounts/device-install · gate key · sandbox · answers BhphAccountDeviceInstall@1
No input — this capability takes no request body.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6HJTAG0LL143408 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — BhphAccount.deviceInstalled@1.
import { bhphAccount } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bhphAccount.deviceInstall()curl -X POST https://apis.vin/bhph-accounts/device-install \
-H 'content-type: application/json' \
-d '{}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "BhphAccountDeviceInstall@1",
"value": {
"vin": "1HGCM82633A004352",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"device": {
"status": "no-open-loan"
}
},
"evidence": {
"vin": "1HGCM82633A004352",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"device": {
"status": "no-open-loan"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "note-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Lifecycle & state
reinstate
bhphAccount.reinstate · POST /bhph-accounts/reinstate · gate offer · sandbox · answers BhphAccountReinstate@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6HJTAG0LL143408 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — BhphAccount.failed@1 · BhphAccount.reinstated@1.
import { bhphAccount } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bhphAccount.reinstate({"vin":"1C6HJTAG0LL143408"})curl -X POST https://apis.vin/bhph-accounts/reinstate \
-H 'content-type: application/json' \
-d '{"vin":"1C6HJTAG0LL143408"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "BhphAccountReinstate@1",
"value": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"reinstatement": {
"status": "nothing-to-reinstate",
"position": "Current"
}
},
"evidence": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"reinstatement": {
"status": "nothing-to-reinstate",
"position": "Current"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "note-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
note
bhphAccount.note · POST /bhph-accounts/note · gate offer · sandbox · answers BhphAccountNote@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6HJTAG0LL143408 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — BhphAccount.noteIssued@1.
import { bhphAccount } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bhphAccount.note({"vin":"1C6HJTAG0LL143408"})curl -X POST https://apis.vin/bhph-accounts/note \
-H 'content-type: application/json' \
-d '{"vin":"1C6HJTAG0LL143408"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "BhphAccountNote@1",
"value": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"note": {
"status": "open",
"id": "LN-d8c10ea1",
"servicingId": "SVC-63c3ee5b",
"position": "Current",
"standing": "open",
"principalBalance": {
"currency": "USD",
"minorUnits": 2171365
},
"reference": "poq_967476fd"
}
},
"evidence": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"note": {
"status": "open",
"id": "LN-d8c10ea1",
"servicingId": "SVC-63c3ee5b",
"position": "Current",
"standing": "open",
"principalBalance": {
"currency": "USD",
"minorUnits": 2171365
},
"reference": "poq_967476fd"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "note-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}paymentDevice
bhphAccount.paymentDevice · POST /bhph-accounts/payment-device · gate offer · sandbox · answers BhphAccountPaymentDevice@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6HJTAG0LL143408 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — BhphAccount.deviceEnrolled@1.
import { bhphAccount } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bhphAccount.paymentDevice({"vin":"1C6HJTAG0LL143408"})curl -X POST https://apis.vin/bhph-accounts/payment-device \
-H 'content-type: application/json' \
-d '{"vin":"1C6HJTAG0LL143408"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "BhphAccountPaymentDevice@1",
"value": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"device": {
"status": "enrolled",
"deviceId": "DEV-1aadeabe",
"loanId": "LN-d8c10ea1",
"position": "Current"
}
},
"evidence": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"device": {
"status": "enrolled",
"deviceId": "DEV-1aadeabe",
"loanId": "LN-d8c10ea1",
"position": "Current"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "note-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}recovery
bhphAccount.recovery · POST /bhph-accounts/recovery · gate offer · sandbox · answers BhphAccountRecovery@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6HJTAG0LL143408 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — BhphAccount.recoveryTriggered@1.
import { bhphAccount } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bhphAccount.recovery({"vin":"1C6HJTAG0LL143408"})curl -X POST https://apis.vin/bhph-accounts/recovery \
-H 'content-type: application/json' \
-d '{"vin":"1C6HJTAG0LL143408"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "BhphAccountRecovery@1",
"value": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"recovery": {
"status": "no-delinquency",
"position": "Current"
}
},
"evidence": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"recovery": {
"status": "no-delinquency",
"position": "Current"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "note-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}sidenote
bhphAccount.sidenote · POST /bhph-accounts/sidenote · gate offer · sandbox · answers BhphAccountSidenote@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6HJTAG0LL143408 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — BhphAccount.sidenoteTracked@1.
import { bhphAccount } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bhphAccount.sidenote({"vin":"1C6HJTAG0LL143408"})curl -X POST https://apis.vin/bhph-accounts/sidenote \
-H 'content-type: application/json' \
-d '{"vin":"1C6HJTAG0LL143408"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "BhphAccountSidenote@1",
"value": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"sidenote": {
"status": "sidenote-tracked",
"id": "SN-f6e08f8f",
"parentLoanId": "LN-d8c10ea1",
"position": "Current"
}
},
"evidence": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"sidenote": {
"status": "sidenote-tracked",
"id": "SN-f6e08f8f",
"parentLoanId": "LN-d8c10ea1",
"position": "Current"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "note-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}underwrite
bhphAccount.underwrite · POST /bhph-accounts/underwrite · gate offer · sandbox · answers BhphAccountUnderwrite@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /1C6HJTAG0LL143408 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — BhphAccount.underwritten@1.
import { bhphAccount } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await bhphAccount.underwrite({"vin":"1C6HJTAG0LL143408"})curl -X POST https://apis.vin/bhph-accounts/underwrite \
-H 'content-type: application/json' \
-d '{"vin":"1C6HJTAG0LL143408"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "BhphAccountUnderwrite@1",
"value": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"underwriting": {
"status": "underwritten",
"id": "UW-431e9cbd",
"decision": "approved",
"tier": "super-prime",
"rateBand": "best",
"apr": "4.49",
"termMonths": 72,
"stipulations": []
},
"applicant": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "1C6HJTAG0LL143408",
"noun": "bhphAccount",
"asOf": "2026-08-10",
"underwriting": {
"status": "underwritten",
"id": "UW-431e9cbd",
"decision": "approved",
"tier": "super-prime",
"rateBand": "best",
"apr": "4.49",
"termMonths": 72,
"stipulations": []
},
"applicant": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "note-desk-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}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.
LoanServicing
Modeled
The noun drawn out — its record shape, its lifecycle, and how it is exercised end to end. 2 diagrams, rendered from the estate model.
BhphAccount · Class model
BhphAccount · State machine
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.