Support
Get help with HivePay integration and troubleshooting.
Contact Us
Discord
Join our Discord community for:
- Real-time help from the team and community
- Feature discussions and announcements
- Integration tips and best practices
Update Required
Replace YOUR_INVITE_CODE with your actual Discord invite link.
Email Support
For private inquiries, security issues, or account-related questions:
We aim to respond within 24-48 hours on business days.
Update Required
Replace with your actual support email address.
Self-Help Resources
Documentation
- Getting Started - New to HivePay? Start here
- Payment Integration - Create and manage payments
- SDK Reference - TypeScript client library
- Dashboard Guide - Merchant dashboard usage
API Reference
- OpenAPI Specification - Full API documentation
- Error Codes - Understanding error responses
Common Issues
Authentication Errors
Symptom: 401 Unauthorized or AUTHENTICATION_ERROR
Solutions:
- Verify your API key is correct
- Check the API key hasn't been regenerated
- Ensure the
Authorizationheader is formatted correctly:Bearer sk_live_xxx
Webhook Not Received
Symptom: Your webhook endpoint isn't receiving notifications
Solutions:
- Verify webhook URL is configured in Settings
- Ensure URL is HTTPS and publicly accessible
- Check your server logs for incoming requests
- Test with local webhook server:
pnpm test:webhook
AML Limit Reached
Symptom: 403 Forbidden with message AML limit reached. Please contact us at [email protected] to perform KYC verification process.
Cause: Your merchant account has been flagged because a single transaction or your cumulative payment volume within a short timeframe exceeded AML thresholds.
Solutions:
- Email [email protected] with your merchant account details
- Complete the KYC verification process
- Once verified, payment creation will resume automatically
Payment Not Completing
Symptom: Payment stuck in pending or processing
Solutions:
- Verify the Hive transaction was submitted
- Check blockchain explorers for transaction status
- Wait for blockchain confirmation (typically 3 seconds)
- Contact support if issue persists
SDK Installation Issues
Symptom: Cannot import @hivepay/client
Solutions:
- Verify Node.js version is 18+
- Run
pnpm installto ensure dependencies are installed - Check for conflicting package versions
Reporting Bugs
Found a bug? Report it on GitHub:
Please include:
- Steps to reproduce
- Expected vs actual behavior
- SDK version
- Node.js version
- Relevant code snippets
Feature Requests
Have an idea for HivePay? We'd love to hear it:
System Status
Check current system status and planned maintenance:
Business Inquiries
For partnerships, enterprise pricing, or custom integrations:
Update Required
Replace with your actual business email address.