Skip to main content
POST
Create loan product

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json
jurisdictionCode
string
required

Jurisdiction profile code (e.g. BR).

Example:

"BR"

loanType
string
required

Loan product type.

Example:

"personal"

name
string
required

Loan product display name.

jurisdictionExtensions
object

Opaque per-jurisdiction product fields.

Response

Created

createdAt
string
required

Creation timestamp (RFC3339, UTC).

Example:

"2026-06-14T12:00:00Z"

id
string
required

Server-assigned loan product identifier (uuid).

Example:

"550e8400-e29b-41d4-a716-446655440009"

jurisdictionCode
string
required

Jurisdiction profile code (e.g. BR).

Example:

"BR"

loanType
string
required

Loan product type.

Example:

"personal"

name
string
required

Loan product display name.

status
string
required

Lifecycle status (e.g. draft|active).

Example:

"active"

currentVersionId
string

Identifier (uuid) of the pinned active version; empty until activation.

Example:

"550e8400-e29b-41d4-a716-44665544000a"