Omise_Gateway

Magento Extension
Download latest - 1.12.0

Developers

omise (Omise)

Solidifying your checkout experience can really be hassle-free. The Omise payment extension comes complete with powerful payment features that allows you to easily and securely accept credit/debit card payments on your store.

For the service pricing, we charge 3.65% per transaction. In other words, We only charge you when you make money. There is no minimum monthly volume nor minimum fee. You can start and stop using us anytime you want at no charge. However, a 7% Vat is applied on top of Omise fee.
Further information, please check https://www.omise.co/pricing

Accepting payments
Omise payment platform is built with the whole customer experience in mind. The service is white-labeled, meaning that your customers never get redirected offsite when making payments, and you never lose sales because of drop-offs.

We also provide a JavaScript library, Omise.js which is a ready-built checkout form that is carefully designed and refined to reduce shopping friction for your customers.

The Infrastructure
The platform is architected for the highest levels of reliability and scale with 99.99% availability. Our current transaction throughput benchmark is at 100 million transactions per day — which means congestion free for peak processing times.

We don't rely on third-party payment providers to deliver domestic payments, thereby eliminating an additional point of failure while at the same time improving the customer experience.

Security
Omise reduces your PCI scope by providing a JavaScript library which directly sends sensitive card information from your customer's browser to Omise's servers. This means that the transaction is routed through our servers, while your customer gets to complete the payments on your site.

- PCI DSS 3.2 compliance
- Tokenization
- HTTPS/TLS
- 24/7 Monitoring

Reporting
When integrating Omise, you are provided with a dashboard which displays realtime data visualisation of your account's balances. Here, you can expect to find your balances, history of transfers, and list of any refunds/disputes you have.
Transaction data can be exported in CSV format.

There's also advance search which helps narrow down your search to specific dates, charges or filter transactions from specific time periods.
*The Dashboard App is coming soon.

User Guides
Please check the following link to see "Installation Instruction" & "User Guides".
http://omise.co/magento-plugin

Releases (7)

Date Version Notes
2017-05-24 1.12.0

Hi there, here is the latest release from us.

RELEASE NOTE

Highlights

- Provides a solution for One Step Checkout extensions.

Enhancements

- Refactor and clean up code in Block/Form/Cc.php class and payment/form/omisecc.phtml form

---

For more detail, please check our release note below.
https://github.com/omise/omise-magento/releases/tag/v1.12

2017-04-03 1.11.0

Hi there, here is the latest release from us.

RELEASE NOTE

Enhancements

- Update Omise-PHP library to v2.7.1.

Bug Fixes

- Fix case-sensitive filename issue.

---

For more detail, please check our release note below.
https://github.com/omise/omise-magento/releases/tag/v1.11

2017-03-08 1.10.0

Highlights

- Add option to allows merchant config a card type support by themselves.

2017-03-07 1.8.0.0

Highlights


- Introduce 3-D Secure feature!

- Introduce Internet Banking feature!

- Support JPY, IDR and SGD currencies.

Enhancements


- Refactor the PaymentMethod class for the extensibility, polymorphism and reduce code complexity that usually, will keep maintain in only one file (Omise_Gateway_Model_PaymentMethod).

- Import squizlabs/php_codesniffer package to the project.

- Code styling.

2016-08-21 1.9.0.6

_last updated: Aug 11, 2016_

## Objective

#### 1. MAKE PLUGIN WORKS WELL WITH MAGENTO'S TEMPLATE (ENHANCEMENT) (PR #24)
For the previous, some users could't use Omise's checkout form because their theme/template doesn't include/import jQuery library to the project at the initial step that our plugin required. (they always got "Need Omise's key" error when try to checkout the order)

This enhancement's providing a solution to detach the 3rd-party library out from the project to make those templates work.

## Tested on

**PHP 5.6.21**

**Magento (community edition) 1.9.2.4**

---
See [CHANGELOG.md](https://github.com/omise/omise-magento/blob/master/CHANGELOG.md#1906-2016-08-10) for more information.

2016-01-05 1.9.0.5

- Fixed Check authorized and captured status before continue the charge action.

- Fixed Disable submit button action when user clicks submit.

- Updated Extends Mage_Payment_Model_Method_Abstract class instead of Mage_Payment_Model_Method_Cc in the payment method class.

2015-08-16 1.9.0.3

First stable release