0.01
No commit activity in last 3 years
No release in over 3 years
A Ruby wrapper for the Forte Payment REST API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

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.