source stringclasses 1
value | repo stringlengths 5 63 | repo_url stringlengths 24 82 | path stringlengths 5 167 | language stringclasses 1
value | license stringclasses 5
values | stars int64 10 51.4k | ref stringclasses 23
values | size_bytes int64 200 258k | text stringlengths 137 258k |
|---|---|---|---|---|---|---|---|---|---|
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/allied_wallet.rb | Ruby | mit | 4,597 | master | 6,384 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class AlliedWalletGateway < Gateway
self.display_name = 'Allied Wallet'
self.homepage_url = 'https://www.alliedwallet.com'
self.live_url = 'https://api.alliedwallet.com/merchants/'
self.supported_countries = ['US']
self.defau... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/flo2cash.rb | Ruby | mit | 4,597 | master | 6,780 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class Flo2cashGateway < Gateway
self.display_name = 'Flo2Cash'
self.homepage_url = 'http://www.flo2cash.co.nz/'
self.test_url = 'https://demo.flo2cash.co.nz/ws/paymentws.asmx'
self.live_url = 'https://secure.flo2cash.co.nz/ws/paymen... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/payeezy.rb | Ruby | mit | 4,597 | master | 18,718 | module ActiveMerchant
module Billing
class PayeezyGateway < Gateway
class_attribute :integration_url
version 'v1'
self.test_url = "https://api-cert.payeezy.com/#{fetch_version}"
self.integration_url = "https://api-cat.payeezy.com/#{fetch_version}"
self.live_url = "https://api.payee... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/flex_charge.rb | Ruby | mit | 4,597 | master | 13,268 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class FlexChargeGateway < Gateway
version 'v1'
self.test_url = "https://api-sandbox.flex-charge.com/#{fetch_version}/"
self.live_url = "https://api.flex-charge.com/#{fetch_version}/"
self.supported_countries = ['US']
self.def... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/forte.rb | Ruby | mit | 4,597 | master | 10,143 | require 'json'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class ForteGateway < Gateway
include Empty
version 'v2'
self.test_url = "https://sandbox.forte.net/api/#{fetch_version}"
self.live_url = "https://api.forte.net/#{fetch_version}"
self.supported_countries = ['U... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/transact_pro.rb | Ruby | mit | 4,597 | master | 7,592 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# For more information visit {Transact Pro Services}[https://www.transactpro.lv/business/]
#
# This gateway was formerly associated with www.1stpayments.net
#
# Written by Piers Chambers (Varyonic.com)
class TransactProGateway < Gateway
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/plugnpay.rb | Ruby | mit | 4,597 | master | 10,203 | module ActiveMerchant
module Billing
class PlugnpayGateway < Gateway
class PlugnpayPostData < PostData
# Fields that will be sent even if they are blank
self.required_fields = %i[publisher_name publisher_password
card_amount card_name card_number card_exp or... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/simetrik.rb | Ruby | mit | 4,597 | master | 15,057 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class SimetrikGateway < Gateway
version 'v1'
version 'v2', :audience_api
self.test_url = "https://payments.sta.simetrik.com/#{fetch_version}"
self.live_url = "https://payments.simetrik.com/#{fetch_version}"
class_attribute :t... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/borgun.rb | Ruby | mit | 4,597 | master | 9,402 | require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class BorgunGateway < Gateway
self.display_name = 'Borgun'
self.homepage_url = 'http://www.borgun.com'
self.test_url = 'https://gatewaytest.borgun.is/ws/Heimir.pub.ws:Authorization'
self.live_url = 'https://gatew... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/priority.rb | Ruby | mit | 4,597 | master | 15,061 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PriorityGateway < Gateway
version 'v3'
version 'v1', :verify_card_api
version 'v1', :jwt_api
# Sandbox and Production
self.test_url = "https://sandbox.api.mxmerchant.com/checkout/#{fetch_version}/payment"
self.live... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/latitude19.rb | Ruby | mit | 4,597 | master | 13,841 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class Latitude19Gateway < Gateway
self.display_name = 'Latitude19 Gateway'
self.homepage_url = 'http://www.l19tech.com'
self.live_url = 'https://gateway.l19tech.com/payments/'
self.test_url = 'https://gateway-sb.l19tech.com/payments... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/payu_latam.rb | Ruby | mit | 4,597 | master | 18,458 | require 'digest/md5'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PayuLatamGateway < Gateway
version '4.0'
self.display_name = 'PayU Latam'
self.homepage_url = 'http://www.payulatam.com'
self.test_url = "https://sandbox.api.payulatam.com/payments-api/#{fetch_version}/s... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/usa_epay_advanced.rb | Ruby | mit | 4,597 | master | 61,643 | require 'securerandom'
require 'digest'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# ==== USA ePay Advanced SOAP Interface
#
# This class encapsulates USA ePay's Advanced SOAP Interface. The Advanced Soap Interface allows
# standard transactions, storing customer information, and recurr... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/authorize_net.rb | Ruby | mit | 4,597 | master | 41,366 | require 'nokogiri'
module ActiveMerchant
module Billing
class AuthorizeNetGateway < Gateway
include Empty
self.test_url = 'https://apitest.authorize.net/xml/v1/request.api'
self.live_url = 'https://api2.authorize.net/xml/v1/request.api'
self.supported_countries = %w(AU CA US)
self... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/firstdata_e4_v27.rb | Ruby | mit | 4,597 | master | 18,242 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class FirstdataE4V27Gateway < Gateway
self.test_url = 'https://api.demo.globalgatewaye4.firstdata.com/transaction/v28'
self.live_url = 'https://api.globalgatewaye4.firstdata.com/transaction/v28'
TRANSACTIONS = {
sale: '00... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/versa_pay.rb | Ruby | mit | 4,597 | master | 10,229 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class VersaPayGateway < Gateway
self.test_url = 'https://uat.versapay.com'
self.live_url = 'https://secure.versapay.com'
self.supported_countries = ['US']
self.default_currency = 'USD'
self.money_format = :cents
self.sup... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/ezic.rb | Ruby | mit | 4,597 | master | 5,635 | module ActiveMerchant
module Billing
class EzicGateway < Gateway
self.live_url = 'https://secure-dm3.ezic.com/gw/sas/direct3.2'
self.supported_countries = %w(AU CA CN FR DE GI IL MT MU MX NL NZ PA PH RU SG KR ES KN GB US)
self.default_currency = 'USD'
self.supported_cardtypes = %i[visa ma... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/viaklix.rb | Ruby | mit | 4,597 | master | 6,262 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class ViaklixGateway < Gateway
class_attribute :test_url, :live_url, :delimiter, :actions
self.test_url = 'https://demo.viaklix.com/process.asp'
self.live_url = 'https://www.viaklix.com/process.asp'
self.delimiter = "\r\n"
se... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/alelo.rb | Ruby | mit | 4,597 | master | 8,636 | require 'jose'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class AleloGateway < Gateway
class_attribute :prelive_url
self.test_url = 'https://sandbox-api.alelo.com.br/alelo/sandbox/'
self.live_url = 'https://api.alelo.com.br/alelo/prd/'
self.prelive_url = 'https://api.homolo... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/vpos.rb | Ruby | mit | 4,597 | master | 8,358 | require 'digest'
require 'jwe'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class VposGateway < Gateway
self.test_url = 'https://vpos.infonet.com.py:8888'
self.live_url = 'https://vpos.infonet.com.py'
self.supported_countries = ['PY']
self.default_currency = 'PYG'
self.... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/beanstream_interac.rb | Ruby | mit | 4,597 | master | 1,719 | require 'active_merchant/billing/gateways/beanstream/beanstream_core'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class BeanstreamInteracResponse < Response
def redirect
params['pageContents']
end
end
class BeanstreamInteracGateway < Gateway
include BeanstreamCore
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/secure_net.rb | Ruby | mit | 4,597 | master | 8,975 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class SecureNetGateway < Gateway
version '4.0'
TRANSACTIONS = {
auth_only: '0000',
auth_capture: '0100',
prior_auth_capture: '0200',
void: '0400',
credit: ... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/plexo.rb | Ruby | mit | 4,597 | master | 12,567 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PlexoGateway < Gateway
version 'v1'
self.test_url = "https://api.testing.plexo.com.uy/#{fetch_version}/payments"
self.live_url = "https://api.plexo.com.uy/#{fetch_version}/payments"
self.supported_countries = ['UY']
sel... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/cenpos.rb | Ruby | mit | 4,597 | master | 11,082 | require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class CenposGateway < Gateway
self.display_name = 'CenPOS'
self.homepage_url = 'https://www.cenpos.com/'
self.live_url = 'https://ww3.cenpos.net/6/transact.asmx'
self.test_url = 'https://abistaging.cenpos.net/6/t... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/pay_arc.rb | Ruby | mit | 4,597 | master | 23,968 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PayArcGateway < Gateway
version 'v1'
self.test_url = "https://testapi.payarc.net/#{fetch_version}"
self.live_url = "https://api.payarc.net/#{fetch_version}"
self.supported_countries = ['US']
self.default_currency = 'usd... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/conekta.rb | Ruby | mit | 4,597 | master | 8,764 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class ConektaGateway < Gateway
self.live_url = 'https://api.conekta.io/'
self.supported_countries = ['MX']
self.supported_cardtypes = %i[visa master american_express carnet]
self.homepage_url = 'https://conekta.io/'
self.displ... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/fortis.rb | Ruby | mit | 4,597 | master | 12,299 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class FortisGateway < Gateway
self.test_url = 'https://api.sandbox.fortis.tech/v1'
self.live_url = 'https://api.fortis.tech/v1'
self.supported_countries = %w{US CA}
self.default_currency = 'USD'
self.supported_cardtypes = %i[v... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/vantiv_express.rb | Ruby | mit | 4,597 | master | 24,589 | require 'nokogiri'
require 'securerandom'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class VantivExpressGateway < Gateway
self.test_url = 'https://certtransaction.elementexpress.com'
self.live_url = 'https://transaction.elementexpress.com'
self.supported_countries = ['US']
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/pay_junction.rb | Ruby | mit | 4,597 | master | 15,732 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# PayJunction Gateway
#
# This gateway accepts the following arguments:
# :login => your PayJunction username
# :password => your PayJunction pass
#
# Example use:
#
# gateway = ActiveMerchant::Billing::Base.gateway(... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/datatrans.rb | Ruby | mit | 4,597 | master | 9,780 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class DatatransGateway < Gateway
version 'v1'
self.test_url = "https://api.sandbox.datatrans.com/#{fetch_version}/"
self.live_url = "https://api.datatrans.com/#{fetch_version}/"
self.supported_countries = %w(CH GR US) # to confirm ... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/transax.rb | Ruby | mit | 4,597 | master | 693 | require File.join(File.dirname(__FILE__), 'smart_ps.rb')
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class TransaxGateway < SmartPs
self.live_url = self.test_url = 'https://secure.nelixtransax.net/api/transact.php'
# The countries the gateway supports merchants from as 2 digit ISO count... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/stripe.rb | Ruby | mit | 4,597 | master | 34,423 | require 'active_support/core_ext/hash/slice'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# This gateway uses an older version of the Stripe API.
# To utilize the updated {Payment Intents API}[https://stripe.com/docs/api/payment_intents], integrate with the StripePaymentIntents gateway
class ... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/trans_first_transaction_express.rb | Ruby | mit | 4,597 | master | 22,778 | require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class TransFirstTransactionExpressGateway < Gateway
self.display_name = 'TransFirst Transaction Express'
self.homepage_url = 'http://transactionexpress.com/'
self.test_url = 'https://ws.cert.transactionexpress.com/port... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/migs.rb | Ruby | mit | 4,597 | master | 11,537 | require 'active_merchant/billing/gateways/migs/migs_codes'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class MigsGateway < Gateway
include MigsCodes
API_VERSION = 1
class_attribute :server_hosted_url, :merchant_hosted_url
self.server_hosted_url = 'https://migs.mastercard.c... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/redsys_rest.rb | Ruby | mit | 4,597 | master | 19,522 | # coding: utf-8
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# = Redsys Merchant Gateway
#
# Gateway support for the Spanish "Redsys" payment gateway system. This is
# used by many banks in Spain and is particularly well supported by
# Catalunya Caixa's ecommerce department.
#
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/mit.rb | Ruby | mit | 4,597 | master | 9,367 | require 'json'
require 'openssl'
require 'digest'
require 'base64'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class MitGateway < Gateway
self.live_url = 'https://wpy.mitec.com.mx/ModuloUtilWS/activeCDP.htm'
self.test_url = 'https://shoppingrc.mitec.com.mx/ModuloUtilWS/activeCDP.htm'
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/secure_pay_tech.rb | Ruby | mit | 4,597 | master | 3,082 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class SecurePayTechGateway < Gateway
class SecurePayTechPostData < PostData
self.required_fields = %i[OrderReference CardNumber CardExpiry CardHolderName CardType MerchantID MerchantKey Amount Currency]
end
self.live_url = self.te... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/merchant_e_solutions.rb | Ruby | mit | 4,597 | master | 8,138 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class MerchantESolutionsGateway < Gateway
include Empty
self.test_url = 'https://cert.merchante-solutions.com/mes-api/tridentApi'
self.live_url = 'https://api.merchante-solutions.com/mes-api/tridentApi'
# The countries the gateway ... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/securion_pay.rb | Ruby | mit | 4,597 | master | 11,360 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class SecurionPayGateway < Gateway
self.test_url = 'https://api.securionpay.com/'
self.live_url = 'https://api.securionpay.com/'
self.supported_countries = %w(AD BE BG CH CY CZ DE DK EE ES FI FO FR GI GL GR GS GT HR HU IE IS IT LI LR LT
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/iveri.rb | Ruby | mit | 4,597 | master | 9,467 | require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class IveriGateway < Gateway
class_attribute :iveri_url
# Define the API version using the Versionable module
version '2.0'
self.live_url = self.test_url = 'https://portal.nedsecure.co.za/iVeriWebService/Service.... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/bogus.rb | Ruby | mit | 4,597 | master | 7,785 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# Bogus Gateway
class BogusGateway < Gateway
AUTHORIZATION = '53433'
AUTHORIZATION_EMV_SUCCESS = '8A023030'
AUTHORIZATION_EMV_DECLINE = '8A023035'
SUCCESS_MESSAGE = 'Bogus Gateway: Forced success'
FAILURE_MESSAGE = 'Bogus... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/bridge_pay.rb | Ruby | mit | 4,597 | master | 7,318 | require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class BridgePayGateway < Gateway
self.display_name = 'BridgePay'
self.homepage_url = 'http://www.bridgepaynetwork.com/'
self.test_url = 'https://gatewaystage.itstgate.com/SmartPayments/transact3.asmx'
self.live_u... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/payway_dot_com.rb | Ruby | mit | 4,597 | master | 9,289 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PaywayDotComGateway < Gateway
self.test_url = 'https://paywaywsdev.com/PaywayWS/Payment/CreditCard'
self.live_url = 'https://paywayws.net/PaywayWS/Payment/CreditCard'
self.supported_countries = %w[US CA]
self.default_currency ... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/federated_canada.rb | Ruby | mit | 4,597 | master | 5,124 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class FederatedCanadaGateway < Gateway
# Same URL for both test and live, testing is done by using the test username (demo) and password (password).
self.live_url = self.test_url = 'https://secure.federatedgateway.com/api/transact.php'
AP... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/merchant_ware_version_four.rb | Ruby | mit | 4,597 | master | 10,027 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class MerchantWareVersionFourGateway < Gateway
self.live_url = 'https://ps1.merchantware.net/Merchantware/ws/RetailTransaction/v4/Credit.asmx'
self.test_url = 'https://ps1.merchantware.net/Merchantware/ws/RetailTransaction/v4/Credit.asmx'
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/braintree.rb | Ruby | mit | 4,597 | master | 444 | require 'active_merchant/billing/gateways/braintree/braintree_common'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class BraintreeGateway < Gateway
include BraintreeCommon
self.abstract_class = true
def self.new(options = {})
if options.has_key?(:login)
Braintree... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/dibs.rb | Ruby | mit | 4,597 | master | 5,809 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class DibsGateway < Gateway
self.display_name = 'DIBS'
self.homepage_url = 'http://www.dibspayment.com/'
self.live_url = 'https://api.dibspayment.com/merchant/v1/JSON/Transaction/'
self.supported_countries = %w[US FI NO SE GB]
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/ncr_secure_pay.rb | Ruby | mit | 4,597 | master | 4,664 | require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class NcrSecurePayGateway < Gateway
self.test_url = 'https://testbox.monetra.com:8665/'
self.live_url = 'https://portal.ncrsecurepay.com:8444/'
self.supported_countries = ['US']
self.default_currency = 'USD'
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/moka.rb | Ruby | mit | 4,597 | master | 10,231 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class MokaGateway < Gateway
self.test_url = 'https://service.refmoka.com'
self.live_url = 'https://service.moka.com'
self.supported_countries = %w[GB TR US]
self.default_currency = 'TRY'
self.money_format = :dollars
self... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/orbital.rb | Ruby | mit | 4,597 | master | 55,858 | require 'active_merchant/billing/gateways/orbital/orbital_soft_descriptors'
require 'rexml/document'
require 'active_merchant/billing/gateways/orbital/orbital_codes'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# For more information on Orbital, visit the {integration center}[http://download.chasepay... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/modern_payments.rb | Ruby | mit | 4,597 | master | 1,170 | require 'active_merchant/billing/gateways/modern_payments_cim'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class ModernPaymentsGateway < Gateway
self.supported_countries = ModernPaymentsCimGateway.supported_countries
self.supported_cardtypes = ModernPaymentsCimGateway.supported_cardtypes... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/payex.rb | Ruby | mit | 4,597 | master | 17,549 | require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PayexGateway < Gateway
class_attribute :live_external_url, :test_external_url, :live_confined_url, :test_confined_url
self.live_external_url = 'https://external.payex.com/'
self.test_external_url = 'https://test-... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/pago_facil.rb | Ruby | mit | 4,597 | master | 3,567 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PagoFacilGateway < Gateway
self.test_url = 'https://www.pagofacil.net/st/public/Wsrtransaccion/index/format/json?'
self.live_url = 'https://www.pagofacil.net/ws/public/Wsrtransaccion/index/format/json?'
self.supported_countries = ['... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/digitzs.rb | Ruby | mit | 4,597 | master | 9,396 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class DigitzsGateway < Gateway
include Empty
self.test_url = 'https://beta.digitzsapi.com/sandbox'
self.live_url = 'https://beta.digitzsapi.com/v3'
self.supported_countries = ['US']
self.default_currency = 'USD'
self.su... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/smart_ps.rb | Ruby | mit | 4,597 | master | 9,619 | require File.join(File.dirname(__FILE__), '..', 'check.rb')
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class SmartPs < Gateway # :nodoc:
##
# This is the base gateway for processors who use the smartPS processing system
self.abstract_class = true
def initialize(options = {... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/epay.rb | Ruby | mit | 4,597 | master | 10,856 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class EpayGateway < Gateway
self.live_url = 'https://ssl.ditonlinebetalingssystem.dk/'
self.default_currency = 'DKK'
self.money_format = :cents
self.supported_countries = %w[DK SE NO]
self.supported_cardtypes = %i[dankort forb... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/opp.rb | Ruby | mit | 4,597 | master | 14,806 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class OppGateway < Gateway
# = Open Payment Platform
#
# The Open Payment Platform includes a powerful omni-channel transaction processing API,
# enabling you to quickly and flexibly build new applications and services on the plat... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/kushki.rb | Ruby | mit | 4,597 | master | 12,646 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class KushkiGateway < Gateway
self.display_name = 'Kushki'
self.homepage_url = 'https://www.kushkipagos.com'
self.test_url = 'https://api-uat.kushkipagos.com/'
self.live_url = 'https://api.kushkipagos.com/'
self.supported_cou... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/jetpay.rb | Ruby | mit | 4,597 | master | 15,208 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class JetpayGateway < Gateway
class_attribute :live_us_url, :live_ca_url
self.test_url = 'https://test1.jetpay.com/jetpay'
self.live_us_url = 'https://gateway17.jetpay.com/jetpay'
self.live_ca_url = 'https://gateway17.jetpay.com/can... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/worldpay.rb | Ruby | mit | 4,597 | master | 50,489 | require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class WorldpayGateway < Gateway
self.test_url = 'https://secure-test.worldpay.com/jsp/merchant/xml/paymentService.jsp'
self.live_url = 'https://secure.worldpay.com/jsp/merchant/xml/paymentService.jsp'
self.default_curr... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/skip_jack.rb | Ruby | mit | 4,597 | master | 20,282 | # encoding: utf-8
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class SkipJackGateway < Gateway
API_VERSION = '?.?'
self.live_url = 'https://www.skipjackic.com'
self.test_url = 'https://developer.skipjackic.com'
BASIC_PATH = '/scripts/evolvcc.dll'
ADVANCED_PATH = '/evol... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/global_collect.rb | Ruby | mit | 4,597 | master | 27,245 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class GlobalCollectGateway < Gateway
class_attribute :preproduction_url
class_attribute :ogone_direct_test
class_attribute :ogone_direct_live
self.display_name = 'Worldline (formerly GlobalCollect)'
self.homepage_url = 'http:/... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/cashnet.rb | Ruby | mit | 4,597 | master | 9,938 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class CashnetGateway < Gateway
include Empty
self.live_url = 'https://commerce.cashnet.com/'
self.test_url = 'https://train.cashnet.com/'
self.supported_countries = ['US']
self.supported_cardtypes = %i[visa master american_ex... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/modern_payments_cim.rb | Ruby | mit | 4,597 | master | 6,537 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class ModernPaymentsCimGateway < Gateway # :nodoc:
self.test_url = 'https://secure.modpay.com/netservices/test/ModpayTest.asmx'
self.live_url = 'https://secure.modpay.com/ws/modpay.asmx'
LIVE_XMLNS = 'https://secure.modpay.com/ws/'
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/paybox_direct.rb | Ruby | mit | 4,597 | master | 7,060 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PayboxDirectGateway < Gateway
class_attribute :live_url_backup
self.test_url = 'https://preprod-ppps.paybox.com/PPPS.php'
self.live_url = 'https://ppps.paybox.com/PPPS.php'
self.live_url_backup = 'https://ppps1.paybox.com/... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/citrus_pay.rb | Ruby | mit | 4,597 | master | 837 | module ActiveMerchant
module Billing
class CitrusPayGateway < Gateway
include MastercardGateway
class_attribute :live_na_url, :live_ap_url, :test_na_url, :test_ap_url
self.test_na_url = 'https://test-gateway.mastercard.com/api/rest/version/39/'
self.test_ap_url = 'https://test-gateway.ma... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/netpay.rb | Ruby | mit | 4,597 | master | 7,134 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
#
# NETPAY Gateway
#
# Support for NETPAY's HTTP Connector payment gateway in Mexico.
#
# The gateway sends requests as HTTP POST and receives the response details
# in the HTTP header, making the process really rather simple.
#
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/komoju.rb | Ruby | mit | 4,597 | master | 3,646 | require 'json'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class KomojuGateway < Gateway
self.test_url = 'https://komoju.com/api/v1'
self.live_url = 'https://komoju.com/api/v1'
self.supported_countries = ['JP']
self.default_currency = 'JPY'
self.money_format = :cents
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/paystation.rb | Ruby | mit | 4,597 | master | 6,281 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PaystationGateway < Gateway
self.live_url = self.test_url = 'https://www.paystation.co.nz/direct/paystation.dll'
# an "error code" of "0" means "No error - transaction successful"
SUCCESSFUL_RESPONSE_CODE = '0'
# an "error co... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/metrics_global.rb | Ruby | mit | 4,597 | master | 11,194 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# For more information on the Metrics Global Payment Gateway, visit the {Metrics Global website}[www.metricsglobal.com].
# Further documentation on AVS and CVV response codes are available under the support section of the Metrics Global
# control pa... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/wompi.rb | Ruby | mit | 4,597 | master | 6,256 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class WompiGateway < Gateway
version 'v1'
self.test_url = "https://sync.sandbox.wompi.co/#{fetch_version}"
self.live_url = "https://sync.production.wompi.co/#{fetch_version}"
self.supported_countries = ['CO']
self.default_cur... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/merchant_partners.rb | Ruby | mit | 4,597 | master | 7,314 | require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class MerchantPartnersGateway < Gateway
self.display_name = 'Merchant Partners'
self.homepage_url = 'http://www.merchantpartners.com/'
self.live_url = 'https://trans.merchantpartners.com/cgi-bin/ProcessXML.cgi'
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/hdfc.rb | Ruby | mit | 4,597 | master | 6,074 | require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class HdfcGateway < Gateway
self.display_name = 'HDFC'
self.homepage_url = 'http://www.hdfcbank.com/sme/sme-details/merchant-services/guzh6m0i'
self.test_url = 'https://securepgtest.fssnet.co.in/pgway/servlet/'
s... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/quickpay.rb | Ruby | mit | 4,597 | master | 660 | require 'rexml/document'
require 'digest/md5'
require 'active_merchant/billing/gateways/quickpay/quickpay_v10'
require 'active_merchant/billing/gateways/quickpay/quickpay_v4to7'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class QuickpayGateway < Gateway
self.abstract_class = true
def s... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/pay_trace.rb | Ruby | mit | 4,597 | master | 18,264 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PayTraceGateway < Gateway
self.test_url = 'https://api.sandbox.paytrace.com'
self.live_url = 'https://api.paytrace.com'
self.supported_countries = ['US']
self.default_currency = 'USD'
self.supported_cardtypes = %i[visa m... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/beanstream.rb | Ruby | mit | 4,597 | master | 8,672 | require 'active_merchant/billing/gateways/beanstream/beanstream_core'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# This class implements the Canadian {Beanstream}[http://www.beanstream.com] payment gateway.
# It is also named TD Canada Trust Online Mart payment gateway.
# To learn more abou... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/in_context_paypal_express.rb | Ruby | mit | 4,597 | master | 514 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class InContextPaypalExpressGateway < PaypalExpressGateway
self.test_redirect_url = 'https://www.sandbox.paypal.com/checkoutnow'
self.live_redirect_url = 'https://www.paypal.com/checkoutnow'
def redirect_url_for(token, options = {})
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/trans_first.rb | Ruby | mit | 4,597 | master | 7,449 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class TransFirstGateway < Gateway
self.test_url = 'https://ws.cert.transfirst.com'
self.live_url = 'https://webservices.primerchants.com'
self.supported_countries = ['US']
self.supported_cardtypes = %i[visa master american_express d... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/firstdata_e4.rb | Ruby | mit | 4,597 | master | 15,801 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class FirstdataE4Gateway < Gateway
# TransArmor support requires v11 or lower
self.test_url = 'https://api.demo.globalgatewaye4.firstdata.com/transaction/v11'
self.live_url = 'https://api.globalgatewaye4.firstdata.com/transaction/v11'
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/payu_in.rb | Ruby | mit | 4,597 | master | 8,050 | # encoding: utf-8
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PayuInGateway < Gateway
self.test_url = 'https://test.payu.in/_payment'
self.live_url = 'https://secure.payu.in/_payment'
TEST_INFO_URL = 'https://test.payu.in/merchant/postservice.php?form=2'
LIVE_INFO_URL ... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/payway.rb | Ruby | mit | 4,597 | master | 7,499 | module ActiveMerchant
module Billing
class PaywayGateway < Gateway
self.live_url = self.test_url = 'https://ccapi.client.qvalent.com/payway/ccapi'
self.supported_countries = ['AU']
self.supported_cardtypes = %i[visa master diners_club american_express bankcard]
self.display_name = ... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/quantum.rb | Ruby | mit | 4,597 | master | 10,179 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# ActiveMerchant Implementation for Quantum Gateway XML Requester Service
# Based on API Doc from 8/6/2009
#
# Important Notes
# * Support is included for a customer id via the :customer option, invoice number via :invoice option, invoice de... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/stripe_payment_intents.rb | Ruby | mit | 4,597 | master | 42,034 | require 'active_support/core_ext/hash/slice'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# This gateway uses the current Stripe {Payment Intents API}[https://stripe.com/docs/api/payment_intents].
# For the legacy API, see the Stripe gateway
class StripePaymentIntentsGateway < StripeGateway
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/sage.rb | Ruby | mit | 4,597 | master | 15,263 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class SageGateway < Gateway
include Empty
self.display_name = 'http://www.sagepayments.com'
self.homepage_url = 'Sage Payment Solutions'
self.live_url = 'https://www.sagepayments.net/cgi-bin'
self.supported_countries = %w[US ... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/barclays_epdq_extra_plus.rb | Ruby | mit | 4,597 | master | 587 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class BarclaysEpdqExtraPlusGateway < OgoneGateway
self.test_url = 'https://mdepayments.epdq.co.uk/ncol/test/'
self.live_url = 'https://payments.epdq.co.uk/ncol/prod/'
self.display_name = 'Barclays ePDQ Extra Plus'
self.homepage_url ... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/secure_pay.rb | Ruby | mit | 4,597 | master | 7,043 | require 'active_merchant/billing/gateways/authorize_net'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class SecurePayGateway < Gateway
API_VERSION = '3.1'
self.live_url = self.test_url = 'https://www.securepay.com/AuthSpayAdapter/process.aspx'
class_attribute :duplicate_window
... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/swipe_checkout.rb | Ruby | mit | 4,597 | master | 5,302 | require 'json'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class SwipeCheckoutGateway < Gateway
TRANSACTION_APPROVED_MSG = 'Transaction approved'
TRANSACTION_DECLINED_MSG = 'Transaction declined'
self.live_url = 'https://api.swipehq.com'
self.test_url = 'https://api.swipehq.... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/omise.rb | Ruby | mit | 4,597 | master | 10,694 | require 'active_merchant/billing/rails'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class OmiseGateway < Gateway
API_URL = 'https://api.omise.co/'
VAULT_URL = 'https://vault.omise.co/'
STANDARD_ERROR_CODE_MAPPING = {
'invalid_security_code' => STANDARD_ERROR_CODE[:in... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/elavon.rb | Ruby | mit | 4,597 | master | 20,814 | require 'active_merchant/billing/gateways/viaklix'
require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class ElavonGateway < Gateway
include Empty
class_attribute :test_url, :live_url, :delimiter, :actions
self.test_url = 'https://api.demo.convergepay.com/VirtualMercha... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/authorize_net_cim.rb | Ruby | mit | 4,597 | master | 47,407 | # -*- coding: utf-8 -*-
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# ==== Customer Information Manager (CIM)
#
# The Authorize.Net Customer Information Manager (CIM) is an optional additional service that allows you to store sensitive payment information on
# Authorize.Net's servers, si... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/qbms.rb | Ruby | mit | 4,597 | master | 10,607 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class QbmsGateway < Gateway
API_VERSION = '4.0'
class_attribute :test_url, :live_url
self.test_url = 'https://webmerchantaccount.ptc.quickbooks.com/j/AppGateway'
self.live_url = 'https://webmerchantaccount.quickbooks.com/j/AppGatew... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/redsys.rb | Ruby | mit | 4,597 | master | 27,619 | # coding: utf-8
require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# = Redsys Merchant Gateway
#
# Gateway support for the Spanish "Redsys" payment gateway system. This is
# used by many banks in Spain and is particularly well supported by
# Catalunya Caixa's ecommerce d... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/barclaycard_smartpay.rb | Ruby | mit | 4,597 | master | 15,297 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class BarclaycardSmartpayGateway < Gateway
version 'v40'
self.test_url = 'https://pal-test.barclaycardsmartpay.com/pal/servlet'
self.live_url = 'https://pal-live.barclaycardsmartpay.com/pal/servlet'
self.supported_countries = %w[AL... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/psigate.rb | Ruby | mit | 4,597 | master | 7,727 | require 'rexml/document'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# This class implements the Psigate gateway for the ActiveMerchant module.
#
# Modifications by Sean O'Hara ( sohara at sohara dot com )
#
# Usage for a PreAuth (authorize) is as follows:
#
# gateway = Psiga... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/s5.rb | Ruby | mit | 4,597 | master | 7,236 | require 'nokogiri'
module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class S5Gateway < Gateway
self.test_url = 'https://test.ctpe.io/payment/ctpe'
self.live_url = 'https://ctpe.io/payment/ctpe'
self.supported_countries = ['DK']
self.default_currency = 'EUR'
self.supported_ca... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/network_merchants.rb | Ruby | mit | 4,597 | master | 7,894 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class NetworkMerchantsGateway < Gateway
self.live_url = self.test_url = 'https://secure.networkmerchants.com/api/transact.php'
self.supported_countries = ['US']
self.supported_cardtypes = %i[visa master american_express discover]
s... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/loan_payment_pro.rb | Ruby | mit | 4,597 | master | 9,088 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class LoanPaymentProGateway < Gateway
self.live_url = 'https://gateway.loanpaymentpro.com'
self.test_url = 'https://gateway.loanpaymentpro.com'
self.supported_countries = ['US']
self.default_currency = 'USD'
self.supported_car... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/netbilling.rb | Ruby | mit | 4,597 | master | 7,440 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
# To perform PCI Compliant Repeat Billing
#
# Ensure that PCI Compliant Repeat Billing is enabled on your merchant account:
# "Enable PCI Compliant Repeat Billing, Up-selling and Cross-selling" in Step 6 of the Credit Cards setup page
#... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/adyen.rb | Ruby | mit | 4,597 | master | 44,359 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class AdyenGateway < Gateway
# we recommend setting up merchant-specific endpoints.
# https://docs.adyen.com/developers/api-manual#apiendpoints
self.test_url = 'https://pal-test.adyen.com/pal/servlet/'
self.live_url = 'https://pal-li... |
github | activemerchant/active_merchant | https://github.com/activemerchant/active_merchant | lib/active_merchant/billing/gateways/pay_secure.rb | Ruby | mit | 4,597 | master | 3,414 | module ActiveMerchant # :nodoc:
module Billing # :nodoc:
class PaySecureGateway < Gateway
self.live_url = self.test_url = 'https://clearance.commsecure.com.au/cgi-bin/PSDirect'
self.money_format = :cents
# Currently Authorization and Capture is not implemented because
# capturing require... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.