Issue credit instrument
Renders and durably custodies a credit-instrument (CCB) PDF for an approved loan application, from the product’s active document template. Idempotent by caller-supplied key.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
Loan application identifier.
Body
Caller idempotency key. The same key replays the same instrument; the same key with a different parties block is refused.
1Caller-supplied parties block (issuer/creditor names and documents, place of issuance/payment, and any other field the resolved template or the jurisdiction's legal catalog declares). Frozen into the instrument's snapshot; the core stores no borrower PII beyond it.
Response
Created
sha-256 hex digest of the rendered PDF bytes.
Row creation timestamp (RFC3339, UTC).
Exact template version rendered (uuid).
Emission instant (RFC3339, UTC).
Validated actor identity that requested emission.
Instrument identifier (uuid).
Caller's idempotency key.
Owning loan application identifier (uuid).
Size of the rendered document in bytes.
Identifier (uuid) of the later instrument, for the same loan application, that superseded this one. Set only on the list endpoint; absent means this is the current instrument for its application.

