Skip to main content

Accountlinksettings

Defines the settings for account linking.

enabledbooleanrequired

Shows whether the loan accounts created using this product can be linked to a savings account.

linkableDepositProductKeystring

Loan accounts created for this product can only be linked the the savings accounts that use the savings product with this key. If null, the loan accounts for this product can be linked to any savings account.

linkedAccountOptionsstring[]

A set of linked account options.

Possible values: [AUTO_LINK_ACCOUNTS, AUTO_CREATE_LINKED_ACCOUNTS]

settlementMethodstring

Set the option of automated transfer that should be made from linked deposit accounts into loan accounts create from this product.

Possible values: [FULL_DUE_AMOUNTS, PARTIAL_DUE_AMOUNTS, NO_AUTOMATED_TRANSFERS]

Accountlinksettings
{
"enabled": true,
"linkableDepositProductKey": "string",
"linkedAccountOptions": [
"AUTO_LINK_ACCOUNTS"
],
"settlementMethod": "FULL_DUE_AMOUNTS"
}