Update deduplication algorithm and adjust related enums
4 days ago by ReadMe API
Changes
This update changes the deduplication algorithm to support incremental data updates, ensuring improved transaction deduplication over time.
Updated endpoints
POST /installment-plans: Updated to support the new deduplication logic.PATCH /loan/{loan_id}: Updated to align with the incremental deduplication algorithm.
Other Changes
- Updated enum values in
/AccountSourceInformation/properties/nameto reflect source name rotations:- 'PENNYLANE_REDSHIFT' renamed to 'PENNYLANE_DEFACTO_API'
- 'QONTO' renamed to 'PENNYLANE_REDSHIFT'
- 'STEMSCAPE_DEFACTO_API' renamed to 'QONTO'
- 'SUPER_DEFACTO_API' renamed to 'STEMSCAPE_DEFACTO_API'
- Added new enum value 'SUPER_DEFACTO_API'
These enum changes support the updated deduplication flow and account source handling as described.
