Fabric Release Note | Version 5.15
Summary:
Version 5.15 introduces key enhancements across the CKYC Upload and Download functionalities, bolstering support for conditional validations, dynamic field handling, and self-hosted deployments. Additionally, improvements have been made to the Business Verification API where the document type : GSTIN_DETAILED with enriched business data attributes.
Release Highlights
Enhanced CKYC Upload
The CKYC Upload mechanism has been enhanced to incorporate dynamic validation and conditional processing logic based on the presence of a CKYC ID and the perform_kyc_search
flag.
I. Conditional Application Type Handling
- Without CKYC ID: Records are routed through the Create pipeline.
- With CKYC ID: Records are processed via the Update pipeline.
II. Dynamic Field for Update Pipeline
The following fields are now optional during updates and are modified only if provided:
- Address:
location
andpermanent_address
- Contact information:
contact_number
andemail_id
- Related Person detail: Father's and Mother's details (
mother_name_prefix
,mother_first_name
,mother_middle_name
,mother_last_name
III. Validation Improvements
location
andpermanent_address
fields now support/
,.
and&
characters.- For
ids
wheretype
= "AADHAAR", the value can now contain masked characters represented byx
.
Advisory for self-hosted CKYC clients: Pull the latest image tag: 2.0.1
& latest
CKYC Bulk Download for Self-Hosted Docker Deployments
Bulk CKYC download functionality is now available for on-premise and private cloud environments through Docker-compatible deployment.
I. Self-Hosted Support: Fully compatible with Docker for self-hosted or private cloud environments.
II. Case-wise Parsing: Each CKYC case is processed independently, enhancing traceability and error handling.
III. Asynchronous Processing: Immediate upload acknowledgment with back-end job handling actual processing.
IV. Callback Integration: Responses are delivered case-wise to a pre-configured callback endpoint, enabling seamless integration and reconciliation.
Business Verification (Document Type "GSTIN_DETAILED") Enhancement
We have introduced support for a new key in the GST KYC API response: annualAggregateTurnover
.