Skip to main content
POST
Issue credit instrument

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

applicationId
string<uuid>
requerido

Loan application identifier.

Cuerpo

application/json
idempotencyKey
string
requerido

Caller idempotency key. The same key replays the same instrument; the same key with a different parties block is refused.

Minimum string length: 1
parties
object

Caller-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.

Respuesta

Created

contentDigest
string
requerido

sha-256 hex digest of the rendered PDF bytes.

createdAt
string
requerido

Row creation timestamp (RFC3339, UTC).

documentTemplateVersionId
string
requerido

Exact template version rendered (uuid).

emittedAt
string
requerido

Emission instant (RFC3339, UTC).

emittedBy
string
requerido

Validated actor identity that requested emission.

id
string
requerido

Instrument identifier (uuid).

idempotencyKey
string
requerido

Caller's idempotency key.

loanApplicationId
string
requerido

Owning loan application identifier (uuid).

sizeBytes
integer<int64>
requerido

Size of the rendered document in bytes.

supersededByInstrumentId
string

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.