Quick Issue Resolution
Find solutions to the most common integration problems developers face with Hixbe APIs.Authentication Issues
”INVALID_API_KEY” Error
Symptoms:- All API requests return 401 Unauthorized
- Error message: “The API key provided is invalid”
Check API key format
Ensure your API key starts with the correct prefix:
- Secret keys:
sk_live_orsk_test_ - Publishable keys:
pk_live_orpk_test_
Verify key is active
Log into your dashboard and check:
- API key is not expired
- API key has required permissions
- Account is in good standing
”MISSING_AUTH_HEADER” Error
Symptoms:- 401 error with message about missing authorization header
- Authorization header not included
- Incorrect header format
- API key not properly encoded
Version Header Missing
Symptoms:- 400 Bad Request with “Hixbe-Version header is required”
Request/Response Issues
”INVALID_REQUEST” Errors
Common Causes:- Missing required fields
- Incorrect field types
- Malformed JSON
Rate Limiting
Symptoms:- 429 Too Many Requests
RATE_LIMIT_EXCEEDEDerror
Payment-Specific Issues
Payment Declines
Error Codes:CARD_DECLINEDINSUFFICIENT_FUNDSEXPIRED_CARD
- Verify card details are correct
- Check card has sufficient funds
- Ensure card is not expired
- Try different card or payment method
- Contact card issuer if issue persists
Webhook Delivery Issues
Symptoms:- Webhooks not being received
- Events not triggering in your application
- Webhook URL is publicly accessible and uses HTTPS
- Endpoint returns 200 status code within 10 seconds
- Webhook signature verification is implemented
- Firewall allows incoming POST requests
- Endpoint can handle the expected payload size
SMS-Specific Issues
”INSUFFICIENT_BALANCE” Error
Solution:Delivery Failures
Common Issues:- Invalid phone number format
- Recipient opted out of SMS
- Carrier filtering
- International routing issues
Certification Issues
Credential Verification Failures
Symptoms:VERIFICATION_FAILEDerror- Credential appears invalid
- Verify credential ID format
- Check credential hasn’t expired
- Ensure issuer is trusted
- Validate against original credential data
- Check revocation status
Template Issues
Common Problems:- Template not found
- Invalid template data
- Missing required fields
Network and Connectivity
Timeout Issues
Symptoms:- Requests hang or timeout
- Intermittent connection failures
- Increase timeout values (recommended: 30 seconds)
- Implement retry logic with backoff
- Check network connectivity
- Verify DNS resolution
- Use connection pooling for high traffic
SSL/TLS Issues
Symptoms:- SSL certificate verification errors
- Connection refused on 443
- Ensure system has up-to-date CA certificates
- Use TLS 1.2 or higher
- Verify certificate is not expired
- Check firewall allows HTTPS traffic
Development Environment Issues
Local Development Problems
Common Issues:- CORS errors in browser
- Localhost not accessible from external services
- Environment variable issues
Sandbox vs Production
Configuration Differences:| Setting | Sandbox | Production |
|---|---|---|
| Base URL | sandbox.api.hixbe.com | api.hixbe.com |
| API Keys | Test keys only | Live keys only |
| Data | Isolated test data | Real production data |
| Rate Limits | Higher limits | Standard limits |
Monitoring and Debugging
Enable Debug Logging
Check API Status
Visit status.hixbe.com for real-time API status and incident reports.Use Request IDs
All API responses include anX-Request-ID header for tracking:
Getting Help
Support Resources
API Reference
Complete API documentation with examples
Payment FAQ
Payment-specific questions and solutions
SMS FAQ
SMS-specific questions and solutions
Certification FAQ
Certification-specific questions and solutions
Community Forum
Connect with other developers
Status Page
Real-time API status and incidents
Support Ticket
Submit detailed support requests
When to Contact Support
- Persistent authentication failures
- Unexpected API behavior
- Account or billing issues
- Security concerns
- Feature requests
- Integration blockers
Support Request Template
When contacting support, include:Prevention Best Practices
- Test thoroughly in sandbox before production
- Implement proper error handling and retries
- Monitor API usage and error rates
- Keep API keys secure and rotate regularly
- Stay updated with API changes via changelog
- Use the latest API version
- Implement comprehensive logging
Still Having Issues?
If you can’t find a solution above:- Check the changelog for recent changes
- Review API documentation for your specific use case
- Test in sandbox to isolate the issue
- Contact support with detailed information
Contact Support
Get personalized help from our support team