API Versioning Strategy
Hixbe uses a date-based versioning system to ensure predictable API behavior and smooth transitions between versions.Version Format
Versions follow the formatYYYY-MM-DD and are specified in the Hixbe-Version header:
Current Version
Latest Version:
2026-01-01This is the recommended version for all new integrations. It includes the latest features, improvements, and security enhancements.Version Lifecycle
Version States
| State | Description | Support Level |
|---|---|---|
| Active | Fully supported with new features | Full support |
| Deprecated | Still functional but not recommended | Limited support |
| Sunset | No longer supported | No support |
Deprecation Timeline
When a new version is released:- Active Period: 12 months of full support
- Deprecation Notice: 3 months advance warning
- Deprecated Period: 6 months of limited support
- Sunset: Version retired
Backward Compatibility
What We Guarantee
- Existing API endpoints remain functional
- Request/response formats are stable
- Breaking changes are introduced in new versions only
- Deprecation notices provided 3+ months in advance
- Migration guides provided for major changes
What May Change
- New optional fields added to responses
- New endpoints added
- New optional parameters added to requests
- Performance improvements
- Bug fixes that don’t change behavior
Version Headers
Required Headers
Version Detection
If no version header is provided, the API will:- Return a
400 Bad Requesterror - Include a message specifying the required header
Version-Specific Features
Version 2026-01-01 Features
Payment Gateway Enhancements
Payment Gateway Enhancements
- Enhanced webhook security with signature verification
- Improved error messages with detailed field validation
- New idempotency key support for all endpoints
- Expanded payment method support
SMS Gateway Improvements
SMS Gateway Improvements
- Bulk SMS with individual delivery tracking
- Enhanced sender ID validation
- Template management system
- Improved balance reporting
Certification & Badge Updates
Certification & Badge Updates
- Enhanced credential verification
- New audit logging capabilities
- Improved badge management
- Program-based credential organization
Migration Guide
Upgrading to 2026-01-01
Review changelog
Check the changelog for all changes in the new version.
Version History
| Version | Release Date | Status | Notes |
|---|---|---|---|
2026-01-01 | Dec 2025 | Active | Latest features and improvements |
2025-06-01 | Jun 2025 | Deprecated | Use 2026-01-01 |
2025-01-01 | Jan 2025 | Sunset | No longer supported |
Best Practices
Version Management
- Always specify the version header explicitly
- Use the latest version for new integrations
- Test version upgrades in sandbox first
- Monitor deprecation notices in your dashboard
- Keep your integration documentation updated
Code Organization
Support and Migration Help
Authentication
Learn about API keys and headers
Best Practices
Version management best practices
Changelog
See all version changes and updates
Support
Get help with version upgrades