{
  "id": "ea75159d-b1dc-448e-af0c-0f5cd4d22e7e",
  "slug": "stripe-sg-paynow",
  "name": "Stripe (Singapore, incl. PayNow)",
  "provider": "Stripe",
  "category_slug": "payments",
  "description": "Full-stack payments API with first-class Singapore support: cards, PayNow QR, GrabPay and Alipay through one PaymentIntents integration. The default choice for SG SaaS and online businesses.",
  "base_url": "https://api.stripe.com/v1",
  "docs_url": "https://docs.stripe.com/payments/paynow",
  "openapi_url": "https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json",
  "auth_type": "api_key",
  "auth_guide": [
    "Create a Stripe account at dashboard.stripe.com and activate it for Singapore.",
    "Copy your test secret key (sk_test_...) from Developers > API keys.",
    "Enable PayNow in Dashboard > Settings > Payment methods.",
    "Call the API with the key as HTTP Basic auth username (curl -u sk_test_...:).",
    "Switch to live keys after completing business verification."
  ],
  "pricing": "paid",
  "rate_limit": null,
  "example_request": "curl https://api.stripe.com/v1/payment_intents -u sk_test_YOUR_KEY: -d amount=1000 -d currency=sgd -d 'payment_method_types[]'=paynow",
  "example_response_snippet": "{\"id\":\"pi_3...\",\"object\":\"payment_intent\",\"amount\":1000,\"currency\":\"sgd\",\"payment_method_types\":[\"paynow\"],\"status\":\"requires_payment_method\"}",
  "agent_notes": "PayNow payments are SGD-only and confirmation is asynchronous via webhook (payment_intent.succeeded). Test mode simulates the PayNow QR flow without a real bank app.",
  "status": "live",
  "tags": [
    "stripe",
    "paynow",
    "cards",
    "payments",
    "sgd"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T08:44:12.195Z",
  "updated_at": "2026-07-05T09:15:26.871Z",
  "page_url": "https://singaporeapi.com/apis/stripe-sg-paynow"
}