{
  "id": "a4fd736f-eb29-46ce-aedf-caf1b4574626",
  "slug": "hitpay",
  "name": "HitPay API",
  "provider": "HitPay",
  "category_slug": "payments",
  "description": "Singapore-born payment gateway popular with SMEs: one API for PayNow QR, cards, GrabPay, ShopeePay and more, with no monthly fees. Simple payment-request model that is easier than Stripe for basic use cases.",
  "base_url": "https://api.hit-pay.com/v1",
  "docs_url": "https://docs.hitpayapp.com",
  "openapi_url": null,
  "auth_type": "api_key",
  "auth_guide": [
    "Sign up for a HitPay business account at hitpayapp.com.",
    "In the dashboard go to Settings > Payment Gateway > API Keys and generate keys.",
    "Use sandbox (api.sandbox.hit-pay.com) with sandbox keys for testing.",
    "Send the key as the X-BUSINESS-API-KEY header on every request.",
    "Configure a webhook URL to receive payment confirmations."
  ],
  "pricing": "paid",
  "rate_limit": null,
  "example_request": "curl -X POST 'https://api.hit-pay.com/v1/payment-requests' -H 'X-BUSINESS-API-KEY: YOUR_KEY' -H 'Content-Type: application/x-www-form-urlencoded' -d 'amount=10.00&currency=SGD&email=buyer@example.com'",
  "example_response_snippet": "{\"id\":\"9f2...\",\"status\":\"pending\",\"currency\":\"sgd\",\"amount\":\"10.00\",\"url\":\"https://hit-pay.com/payment-request/@...\"}",
  "agent_notes": "The payment-request URL is a hosted checkout page; redirect the customer there. Webhook payloads are form-encoded and HMAC-signed with your salt, not JSON.",
  "status": "live",
  "tags": [
    "hitpay",
    "paynow",
    "sme",
    "payments",
    "singapore"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T08:32:43.978Z",
  "updated_at": "2026-07-05T09:15:26.881Z",
  "page_url": "https://singaporeapi.com/apis/hitpay"
}