Swiftz API Reference
Swiftz provides a simple REST API for accepting cryptocurrency payments. Integrate in minutes.
No SDK required. Swiftz uses standard HTTP requests that work with any language.
curl -X POST https://api.Swiftz.app/v1/checkout \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"amount": AMOUNT, "currency": "CURRENCY", "webhook_url": "https://yoursite.com/webhook"}'{
"id": "chk_7x9k2m",
"checkout_url": "https://Swiftz.app/pay/chk_7x9k2m",
"amount": AMOUNT,
"currency": "CURRENCY",
"status": "pending",
"created_at": "2024-01-15T10:30:00Z"}