/examples

Examples for implementing Omise Libraries

Primary LanguageRubyGNU General Public License v2.0GPL-2.0

Omise Source Code Examples

Examples for implementing Omise Gateway using various libraries

The PHP example contains a front end form with the credit card which generates the token. The token is send to the checkout.php (server side) for creating a charge with Omise using the Secret Key.

Ruby on Rails - ActiveMerchant

A demo store using Spree and Omise-ActiveMerchant plugin

Java

Example Java server receiving token generated using Card.js and then creating a Customer object and charging it.

ASP.NET Web Forms

Example ASP.NET Web Forms integration, with two pages. One using Card.js for customer to enter credit card, another to receive the form and charging the token.