Look up a voucher by its vch_<hex>
reference to see the issuer, issued-at, validity window, and the live countdown until expiry — all
served directly from the same Postgres-backed issuance log that /api/lending/credential/issue writes to.
Paste a vch_
reference into the URL bar — the full path is
/lending/applications/<voucher_id>.
You receive a fresh voucher ID every time /lending/apply succeeds, and the same ID can be opened
here later to re-verify state.
The voucher is signed by the same PrivacyCore™ issuer as the production API. Read the deep explainer to see how a lender verifies the signature,
then wire POST /api/lending/credential/issue into your underwriting service.