Changelog
All notable changes to the Pixlpay API.
API Version 1.0 (December 2025)
Added
External API - Full REST API for store integrations
- Products: List, view products
- Orders: List, view, fulfill orders
- Customers: List, view customers with statistics
- Analytics: Revenue and sales data endpoints
- Webhooks: Full CRUD for webhook endpoints
Authentication
- Bearer token authentication
- Granular scopes for access control
- Rate limiting with configurable limits
- Token rotation and revocation
Webhooks
- Real-time event notifications
- HMAC SHA-256 signature verification
- Automatic retry with exponential backoff
- Test endpoint for debugging
Webhook Events
order.created- Order created (before payment)order.paid- Payment receivedorder.completed- Order fulfilledorder.refunded- Order refundedsubscription.created- New subscriptionsubscription.renewed- Subscription renewedsubscription.cancelled- Subscription cancelledproduct.created- Product addedproduct.updated- Product modifiedproduct.deleted- Product removed
Security
- Tenant isolation on all endpoints
- SQL injection prevention
- LIKE pattern escaping
- Sort field validation
Coming Soon
Planned Features
- Product write endpoints (create, update, delete)
- Customer update endpoints
- Subscription management
- Coupon/discount endpoints
- Batch operations
- GraphQL API
- Official SDKs (PHP, Node.js, Python)
Webhook Events (Planned)
customer.createdcustomer.updatedinventory.lowpayout.completed
Deprecation Policy
- Deprecated features will be announced at least 6 months before removal
- Breaking changes will increment the API version
- Old versions will be supported for at least 12 months after deprecation
Need Something?
Missing a feature? Let us know:
- Email: developer@pixlpay.net
- Discord: discord.gg/pixlpay