Documentation

API Documentation

Complete guides for the Gateway API. Authentication, payments, webhooks, security, and reconciliation.

Quick Start
Authentication

Authenticate API requests using your API key in the X-API-Key header. Get your API keys from your merchant dashboard after registration.

curl -X POST https://stixpay.com/api/gateway/request.php \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"amount": 50.00, "currency": "EUR", "merchant_order_id": "ORDER_123"}'
Get API keys โ†’