Introduction#
OMISE is a payment gateway for Thailand, Japan and Singapore; providing both online and offline payment solutions to merchants - from startups to large enterprises.
Follow this guide to integrate OMISE acceptance on your mobile app or website.
Supported Countries#
- Thailand 🇹🇭
- Singapore 🇸🇬
- Malaysia 🇲🇾
Available payment methods#
| Payment Type | Payment Method Key | Currency | Status | Sandbox Availability |
|---|
| PayNow | OMISE_PAYNOW | SGD | ✅ | ✅ |
| International Credit Cards | OMISE_CREDIT_CARD | THB, SGD, MYR | ✅ | ✅ |
| TrueMoney Wallet | OMISE_TRUEMONEY | THB | ✅ | ✅ |
| AliPay Wallet | OMISE_ALIPAY | THB | ✅ | ✅ |
| AliPay+ Wallet | OMISE_ALIPAY_CN | SGD | ✅ | ✅ |
| PromptPay | OMISE_PROMPTPAY | THB | ✅ | ✅ |
| Rabbit LinePay Wallet | OMISE_RABBIT_LINEPAY | THB | ✅ | ✅ |
| Installment | OMISE_INSTALLMENT | THB | ✅ | ✅ |
| Installment | OMISE_INSTALLMENT | THB | ✅ | ✅ |
| GrabPay Wallet | OMISE_GRABPAY | MYR | ✅ | ✅ |
| Boost Wallet | OMISE_BOOST | MYR | ✅ | ✅ |
| Touch 'n Go Wallet | OMISE_TOUCHNGO | MYR | ✅ | ✅ |
| DuitNOW QR | OMISE_DUITNOW_QR | MYR | ✅ | ✅ |
| DuitNOW Online Banking/Wallets | OMISE_DUITNOW_OBW | MYR | ✅ | ✅ |
Miscellaneous Details#
- Copy the Webhook URL provided in the PortOne Admin Dashboard & paste it to the Omise Webhoook Settings for given products
- CreditCard Payments
- E-Wallets
Refunds#
- Refunds can be initialized from the merchant portal, for refund status please check the Omise Dashboard
Sandbox#
Use following values in embedded JS code to pay via Omise channel#
Credentials#
Thailand#
| Key | Value |
|---|
| publicKey | pkey_test_5oocaw8wfg3fp5dtm6v |
| secretKey | skey_test_5n73f94m53eqkehbkee |
Singapore#
| Key | Value |
|---|
| publicKey | pkey_test_5p9y3kx6sczecdxmi87 |
| secretKey | skey_test_5p9y3kx70ofsvr8az0c |
Malaysia#
| Key | Value |
|---|
| publicKey | pkey_test_5vns2fb3foc39rnc74p |
| secretKey | skey_test_5vns2fc9kuiozfx2eyz |
Reference links#