Welcome to Bluepay

Bluepay is used to process credit cards and ach transactions using the BluePay 2.0 Gateway.

BluePay, Inc. is a merchant account provider and payment gateway. The BluePay 2.0 Gateway processes credit card and ACH transactions through a virtual terminal and various API/SDK/Payment Interfaces.

To apply for a BluePay merchant account and payment gateway, visit www.bluepay.com.

Example

require "Bluepay"

tob = Bluepay.new("123123123123", "ABCDabcdABCDabcdABCDabcdABCDabcd")
tob.easy_sale("1.00")
tob.use_card("4111111111111111", "1109", "123")
tob.process()
puts "Status: " + tob.get_status()
puts "Message: " + tob.get_message()
puts "Transaction ID: " + tob.get_trans_id()

About

Author

Chris Jansen

ReadmeDoc

Christopher Kois

Copyright

Copyright © 2008 BluePay, Inc.

License

GPL - GNU General Public License - www.gnu.org/licenses/gpl.html