Skip to main content

Omise

Quick Start
  1. Sign up at omise.co and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Omise →

Overview

Omise — Southeast Asia payment gateway licensed in TH, JP, SG. Supports cards, internet banking, and local methods.

Provider IDomise
CategoryCard Processors
Websiteomise.co

Supported currencies: THB, JPY, SGD, USD, EUR, GBP

Supported operations: charge, refund, partial_refund


Authentication

  • Method: Basic Auth (secret_key:)
  • Base URL: https://api.omise.co

Configuration

Required Parameters

ParameterDescription
secret_keySecret Key
base_urlBase URL API

Example Configuration

{
"provider": "omise",
"provider_params": {
"secret_key": "your_secret_key_here",
"base_url": "https://api.omise.co"
}
}

Status Mapping

Provider Status4pay StatusDescription
successfulchargedPayment successful
pendingchargingPayment in progress
failedrejectedPayment failed
reversedrefundedRefund processed
expiredrejectedPayment expired

Resources