Omise
Quick Start
- Sign up at omise.co and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Omise — Southeast Asia payment gateway licensed in TH, JP, SG. Supports cards, internet banking, and local methods.
| Provider ID | omise |
| Category | Card Processors |
| Website | omise.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
| Parameter | Description |
|---|---|
secret_key | Secret Key |
base_url | Base URL API |
Example Configuration
{
"provider": "omise",
"provider_params": {
"secret_key": "your_secret_key_here",
"base_url": "https://api.omise.co"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
successful | charged | Payment successful |
pending | charging | Payment in progress |
failed | rejected | Payment failed |
reversed | refunded | Refund processed |
expired | rejected | Payment expired |