GithubHelp home page GithubHelp logo

hungkv / gmo-payment-ruby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from t-k/gmo-payment-ruby

0.0 2.0 0.0 189 KB

Ruby client library for the GMO Payment Platform.

Home Page: https://rubygems.org/gems/gmo

License: MIT License

Ruby 100.00%

gmo-payment-ruby's Introduction

GMO

Gem Version Build Status

GMO is a Ruby client library for the GMO Payment Platform, supporting the PG Multi Payment API, exec transactions, register users, and so on.

Installation

Install GMO as a gem:

gem install gmo

or add to your Gemfile:

# Gemfile
gem "gmo"

and run bundle install to install the dependency.

TODO

  • add supported APIs
  • improve docs

Usage

require 'gmo'
# setup
gmo = GMO::Payment::ShopAPI.new({:shop_id => "SHOP_ID", :shop_pass => "SHOP_PASS", :host => "foo.mul-pay.jp"})
#
option = {
  :order_id => 1,
  :job_cd   => "AUTH",
  :amount   => 100
}
result = gmo.entry_tran(option)

More documentation available on the wiki.

Contributors

Patches contributed by those people.

gmo-payment-ruby's People

Contributors

t-k avatar tkiha avatar ngs avatar mcfiredrill avatar amatsuda avatar ryooob avatar toshiwo avatar kazuooooo avatar keichan34 avatar cameluby avatar fukayatsu avatar k0uki avatar pyonnuka avatar htz avatar

Watchers

James Cloos avatar hungkv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.