Documentation
Comprehensive guides covering all aspects of QZPay. Browse Docs →
Need help with QZPay? Here’s how to get assistance.
Documentation
Comprehensive guides covering all aspects of QZPay. Browse Docs →
FAQ
Answers to commonly asked questions. View FAQ →
Troubleshooting
Solutions to common issues. Troubleshoot →
Examples
Working code examples. See Examples →
The best place for questions, ideas, and community help.
Use discussions for:
For bug reports and feature requests.
Before opening an issue:
When reporting a bug, please include:
QZPay Version: x.x.xNode.js Version: x.x.xOperating System: Linux/macOS/WindowsPayment Provider: Stripe/MercadoPagoDatabase: PostgreSQL/SQLite/MySQLIf possible, provide a minimal code example that reproduces the issue:
import { createBilling } from '@qazuor/qzpay-core';import { createQZPayStripeAdapter } from '@qazuor/qzpay-stripe';
const billing = createBilling({ paymentAdapter: createQZPayStripeAdapter({ secretKey: 'sk_test_xxx' }), storage});
// Code that causes the issueconst result = await billing.customers.create({ email: 'test@example.com'});// Error: ...Include the full error message and stack trace.
When requesting a feature:
Include:
We will acknowledge receipt within 48 hours and provide updates on our investigation.
For enterprise needs, custom development, or dedicated support:
Enterprise support includes:
| Priority | Response Time |
|---|---|
| Bug Reports | 1-3 business days |
| Feature Requests | 3-5 business days |
| Questions | Community-driven |
| Priority | Response Time |
|---|---|
| Critical | 4 hours |
| High | 1 business day |
| Normal | 2 business days |
| Low | 5 business days |
To get the best help:
The best way to ensure QZPay meets your needs is to contribute! See the Contributing Guide to get started.