Skip to content
forked from omise/examples

Examples for implementing Omise Libraries

License

Notifications You must be signed in to change notification settings

jrubiano01/examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Examples for implementing Omise Libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 80.3%
  • HTML 6.5%
  • Hack 5.1%
  • Java 2.8%
  • PHP 1.9%
  • C# 1.5%
  • Other 1.9%