Helix-Pay - Developers
Payments simplified, via API
Quickstart
Set up your sandbox and make your first sandbox payment.
curl
- curl
curl -X POST \
https://api.helix-pay.net/v1/payments \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"amount": 1000, "currency":"EUR", "description":"My First Payment"}'