Opn Payments (Omise) API
Commercialby Opn Payments
Regional payment gateway (formerly Omise) operating in Singapore, Thailand and Japan with cards, PayNow and local payment methods. Clean REST API with a tokenization-first design.
How to authenticate
- 1Sign up at dashboard.omise.co and select Singapore as your country.
- 2Copy test public and secret keys from the dashboard.
- 3Tokenize cards client-side with the public key (vault.omise.co).
- 4Create charges server-side with the secret key via HTTP Basic auth.
- 5Complete merchant verification for live keys.
Example request
curl https://api.omise.co/charges -u skey_test_YOUR_KEY: -d amount=100000 -d currency=sgd -d 'source[type]'=paynowExample response
{"object":"charge","id":"chrg_test_...","amount":100000,"currency":"sgd","status":"pending","source":{"type":"paynow","scannable_code":{...}}}Notes for AI agents
Amounts are in cents (subunits). PayNow charges return a scannable_code QR to display; completion arrives by webhook.
Machine-readable version: /api/apis/omise-opn
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.