Add contract generation settings to financial product configuration
9 days ago by ReadMe API
Changes
-
Updated endpoints
- None
-
Other Changes
- Added new extension definition
ContractGenerationSettingswith asynchronous_contract_generationboolean property (default: true). - Updated
FinancialProductConfigurationto include an optionalcontract_generation_settingsproperty referencingContractGenerationSettings.
- Added new extension definition
This update allows configuring contract generation behavior (synchronous vs asynchronous) for loan products, supporting fallback to asynchronous generation if synchronous generation fails as described in the PR.
