For developers
API Documentation
A clean, RESTful API with 99.9% uptime and under 80ms latency. Integrate PhonixPay in minutes.
Quick start
curl -X POST https://api.phonixpay.com/v1/payments \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"amount": 5000,
"currency": "USD",
"description": "Order #1234"
}'Core Endpoints
POST
/v1/paymentsCreate a new paymentGET
/v1/payments/:idRetrieve a paymentGET
/v1/paymentsList all paymentsPOST
/v1/refundsIssue a refundPOST
/v1/payment-linksCreate a payment linkGET
/v1/balanceGet account balancePOST
/v1/payoutsRequest a payoutGET
/v1/webhooksList webhook endpointsREST API
Standard HTTP methods with JSON responses
Webhooks
Real-time event notifications to your server
SDKs
Official libraries for Node.js, Python, PHP