Skip to main content

Newaccountsettings

The new account settings, defines the settings and constraints used by new loan account created based on this product.

accountInitialStatestringrequired

All the generic account states applicable to loans.

Possible values: [PARTIAL_APPLICATION, PENDING_APPROVAL, APPROVED, ACTIVE, ACTIVE_IN_ARREARS, CLOSED, CLOSED_WRITTEN_OFF, CLOSED_REJECTED]

idGeneratorTypestringrequired

The type of generator used for IDs creation.

Possible values: [INCREMENTAL_NUMBER, RANDOM_PATTERN]

idPatternstringrequired

The pattern that will be used for ID validation (as referred to as an input mask).

Newaccountsettings
{
"accountInitialState": "PARTIAL_APPLICATION",
"idGeneratorType": "INCREMENTAL_NUMBER",
"idPattern": "string"
}