API v1.2.0 — All systems operational

Build with Kaadxpay

Accept payments, send payouts, and manage FX across Southeast Asia. Integrate in minutes with our RESTful APIs and official SDKs.

Everything you need to integrate

Start accepting payments in minutes

Create a payment with just a few lines of code

curl -X POST https://api.kaadxpay.com/v1/payments \
  -H "Authorization: Bearer sk_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "app_id": "APP001",
    "out_order_no": "ORD-001",
    "amount": "100.00",
    "currency": "USD",
    "pay_type": "credit_card",
    "notify_url": "https://shop.com/callback"
  }'

API Coverage