Examples for implementing Omise Gateway using various libraries
PHP omise-php
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
Example Java server receiving token generated using
Card.js and then creating a
Customer
object and charging it.
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.