Quick Start
1. Create a free account and generate an API key from the dashboard.
2. Include your key in the X-API-Key header.
curl -X POST https://developers.sgpaynowqr.com/api/v1/generate \
-H "Content-Type: application/json" \
-H "X-API-Key: sgpn_your_key_here" \
-d '{
"payment_type": "uen",
"uen": "201234567A",
"merchant_name": "My Company",
"amount": 25.00
}'Rate Limits
| Tier | Monthly Limit |
|---|---|
| Free | 50 |
| Starter | 200 |
| Pro | 2,000 |
| Enterprise | 10,000 |
API Reference
Loading API reference...