SGPayNowQR API Documentation

Generate EMVCo-compliant Singapore PayNow QR codes via REST API.

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

TierMonthly Limit
Free50
Starter200
Pro2,000
Enterprise10,000

API Reference

Loading API reference...