Skip to content

taylorbrooks/forte-payments-ruby

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A Ruby wrapper for the Forte Payments API

Learn about the Forte Payments REST API at https://www.forte.net/devdocs/api_resources/forte_api

Installation

Add this line to your application's Gemfile:

  # in your Gemfile
  gem 'forte-payments'

  # then...
  bundle install

Usage

  client = FortePayments::Client.new(
    api_key:     api_key,
    secure_key:  secure_key,
    account_id:  account_id,
    location_id: location_id
  )

History

View the changelog This gem follows Semantic Versioning

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help:

Copyright

Copyright (c) 2015 Taylor Brooks. See LICENSE for details.

About

A Ruby wrapper for the Forte Rest API (https://www.forte.net/devdocs/api_resources)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages