API
단 몇 줄의 코드로 기존 에코시스템에 차세대 암호화폐 결제 인프라를 통합하세요. 간편하고 안전하며 확장 준비가 되어 있습니다.
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" }'