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 payment
GET/v1/payments/:idRetrieve a payment
GET/v1/paymentsList all payments
POST/v1/refundsIssue a refund
POST/v1/payment-linksCreate a payment link
GET/v1/balanceGet account balance
POST/v1/payoutsRequest a payout
GET/v1/webhooksList webhook endpoints

REST API

Standard HTTP methods with JSON responses

Webhooks

Real-time event notifications to your server

SDKs

Official libraries for Node.js, Python, PHP