Stripe (Singapore, incl. PayNow)
Commercialby Stripe
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.
How to authenticate
- 1Create a Stripe account at dashboard.stripe.com and activate it for Singapore.
- 2Copy your test secret key (sk_test_...) from Developers > API keys.
- 3Enable PayNow in Dashboard > Settings > Payment methods.
- 4Call the API with the key as HTTP Basic auth username (curl -u sk_test_...:).
- 5Switch to live keys after completing business verification.
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[]'=paynowExample response
{"id":"pi_3...","object":"payment_intent","amount":1000,"currency":"sgd","payment_method_types":["paynow"],"status":"requires_payment_method"}Notes for AI agents
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.
Machine-readable version: /api/apis/stripe-sg-paynow
Related APIs
2C2P Payment Platform API
2C2P
Southeast Asia payments processor headquartered in Singapore, covering cards, QR payments and 250+ local payment methods across the region. Suited to merchants selling into multiple SEA markets.
Adyen
Adyen N.V.
Enterprise payments platform with a single Checkout API for cards and local payment methods. In Singapore it supports PayNow (SGD, SG only) with real-time payments, QR code integration, refunds, partial refunds and separate captures via the standard /payments endpoint with paymentMethod.type set to paynow.
Airwallex API
Airwallex
Global business accounts, multi-currency wallets, payouts, cards and payment acceptance with strong Singapore entity support. Common choice for SG companies paying overseas suppliers or holding multi-currency balances.
FOMO Pay
FOMO Pay Pte Ltd
Singapore MAS-licensed major payment institution providing a banking-grade API for accounts, balances, virtual accounts, beneficiaries, outgoing transfers and transaction data. Known in SG for QR payment acceptance (PayNow/SGQR) and digital-currency-to-fiat settlement rails for merchants.