API

Integrate next-gen crypto payment infrastructure into your existing ecosystem with just a few lines of code. Simple, secure, and ready for scale.

REST API

Powerful endpoints for creating payments, managing refunds, and tracking transaction status.

Explore Docs

Webhooks

Real-time notifications for payment events directly to your server.

Setup Webhooks
curl -X POST https://api.pay.halochat.io/api/v1/transactions/pay \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "amount": "100.00",
    "currency": "USD",
    "order_id": "ORD-123",
    "callback_url": "https://your-site.com/callback"
  }'