0.0
No commit activity in last 3 years
No release in over 3 years
Adds activemerchant gateway support for hash validation, querying transactions, and submitting payment via hosted forms
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
Beanstreamy
===========

A simple utility library for the Beanstream payment gateway. Currently includes a helper method for using beanstream's hosted payment page.

Example
=======

After setting your merchant id and hash key in the initializer file, you can create a form to submit to the hosted payment page using:

<% beanstream_hosted_payment_form :order_id => 5, :amount => 34.45 do -%>
  <!-- any other beanstream fields you'd like to submit, e.g. ordName. -->
  <%= submit_tag "Checkout with Beanstream" %>
<% end -%>

Copyright (c) 2010 Jeff Siegel, released under the MIT license