Changelog
[2025-08-11] - Verification Groups Feature
Added
- Verification Groups: New feature to replace the identities system with more flexible verification management
- Organization owners can create verification groups to organize multiple verification processes
- Support for both "Customer" and "Business" verification group types
- Configurable approval workflows (Automated AI vs Manual Admin approval)
- Admin approval count configuration (maximum of 3 admins required)
- Complete audit trail with status history tracking
New Documentation
- Getting Started Guide: Added comprehensive verification groups documentation under Getting Started
- Step-by-step configuration process for organization owners
- Admin workflow documentation for KYC/KYB management
- Status indicators and review process explanations
- Best practices and use case examples
Features
- Dashboard Integration: Organization owners can configure verification groups through the dashboard settings
- KYC/KYB Management: Admins can view customers organized by verification groups
- Status Tracking: "Completed" for automated verifications, "Pending" for manual reviews
- Review System: Admins can add reviews with complete audit trail
- Flexible Approval: Configurable approval workflows based on business requirements
[2025-08-11] - Identities Feature Removal
Removed
- Identities API Section: Completely removed the identities feature from the API documentation
- Removed all identity-related endpoints from the navigation
- Identity endpoints are no longer accessible through the documentation
- This includes:
- Create Identity Tag
- Fetch Identity Tag
- Filter Identity Tag
- Update Identity Tag
Changed
- Verification Endpoints: Updated all verification endpoints to remove the
identity
parameter - Removed
identity
parameter from request bodies across all verification endpoints - Updated sample requests to reflect the new parameter structure
- All verification endpoints now use
reference
for request tracking instead ofidentity
Technical Details
- The identities feature has been deprecated and removed from the current implementation
- All verification endpoints have been standardized to use consistent parameter structures
- Documentation has been updated to reflect the current API implementation
Previous Versions
Additional changelog entries will be added here as new features and changes are implemented.