No commit activity in last 3 years
No release in over 3 years
EveryPay gateway for Active Merchant
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.8.23
~> 0.12.2
>= 0
~> 3
~> 5

Runtime

 Project Readme

EveryPay gateway for Active Merchant

Build Status Coverage Status

Install

$ gem install active_merchant_every_pay

Usage

require "active_merchant_every_pay"

gateway = ActiveMerchant::Billing::EveryPayGateway.new(
  api_username: "abc12345",
  api_secret: "asdsasdsdasd",
  account_name: "EUR1",
  gateway_url: "https://igw-demo.every-pay.com/api/v3",
  customer_url: "https://shop.example.com/cart"
)

# Authorize for 10 euros and 34 cents
response = gateway.authorize(1034, order_reference: "order #123", email: "client@example.com", customer_ip: "127.0.0.1")

# Use this url to redirect user to merchant portal
response.authorization

# Read status
gateway.result(payment_reference: response.payment_reference)

Gateways

SEB

test: https://igw-demo.every-pay.com/api/v3
production: https://payment.ecommerce.sebgroup.com/api/v3