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#