Skip to content

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 received
  • order.completed - Order fulfilled
  • order.refunded - Order refunded
  • subscription.created - New subscription
  • subscription.renewed - Subscription renewed
  • subscription.cancelled - Subscription cancelled
  • product.created - Product added
  • product.updated - Product modified
  • product.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.created
  • customer.updated
  • inventory.low
  • payout.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:

Built for game developers, by game developers.