activemerchant 1.38.0 → 1.79.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG +1402 -3
- data/CONTRIBUTORS +154 -0
- data/README.md +157 -144
- data/lib/active_merchant/billing/apple_pay_payment_token.rb +22 -0
- data/lib/active_merchant/billing/base.rb +21 -17
- data/lib/active_merchant/billing/check.rb +32 -22
- data/lib/active_merchant/billing/compatibility.rb +120 -0
- data/lib/active_merchant/billing/credit_card.rb +215 -67
- data/lib/active_merchant/billing/credit_card_formatting.rb +4 -1
- data/lib/active_merchant/billing/credit_card_methods.rb +152 -53
- data/lib/active_merchant/billing/cvv_result.rb +15 -15
- data/lib/active_merchant/billing/gateway.rb +170 -24
- data/lib/active_merchant/billing/gateways/adyen.rb +299 -0
- data/lib/active_merchant/billing/gateways/allied_wallet.rb +206 -0
- data/lib/active_merchant/billing/gateways/authorize_net.rb +904 -606
- data/lib/active_merchant/billing/gateways/authorize_net_arb.rb +417 -0
- data/lib/active_merchant/billing/gateways/authorize_net_cim.rb +43 -18
- data/lib/active_merchant/billing/gateways/axcessms.rb +181 -0
- data/lib/active_merchant/billing/gateways/balanced.rb +134 -346
- data/lib/active_merchant/billing/gateways/bank_frick.rb +225 -0
- data/lib/active_merchant/billing/gateways/banwire.rb +13 -2
- data/lib/active_merchant/billing/gateways/barclaycard_smartpay.rb +326 -0
- data/lib/active_merchant/billing/gateways/be2bill.rb +131 -0
- data/lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb +96 -15
- data/lib/active_merchant/billing/gateways/beanstream.rb +52 -9
- data/lib/active_merchant/billing/gateways/beanstream_interac.rb +12 -8
- data/lib/active_merchant/billing/gateways/blue_pay.rb +520 -501
- data/lib/active_merchant/billing/gateways/blue_snap.rb +343 -0
- data/lib/active_merchant/billing/gateways/bogus.rb +94 -50
- data/lib/active_merchant/billing/gateways/borgun.rb +221 -0
- data/lib/active_merchant/billing/gateways/bpoint.rb +277 -0
- data/lib/active_merchant/billing/gateways/braintree/braintree_common.rb +15 -2
- data/lib/active_merchant/billing/gateways/braintree.rb +2 -2
- data/lib/active_merchant/billing/gateways/braintree_blue.rb +387 -139
- data/lib/active_merchant/billing/gateways/braintree_orange.rb +4 -4
- data/lib/active_merchant/billing/gateways/bridge_pay.rb +245 -0
- data/lib/active_merchant/billing/gateways/cams.rb +230 -0
- data/lib/active_merchant/billing/gateways/card_connect.rb +286 -0
- data/lib/active_merchant/billing/gateways/card_stream.rb +269 -118
- data/lib/active_merchant/billing/gateways/cardknox.rb +328 -0
- data/lib/active_merchant/billing/gateways/cardprocess.rb +254 -0
- data/lib/active_merchant/billing/gateways/cashnet.rb +219 -0
- data/lib/active_merchant/billing/gateways/cc5.rb +45 -0
- data/lib/active_merchant/billing/gateways/cecabank.rb +239 -0
- data/lib/active_merchant/billing/gateways/cenpos.rb +327 -0
- data/lib/active_merchant/billing/gateways/checkout.rb +214 -0
- data/lib/active_merchant/billing/gateways/checkout_v2.rb +233 -0
- data/lib/active_merchant/billing/gateways/citrus_pay.rb +23 -0
- data/lib/active_merchant/billing/gateways/clearhaus.rb +220 -0
- data/lib/active_merchant/billing/gateways/commercegate.rb +143 -0
- data/lib/active_merchant/billing/gateways/conekta.rb +225 -0
- data/lib/active_merchant/billing/gateways/creditcall.rb +272 -0
- data/lib/active_merchant/billing/gateways/credorax.rb +345 -0
- data/lib/active_merchant/billing/gateways/culqi.rb +279 -0
- data/lib/active_merchant/billing/gateways/cyber_source.rb +237 -98
- data/lib/active_merchant/billing/gateways/data_cash.rb +41 -314
- data/lib/active_merchant/billing/gateways/dibs.rb +205 -0
- data/lib/active_merchant/billing/gateways/digitzs.rb +292 -0
- data/lib/active_merchant/billing/gateways/ebanx.rb +296 -0
- data/lib/active_merchant/billing/gateways/efsnet.rb +3 -14
- data/lib/active_merchant/billing/gateways/elavon.rb +143 -142
- data/lib/active_merchant/billing/gateways/element.rb +356 -0
- data/lib/active_merchant/billing/gateways/epay.rb +23 -12
- data/lib/active_merchant/billing/gateways/eway.rb +12 -12
- data/lib/active_merchant/billing/gateways/eway_managed.rb +1 -1
- data/lib/active_merchant/billing/gateways/eway_rapid.rb +417 -204
- data/lib/active_merchant/billing/gateways/exact.rb +10 -1
- data/lib/active_merchant/billing/gateways/ezic.rb +196 -0
- data/lib/active_merchant/billing/gateways/fat_zebra.rb +65 -37
- data/lib/active_merchant/billing/gateways/federated_canada.rb +1 -8
- data/lib/active_merchant/billing/gateways/finansbank.rb +3 -2
- data/lib/active_merchant/billing/gateways/first_giving.rb +143 -0
- data/lib/active_merchant/billing/gateways/first_pay.rb +110 -124
- data/lib/active_merchant/billing/gateways/firstdata_e4.rb +155 -29
- data/lib/active_merchant/billing/gateways/flo2cash.rb +215 -0
- data/lib/active_merchant/billing/gateways/flo2cash_simple.rb +20 -0
- data/lib/active_merchant/billing/gateways/forte.rb +256 -0
- data/lib/active_merchant/billing/gateways/garanti.rb +11 -5
- data/lib/active_merchant/billing/gateways/global_collect.rb +334 -0
- data/lib/active_merchant/billing/gateways/global_transport.rb +194 -0
- data/lib/active_merchant/billing/gateways/hps.rb +305 -0
- data/lib/active_merchant/billing/gateways/iats_payments.rb +271 -16
- data/lib/active_merchant/billing/gateways/ideal/ideal_base.rb +2 -5
- data/lib/active_merchant/billing/gateways/ideal/ideal_rabobank.pem +0 -0
- data/lib/active_merchant/billing/gateways/ideal_rabobank.rb +1 -1
- data/lib/active_merchant/billing/gateways/in_context_paypal_express.rb +15 -0
- data/lib/active_merchant/billing/gateways/inspire.rb +8 -10
- data/lib/active_merchant/billing/gateways/instapay.rb +0 -0
- data/lib/active_merchant/billing/gateways/ipp.rb +175 -0
- data/lib/active_merchant/billing/gateways/iridium.rb +210 -4
- data/lib/active_merchant/billing/gateways/iveri.rb +251 -0
- data/lib/active_merchant/billing/gateways/jetpay.rb +176 -49
- data/lib/active_merchant/billing/gateways/jetpay_v2.rb +437 -0
- data/lib/active_merchant/billing/gateways/komoju.rb +115 -0
- data/lib/active_merchant/billing/gateways/kushki.rb +227 -0
- data/lib/active_merchant/billing/gateways/latitude19.rb +416 -0
- data/lib/active_merchant/billing/gateways/linkpoint.rb +17 -13
- data/lib/active_merchant/billing/gateways/litle.rb +329 -439
- data/lib/active_merchant/billing/gateways/mastercard.rb +268 -0
- data/lib/active_merchant/billing/gateways/maxipago.rb +220 -0
- data/lib/active_merchant/billing/gateways/mercado_pago.rb +262 -0
- data/lib/active_merchant/billing/gateways/merchant_e_solutions.rb +26 -7
- data/lib/active_merchant/billing/gateways/merchant_one.rb +0 -1
- data/lib/active_merchant/billing/gateways/merchant_partners.rb +245 -0
- data/lib/active_merchant/billing/gateways/merchant_ware.rb +12 -15
- data/lib/active_merchant/billing/gateways/merchant_ware_version_four.rb +24 -13
- data/lib/active_merchant/billing/gateways/merchant_warrior.rb +33 -14
- data/lib/active_merchant/billing/gateways/mercury.rb +74 -29
- data/lib/active_merchant/billing/gateways/metrics_global.rb +2 -21
- data/lib/active_merchant/billing/gateways/micropayment.rb +185 -0
- data/lib/active_merchant/billing/gateways/migs.rb +73 -14
- data/lib/active_merchant/billing/gateways/modern_payments.rb +1 -1
- data/lib/active_merchant/billing/gateways/modern_payments_cim.rb +1 -3
- data/lib/active_merchant/billing/gateways/monei.rb +307 -0
- data/lib/active_merchant/billing/gateways/moneris.rb +119 -36
- data/lib/active_merchant/billing/gateways/moneris_us.rb +146 -45
- data/lib/active_merchant/billing/gateways/money_movers.rb +152 -0
- data/lib/active_merchant/billing/gateways/mundipagg.rb +292 -0
- data/lib/active_merchant/billing/gateways/nab_transact.rb +81 -56
- data/lib/active_merchant/billing/gateways/ncr_secure_pay.rb +165 -0
- data/lib/active_merchant/billing/gateways/net_registry.rb +8 -3
- data/lib/active_merchant/billing/gateways/netbanx.rb +289 -0
- data/lib/active_merchant/billing/gateways/netbilling.rb +61 -26
- data/lib/active_merchant/billing/gateways/netpay.rb +1 -1
- data/lib/active_merchant/billing/gateways/network_merchants.rb +242 -0
- data/lib/active_merchant/billing/gateways/nmi.rb +265 -10
- data/lib/active_merchant/billing/gateways/ogone.rb +85 -27
- data/lib/active_merchant/billing/gateways/omise.rb +324 -0
- data/lib/active_merchant/billing/gateways/openpay.rb +227 -0
- data/lib/active_merchant/billing/gateways/opp.rb +372 -0
- data/lib/active_merchant/billing/gateways/optimal_payment.rb +59 -28
- data/lib/active_merchant/billing/gateways/orbital/orbital_soft_descriptors.rb +22 -21
- data/lib/active_merchant/billing/gateways/orbital.rb +346 -56
- data/lib/active_merchant/billing/gateways/pac_net_raven.rb +207 -0
- data/lib/active_merchant/billing/gateways/pagarme.rb +248 -0
- data/lib/active_merchant/billing/gateways/pago_facil.rb +122 -0
- data/lib/active_merchant/billing/gateways/pay_conex.rb +246 -0
- data/lib/active_merchant/billing/gateways/pay_gate_xml.rb +30 -14
- data/lib/active_merchant/billing/gateways/pay_hub.rb +213 -0
- data/lib/active_merchant/billing/gateways/pay_junction.rb +19 -25
- data/lib/active_merchant/billing/gateways/pay_junction_v2.rb +190 -0
- data/lib/active_merchant/billing/gateways/pay_secure.rb +0 -7
- data/lib/active_merchant/billing/gateways/paybox_direct.rb +16 -12
- data/lib/active_merchant/billing/gateways/payeezy.rb +386 -0
- data/lib/active_merchant/billing/gateways/payex.rb +412 -0
- data/lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb +38 -17
- data/lib/active_merchant/billing/gateways/payflow.rb +100 -19
- data/lib/active_merchant/billing/gateways/payflow_express.rb +22 -22
- data/lib/active_merchant/billing/gateways/payflow_express_uk.rb +2 -2
- data/lib/active_merchant/billing/gateways/payflow_uk.rb +6 -6
- data/lib/active_merchant/billing/gateways/payment_express.rb +15 -3
- data/lib/active_merchant/billing/gateways/paymentez.rb +276 -0
- data/lib/active_merchant/billing/gateways/paymill.rb +237 -48
- data/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb +55 -8
- data/lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb +4 -0
- data/lib/active_merchant/billing/gateways/paypal/paypal_recurring_api.rb +18 -4
- data/lib/active_merchant/billing/gateways/paypal.rb +37 -20
- data/lib/active_merchant/billing/gateways/paypal_ca.rb +1 -1
- data/lib/active_merchant/billing/gateways/paypal_digital_goods.rb +6 -5
- data/lib/active_merchant/billing/gateways/paypal_express.rb +32 -4
- data/lib/active_merchant/billing/gateways/paypal_express_common.rb +3 -3
- data/lib/active_merchant/billing/gateways/payscout.rb +162 -0
- data/lib/active_merchant/billing/gateways/paystation.rb +32 -24
- data/lib/active_merchant/billing/gateways/payu_in.rb +248 -0
- data/lib/active_merchant/billing/gateways/payu_latam.rb +440 -0
- data/lib/active_merchant/billing/gateways/pin.rb +68 -13
- data/lib/active_merchant/billing/gateways/plugnpay.rb +1 -12
- data/lib/active_merchant/billing/gateways/pro_pay.rb +326 -0
- data/lib/active_merchant/billing/gateways/psigate.rb +14 -14
- data/lib/active_merchant/billing/gateways/psl_card.rb +3 -3
- data/lib/active_merchant/billing/gateways/qbms.rb +12 -1
- data/lib/active_merchant/billing/gateways/quantum.rb +2 -2
- data/lib/active_merchant/billing/gateways/quickbooks.rb +290 -0
- data/lib/active_merchant/billing/gateways/quickpay/quickpay_common.rb +188 -0
- data/lib/active_merchant/billing/gateways/quickpay/quickpay_v10.rb +299 -0
- data/lib/active_merchant/billing/gateways/quickpay/quickpay_v4to7.rb +227 -0
- data/lib/active_merchant/billing/gateways/quickpay.rb +10 -319
- data/lib/active_merchant/billing/gateways/qvalent.rb +236 -0
- data/lib/active_merchant/billing/gateways/realex.rb +40 -25
- data/lib/active_merchant/billing/gateways/redsys.rb +212 -80
- data/lib/active_merchant/billing/gateways/s5.rb +247 -0
- data/lib/active_merchant/billing/gateways/safe_charge.rb +262 -0
- data/lib/active_merchant/billing/gateways/sage.rb +412 -119
- data/lib/active_merchant/billing/gateways/sage_pay.rb +176 -59
- data/lib/active_merchant/billing/gateways/secure_net.rb +35 -29
- data/lib/active_merchant/billing/gateways/secure_pay.rb +182 -9
- data/lib/active_merchant/billing/gateways/secure_pay_au.rb +21 -7
- data/lib/active_merchant/billing/gateways/secure_pay_tech.rb +0 -7
- data/lib/active_merchant/billing/gateways/securion_pay.rb +267 -0
- data/lib/active_merchant/billing/gateways/skip_jack.rb +1 -3
- data/lib/active_merchant/billing/gateways/smart_ps.rb +14 -3
- data/lib/active_merchant/billing/gateways/so_easy_pay.rb +194 -0
- data/lib/active_merchant/billing/gateways/spreedly_core.rb +74 -14
- data/lib/active_merchant/billing/gateways/stripe.rb +472 -83
- data/lib/active_merchant/billing/gateways/swipe_checkout.rb +156 -0
- data/lib/active_merchant/billing/gateways/telr.rb +275 -0
- data/lib/active_merchant/billing/gateways/tns.rb +22 -0
- data/lib/active_merchant/billing/gateways/trans_first.rb +142 -28
- data/lib/active_merchant/billing/gateways/trans_first_transaction_express.rb +608 -0
- data/lib/active_merchant/billing/gateways/transact_pro.rb +224 -0
- data/lib/active_merchant/billing/gateways/transnational.rb +2 -231
- data/lib/active_merchant/billing/gateways/trexle.rb +217 -0
- data/lib/active_merchant/billing/gateways/trust_commerce.rb +17 -11
- data/lib/active_merchant/billing/gateways/usa_epay_advanced.rb +193 -75
- data/lib/active_merchant/billing/gateways/usa_epay_transaction.rb +156 -64
- data/lib/active_merchant/billing/gateways/vanco.rb +294 -0
- data/lib/active_merchant/billing/gateways/verifi.rb +1 -8
- data/lib/active_merchant/billing/gateways/viaklix.rb +1 -15
- data/lib/active_merchant/billing/gateways/visanet_peru.rb +209 -0
- data/lib/active_merchant/billing/gateways/webpay.rb +45 -28
- data/lib/active_merchant/billing/gateways/wepay.rb +238 -0
- data/lib/active_merchant/billing/gateways/wirecard.rb +167 -49
- data/lib/active_merchant/billing/gateways/world_net.rb +344 -0
- data/lib/active_merchant/billing/gateways/worldpay.rb +171 -45
- data/lib/active_merchant/billing/gateways/worldpay_online_payments.rb +218 -0
- data/lib/active_merchant/billing/gateways/worldpay_us.rb +221 -0
- data/lib/active_merchant/billing/gateways.rb +8 -11
- data/lib/active_merchant/billing/model.rb +30 -0
- data/lib/active_merchant/billing/network_tokenization_credit_card.rb +39 -0
- data/lib/active_merchant/billing/payment_token.rb +21 -0
- data/lib/active_merchant/billing/rails.rb +3 -0
- data/lib/active_merchant/billing/response.rb +24 -17
- data/lib/active_merchant/billing.rb +7 -1
- data/lib/active_merchant/connection.rb +208 -0
- data/lib/active_merchant/country.rb +334 -0
- data/lib/active_merchant/empty.rb +20 -0
- data/lib/active_merchant/errors.rb +35 -0
- data/lib/active_merchant/net_http_ssl_connection.rb +9 -0
- data/lib/active_merchant/network_connection_retries.rb +81 -0
- data/lib/active_merchant/post_data.rb +24 -0
- data/lib/active_merchant/posts_data.rb +94 -0
- data/lib/active_merchant/version.rb +1 -1
- data/lib/active_merchant.rb +22 -22
- data/lib/certs/cacert.pem +3951 -0
- data/lib/support/gateway_support.rb +16 -10
- data/lib/support/outbound_hosts.rb +13 -10
- data/lib/support/ssl_version.rb +87 -0
- metadata +164 -306
- data/gem-public_cert.pem +0 -20
- data/lib/active_merchant/billing/expiry_date.rb +0 -34
- data/lib/active_merchant/billing/gateways/barclays_epdq.rb +0 -314
- data/lib/active_merchant/billing/gateways/card_stream_modern.rb +0 -155
- data/lib/active_merchant/billing/gateways/certo_direct.rb +0 -277
- data/lib/active_merchant/billing/gateways/orbital/avs_result.rb +0 -93
- data/lib/active_merchant/billing/gateways/sage/sage_bankcard.rb +0 -93
- data/lib/active_merchant/billing/gateways/sage/sage_core.rb +0 -114
- data/lib/active_merchant/billing/gateways/sage/sage_virtual_check.rb +0 -102
- data/lib/active_merchant/billing/gateways/samurai.rb +0 -118
- data/lib/active_merchant/billing/gateways/vindicia.rb +0 -361
- data/lib/active_merchant/billing/integrations/a1agregator/helper.rb +0 -31
- data/lib/active_merchant/billing/integrations/a1agregator/notification.rb +0 -186
- data/lib/active_merchant/billing/integrations/a1agregator/status.rb +0 -38
- data/lib/active_merchant/billing/integrations/a1agregator.rb +0 -26
- data/lib/active_merchant/billing/integrations/action_view_helper.rb +0 -73
- data/lib/active_merchant/billing/integrations/authorize_net_sim/helper.rb +0 -229
- data/lib/active_merchant/billing/integrations/authorize_net_sim/notification.rb +0 -340
- data/lib/active_merchant/billing/integrations/authorize_net_sim.rb +0 -38
- data/lib/active_merchant/billing/integrations/bogus/helper.rb +0 -17
- data/lib/active_merchant/billing/integrations/bogus/notification.rb +0 -11
- data/lib/active_merchant/billing/integrations/bogus/return.rb +0 -10
- data/lib/active_merchant/billing/integrations/bogus.rb +0 -23
- data/lib/active_merchant/billing/integrations/chronopay/helper.rb +0 -120
- data/lib/active_merchant/billing/integrations/chronopay/notification.rb +0 -158
- data/lib/active_merchant/billing/integrations/chronopay/return.rb +0 -10
- data/lib/active_merchant/billing/integrations/chronopay.rb +0 -23
- data/lib/active_merchant/billing/integrations/direc_pay/helper.rb +0 -200
- data/lib/active_merchant/billing/integrations/direc_pay/notification.rb +0 -76
- data/lib/active_merchant/billing/integrations/direc_pay/return.rb +0 -32
- data/lib/active_merchant/billing/integrations/direc_pay/status.rb +0 -37
- data/lib/active_merchant/billing/integrations/direc_pay.rb +0 -41
- data/lib/active_merchant/billing/integrations/directebanking/helper.rb +0 -90
- data/lib/active_merchant/billing/integrations/directebanking/notification.rb +0 -120
- data/lib/active_merchant/billing/integrations/directebanking/return.rb +0 -11
- data/lib/active_merchant/billing/integrations/directebanking.rb +0 -47
- data/lib/active_merchant/billing/integrations/dotpay/helper.rb +0 -77
- data/lib/active_merchant/billing/integrations/dotpay/notification.rb +0 -86
- data/lib/active_merchant/billing/integrations/dotpay/return.rb +0 -11
- data/lib/active_merchant/billing/integrations/dotpay.rb +0 -22
- data/lib/active_merchant/billing/integrations/dwolla/common.rb +0 -23
- data/lib/active_merchant/billing/integrations/dwolla/helper.rb +0 -43
- data/lib/active_merchant/billing/integrations/dwolla/notification.rb +0 -64
- data/lib/active_merchant/billing/integrations/dwolla/return.rb +0 -49
- data/lib/active_merchant/billing/integrations/dwolla.rb +0 -23
- data/lib/active_merchant/billing/integrations/e_payment_plans/helper.rb +0 -34
- data/lib/active_merchant/billing/integrations/e_payment_plans/notification.rb +0 -84
- data/lib/active_merchant/billing/integrations/e_payment_plans.rb +0 -48
- data/lib/active_merchant/billing/integrations/easy_pay/common.rb +0 -40
- data/lib/active_merchant/billing/integrations/easy_pay/helper.rb +0 -36
- data/lib/active_merchant/billing/integrations/easy_pay/notification.rb +0 -59
- data/lib/active_merchant/billing/integrations/easy_pay.rb +0 -30
- data/lib/active_merchant/billing/integrations/epay/helper.rb +0 -55
- data/lib/active_merchant/billing/integrations/epay/notification.rb +0 -110
- data/lib/active_merchant/billing/integrations/epay.rb +0 -21
- data/lib/active_merchant/billing/integrations/first_data/helper.rb +0 -61
- data/lib/active_merchant/billing/integrations/first_data/notification.rb +0 -56
- data/lib/active_merchant/billing/integrations/first_data.rb +0 -38
- data/lib/active_merchant/billing/integrations/gestpay/common.rb +0 -42
- data/lib/active_merchant/billing/integrations/gestpay/helper.rb +0 -70
- data/lib/active_merchant/billing/integrations/gestpay/notification.rb +0 -85
- data/lib/active_merchant/billing/integrations/gestpay/return.rb +0 -10
- data/lib/active_merchant/billing/integrations/gestpay.rb +0 -25
- data/lib/active_merchant/billing/integrations/helper.rb +0 -117
- data/lib/active_merchant/billing/integrations/hi_trust/helper.rb +0 -58
- data/lib/active_merchant/billing/integrations/hi_trust/notification.rb +0 -59
- data/lib/active_merchant/billing/integrations/hi_trust/return.rb +0 -68
- data/lib/active_merchant/billing/integrations/hi_trust.rb +0 -27
- data/lib/active_merchant/billing/integrations/ipay88/helper.rb +0 -114
- data/lib/active_merchant/billing/integrations/ipay88/return.rb +0 -95
- data/lib/active_merchant/billing/integrations/ipay88.rb +0 -19
- data/lib/active_merchant/billing/integrations/liqpay/helper.rb +0 -43
- data/lib/active_merchant/billing/integrations/liqpay/notification.rb +0 -89
- data/lib/active_merchant/billing/integrations/liqpay/return.rb +0 -83
- data/lib/active_merchant/billing/integrations/liqpay.rb +0 -30
- data/lib/active_merchant/billing/integrations/maksuturva/helper.rb +0 -119
- data/lib/active_merchant/billing/integrations/maksuturva/notification.rb +0 -48
- data/lib/active_merchant/billing/integrations/maksuturva.rb +0 -86
- data/lib/active_merchant/billing/integrations/moneybookers/helper.rb +0 -75
- data/lib/active_merchant/billing/integrations/moneybookers/notification.rb +0 -129
- data/lib/active_merchant/billing/integrations/moneybookers.rb +0 -26
- data/lib/active_merchant/billing/integrations/nochex/helper.rb +0 -68
- data/lib/active_merchant/billing/integrations/nochex/notification.rb +0 -94
- data/lib/active_merchant/billing/integrations/nochex/return.rb +0 -10
- data/lib/active_merchant/billing/integrations/nochex.rb +0 -88
- data/lib/active_merchant/billing/integrations/notification.rb +0 -71
- data/lib/active_merchant/billing/integrations/paxum/common.rb +0 -24
- data/lib/active_merchant/billing/integrations/paxum/helper.rb +0 -42
- data/lib/active_merchant/billing/integrations/paxum/notification.rb +0 -33
- data/lib/active_merchant/billing/integrations/paxum.rb +0 -44
- data/lib/active_merchant/billing/integrations/pay_fast/common.rb +0 -42
- data/lib/active_merchant/billing/integrations/pay_fast/helper.rb +0 -50
- data/lib/active_merchant/billing/integrations/pay_fast/notification.rb +0 -134
- data/lib/active_merchant/billing/integrations/pay_fast/return.rb +0 -10
- data/lib/active_merchant/billing/integrations/pay_fast.rb +0 -70
- data/lib/active_merchant/billing/integrations/payflow_link/helper.rb +0 -116
- data/lib/active_merchant/billing/integrations/payflow_link/notification.rb +0 -78
- data/lib/active_merchant/billing/integrations/payflow_link.rb +0 -21
- data/lib/active_merchant/billing/integrations/paypal/helper.rb +0 -119
- data/lib/active_merchant/billing/integrations/paypal/notification.rb +0 -227
- data/lib/active_merchant/billing/integrations/paypal/return.rb +0 -10
- data/lib/active_merchant/billing/integrations/paypal.rb +0 -39
- data/lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb +0 -15
- data/lib/active_merchant/billing/integrations/paypal_payments_advanced.rb +0 -20
- data/lib/active_merchant/billing/integrations/paysbuy/helper.rb +0 -15
- data/lib/active_merchant/billing/integrations/paysbuy/notification.rb +0 -28
- data/lib/active_merchant/billing/integrations/paysbuy.rb +0 -36
- data/lib/active_merchant/billing/integrations/payu_in/helper.rb +0 -74
- data/lib/active_merchant/billing/integrations/payu_in/notification.rb +0 -165
- data/lib/active_merchant/billing/integrations/payu_in/return.rb +0 -36
- data/lib/active_merchant/billing/integrations/payu_in.rb +0 -43
- data/lib/active_merchant/billing/integrations/platron/helper.rb +0 -32
- data/lib/active_merchant/billing/integrations/platron/notification.rb +0 -113
- data/lib/active_merchant/billing/integrations/platron.rb +0 -28
- data/lib/active_merchant/billing/integrations/pxpay/helper.rb +0 -112
- data/lib/active_merchant/billing/integrations/pxpay/notification.rb +0 -157
- data/lib/active_merchant/billing/integrations/pxpay/return.rb +0 -25
- data/lib/active_merchant/billing/integrations/pxpay.rb +0 -31
- data/lib/active_merchant/billing/integrations/quickpay/helper.rb +0 -74
- data/lib/active_merchant/billing/integrations/quickpay/notification.rb +0 -137
- data/lib/active_merchant/billing/integrations/quickpay.rb +0 -21
- data/lib/active_merchant/billing/integrations/rbkmoney/helper.rb +0 -23
- data/lib/active_merchant/billing/integrations/rbkmoney/notification.rb +0 -91
- data/lib/active_merchant/billing/integrations/rbkmoney.rb +0 -17
- data/lib/active_merchant/billing/integrations/return.rb +0 -42
- data/lib/active_merchant/billing/integrations/robokassa/common.rb +0 -19
- data/lib/active_merchant/billing/integrations/robokassa/helper.rb +0 -50
- data/lib/active_merchant/billing/integrations/robokassa/notification.rb +0 -55
- data/lib/active_merchant/billing/integrations/robokassa/return.rb +0 -17
- data/lib/active_merchant/billing/integrations/robokassa.rb +0 -49
- data/lib/active_merchant/billing/integrations/sage_pay_form/encryption.rb +0 -33
- data/lib/active_merchant/billing/integrations/sage_pay_form/helper.rb +0 -136
- data/lib/active_merchant/billing/integrations/sage_pay_form/notification.rb +0 -210
- data/lib/active_merchant/billing/integrations/sage_pay_form/return.rb +0 -31
- data/lib/active_merchant/billing/integrations/sage_pay_form.rb +0 -37
- data/lib/active_merchant/billing/integrations/two_checkout/helper.rb +0 -91
- data/lib/active_merchant/billing/integrations/two_checkout/notification.rb +0 -139
- data/lib/active_merchant/billing/integrations/two_checkout/return.rb +0 -17
- data/lib/active_merchant/billing/integrations/two_checkout.rb +0 -44
- data/lib/active_merchant/billing/integrations/valitor/helper.rb +0 -86
- data/lib/active_merchant/billing/integrations/valitor/notification.rb +0 -13
- data/lib/active_merchant/billing/integrations/valitor/response_fields.rb +0 -97
- data/lib/active_merchant/billing/integrations/valitor/return.rb +0 -13
- data/lib/active_merchant/billing/integrations/valitor.rb +0 -33
- data/lib/active_merchant/billing/integrations/verkkomaksut/helper.rb +0 -88
- data/lib/active_merchant/billing/integrations/verkkomaksut/notification.rb +0 -59
- data/lib/active_merchant/billing/integrations/verkkomaksut.rb +0 -20
- data/lib/active_merchant/billing/integrations/web_pay/common.rb +0 -50
- data/lib/active_merchant/billing/integrations/web_pay/helper.rb +0 -68
- data/lib/active_merchant/billing/integrations/web_pay/notification.rb +0 -51
- data/lib/active_merchant/billing/integrations/web_pay.rb +0 -45
- data/lib/active_merchant/billing/integrations/webmoney/common.rb +0 -17
- data/lib/active_merchant/billing/integrations/webmoney/helper.rb +0 -40
- data/lib/active_merchant/billing/integrations/webmoney/notification.rb +0 -47
- data/lib/active_merchant/billing/integrations/webmoney.rb +0 -43
- data/lib/active_merchant/billing/integrations/world_pay/helper.rb +0 -101
- data/lib/active_merchant/billing/integrations/world_pay/notification.rb +0 -160
- data/lib/active_merchant/billing/integrations/world_pay.rb +0 -34
- data/lib/active_merchant/billing/integrations.rb +0 -17
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -0
@@ -1,118 +0,0 @@
|
|
1
|
-
module ActiveMerchant #:nodoc:
|
2
|
-
module Billing #:nodoc:
|
3
|
-
class SamuraiGateway < Gateway
|
4
|
-
|
5
|
-
self.homepage_url = 'https://samurai.feefighters.com'
|
6
|
-
self.display_name = 'Samurai'
|
7
|
-
self.supported_countries = ['US']
|
8
|
-
self.supported_cardtypes = [:visa, :master, :american_express, :discover, :jcb, :diners_club]
|
9
|
-
self.default_currency = 'USD'
|
10
|
-
self.money_format = :dollars
|
11
|
-
|
12
|
-
def initialize(options = {})
|
13
|
-
begin
|
14
|
-
require 'samurai'
|
15
|
-
rescue LoadError
|
16
|
-
raise "Could not load the samurai gem (>= 0.2.25). Use `gem install samurai` to install it."
|
17
|
-
end
|
18
|
-
|
19
|
-
requires!(options, :login, :password, :processor_token)
|
20
|
-
Samurai.options = {
|
21
|
-
:merchant_key => options[:login],
|
22
|
-
:merchant_password => options[:password],
|
23
|
-
:processor_token => options[:processor_token]
|
24
|
-
}
|
25
|
-
|
26
|
-
super
|
27
|
-
end
|
28
|
-
|
29
|
-
def authorize(money, credit_card_or_vault_id, options = {})
|
30
|
-
token = payment_method_token(credit_card_or_vault_id, options)
|
31
|
-
return token if token.is_a?(Response)
|
32
|
-
|
33
|
-
authorize = Samurai::Processor.authorize(token, amount(money), processor_options(options))
|
34
|
-
handle_result(authorize)
|
35
|
-
end
|
36
|
-
|
37
|
-
def purchase(money, credit_card_or_vault_id, options = {})
|
38
|
-
token = payment_method_token(credit_card_or_vault_id, options)
|
39
|
-
return token if token.is_a?(Response)
|
40
|
-
|
41
|
-
purchase = Samurai::Processor.purchase(token, amount(money), processor_options(options))
|
42
|
-
handle_result(purchase)
|
43
|
-
end
|
44
|
-
|
45
|
-
def capture(money, authorization_id, options = {})
|
46
|
-
transaction = Samurai::Transaction.find(authorization_id)
|
47
|
-
handle_result(transaction.capture(amount(money)))
|
48
|
-
end
|
49
|
-
|
50
|
-
def refund(money, transaction_id, options = {})
|
51
|
-
transaction = Samurai::Transaction.find(transaction_id)
|
52
|
-
handle_result(transaction.credit(amount(money)))
|
53
|
-
end
|
54
|
-
|
55
|
-
def void(transaction_id, options = {})
|
56
|
-
transaction = Samurai::Transaction.find(transaction_id)
|
57
|
-
handle_result(transaction.void)
|
58
|
-
end
|
59
|
-
|
60
|
-
def store(creditcard, options = {})
|
61
|
-
address = options[:billing_address] || options[:address] || {}
|
62
|
-
|
63
|
-
result = Samurai::PaymentMethod.create({
|
64
|
-
:card_number => creditcard.number,
|
65
|
-
:expiry_month => creditcard.month.to_s.rjust(2, "0"),
|
66
|
-
:expiry_year => creditcard.year.to_s,
|
67
|
-
:cvv => creditcard.verification_value,
|
68
|
-
:first_name => creditcard.first_name,
|
69
|
-
:last_name => creditcard.last_name,
|
70
|
-
:address_1 => address[:address1],
|
71
|
-
:address_2 => address[:address2],
|
72
|
-
:city => address[:city],
|
73
|
-
:zip => address[:zip],
|
74
|
-
:sandbox => test?
|
75
|
-
})
|
76
|
-
result.retain if options[:retain] && result.is_sensitive_data_valid && result.payment_method_token
|
77
|
-
|
78
|
-
Response.new(result.is_sensitive_data_valid,
|
79
|
-
message_from_result(result),
|
80
|
-
{ :payment_method_token => result.is_sensitive_data_valid && result.payment_method_token })
|
81
|
-
end
|
82
|
-
|
83
|
-
private
|
84
|
-
|
85
|
-
def payment_method_token(credit_card_or_vault_id, options)
|
86
|
-
return credit_card_or_vault_id if credit_card_or_vault_id.is_a?(String)
|
87
|
-
store_result = store(credit_card_or_vault_id, options)
|
88
|
-
store_result.success? ? store_result.params["payment_method_token"] : store_result
|
89
|
-
end
|
90
|
-
|
91
|
-
def handle_result(result)
|
92
|
-
response_params, response_options = {}, {}
|
93
|
-
if result.success?
|
94
|
-
response_options[:test] = test?
|
95
|
-
response_options[:authorization] = result.reference_id
|
96
|
-
response_params[:reference_id] = result.reference_id
|
97
|
-
response_params[:transaction_token] = result.transaction_token
|
98
|
-
response_params[:payment_method_token] = result.payment_method.payment_method_token
|
99
|
-
end
|
100
|
-
|
101
|
-
response_options[:avs_result] = { :code => result.processor_response && result.processor_response.avs_result_code }
|
102
|
-
response_options[:cvv_result] = result.processor_response && result.processor_response.cvv_result_code
|
103
|
-
|
104
|
-
message = message_from_result(result)
|
105
|
-
Response.new(result.success?, message, response_params, response_options)
|
106
|
-
end
|
107
|
-
|
108
|
-
def message_from_result(result)
|
109
|
-
return "OK" if result.success?
|
110
|
-
result.errors.map {|_, messages| messages }.join(" ")
|
111
|
-
end
|
112
|
-
|
113
|
-
def processor_options(options)
|
114
|
-
options.slice(:billing_reference, :customer_reference, :custom, :descriptor)
|
115
|
-
end
|
116
|
-
end
|
117
|
-
end
|
118
|
-
end
|
@@ -1,361 +0,0 @@
|
|
1
|
-
begin
|
2
|
-
require "vindicia-api"
|
3
|
-
rescue LoadError
|
4
|
-
raise "Could not load the vindicia-api gem. Use `gem install vindicia-api` to install it."
|
5
|
-
end
|
6
|
-
|
7
|
-
require 'i18n/core_ext/string/interpolate'
|
8
|
-
|
9
|
-
module ActiveMerchant #:nodoc:
|
10
|
-
module Billing #:nodoc:
|
11
|
-
|
12
|
-
# For more information on the Vindicia Gateway please visit their {website}[http://vindicia.com/]
|
13
|
-
#
|
14
|
-
# The login and password are not the username and password you use to
|
15
|
-
# login to the Vindicia Merchant Portal.
|
16
|
-
#
|
17
|
-
# ==== Recurring Billing
|
18
|
-
#
|
19
|
-
# AutoBills are an feature of Vindicia's API that allows for creating and managing subscriptions.
|
20
|
-
#
|
21
|
-
# For more information about Vindicia's API and various other services visit their {Resource Center}[http://www.vindicia.com/resources/index.html]
|
22
|
-
class VindiciaGateway < Gateway
|
23
|
-
self.supported_countries = %w{US CA GB AU MX BR DE KR CN HK}
|
24
|
-
self.supported_cardtypes = [:visa, :master, :american_express, :discover]
|
25
|
-
self.homepage_url = 'http://www.vindicia.com/'
|
26
|
-
self.display_name = 'Vindicia'
|
27
|
-
|
28
|
-
class_attribute :test_url, :live_url
|
29
|
-
|
30
|
-
self.test_url = "https://soap.prodtest.sj.vindicia.com/soap.pl"
|
31
|
-
self.live_url = "http://soap.vindicia.com/soap.pl"
|
32
|
-
|
33
|
-
# Creates a new VindiciaGateway
|
34
|
-
#
|
35
|
-
# The gateway requires that a valid login and password be passed
|
36
|
-
# in the +options+ hash.
|
37
|
-
#
|
38
|
-
# ==== Options
|
39
|
-
#
|
40
|
-
# * <tt>:login</tt> -- Vindicia SOAP login (REQUIRED)
|
41
|
-
# * <tt>:password</tt> -- Vindicia SOAP password (REQUIRED)
|
42
|
-
# * <tt>:api_version</tt> -- Vindicia API Version - defaults to 3.6 (OPTIONAL)
|
43
|
-
# * <tt>:account_id</tt> -- Account Id which all transactions will be run against. (REQUIRED)
|
44
|
-
# * <tt>:transaction_prefix</tt> -- Prefix to order id for one-time transactions - defaults to 'X' (OPTIONAL
|
45
|
-
# * <tt>:min_chargeback_probability</tt> -- Minimum score for chargebacks - defaults to 65 (OPTIONAL)
|
46
|
-
# * <tt>:cvn_success</tt> -- Array of valid CVN Check return values - defaults to [M, P] (OPTIONAL)
|
47
|
-
# * <tt>:avs_success</tt> -- Array of valid AVS Check return values - defaults to [X, Y, A, W, Z] (OPTIONAL)
|
48
|
-
def initialize(options = {})
|
49
|
-
requires!(options, :login, :password)
|
50
|
-
super
|
51
|
-
|
52
|
-
config = lambda do |config|
|
53
|
-
config.login = options[:login]
|
54
|
-
config.password = options[:password]
|
55
|
-
config.api_version = options[:api_version] || "3.6"
|
56
|
-
config.endpoint = test? ? self.test_url : self.live_url
|
57
|
-
config.namespace = "http://soap.vindicia.com"
|
58
|
-
end
|
59
|
-
|
60
|
-
if Vindicia.config.is_configured?
|
61
|
-
config.call(Vindicia.config)
|
62
|
-
else
|
63
|
-
Vindicia.configure(&config)
|
64
|
-
end
|
65
|
-
|
66
|
-
requires!(options, :account_id)
|
67
|
-
@account_id = options[:account_id]
|
68
|
-
|
69
|
-
@transaction_prefix = options[:transaction_prefix] || "X"
|
70
|
-
|
71
|
-
@min_chargeback_probability = options[:min_chargeback_probability] || 65
|
72
|
-
@cvn_success = options[:cvn_success] || %w{M P}
|
73
|
-
@avs_success = options[:avs_success] || %w{X Y A W Z}
|
74
|
-
|
75
|
-
@allowed_authorization_statuses = %w{Authorized}
|
76
|
-
end
|
77
|
-
|
78
|
-
# Perform a purchase, which is essentially an authorization and capture in a single operation.
|
79
|
-
#
|
80
|
-
# ==== Parameters
|
81
|
-
#
|
82
|
-
# * <tt>money</tt> -- The amount to be purchased as an Integer value in cents.
|
83
|
-
# * <tt>creditcard</tt> -- The CreditCard details for the transaction.
|
84
|
-
# * <tt>options</tt> -- A hash of optional parameters.
|
85
|
-
def purchase(money, creditcard, options = {})
|
86
|
-
response = authorize(money, creditcard, options)
|
87
|
-
return response if !response.success? || response.fraud_review?
|
88
|
-
|
89
|
-
capture(money, response.authorization, options)
|
90
|
-
end
|
91
|
-
|
92
|
-
# Performs an authorization, which reserves the funds on the customer's credit card, but does not
|
93
|
-
# charge the card.
|
94
|
-
#
|
95
|
-
# ==== Parameters
|
96
|
-
#
|
97
|
-
# * <tt>money</tt> -- The amount to be authorized as an Integer value in cents.
|
98
|
-
# * <tt>creditcard</tt> -- The CreditCard details for the transaction.
|
99
|
-
# * <tt>options</tt> -- A hash of optional parameters.
|
100
|
-
def authorize(money, creditcard, options = {})
|
101
|
-
vindicia_transaction = authorize_transaction(money, creditcard, options)
|
102
|
-
response = check_transaction(vindicia_transaction)
|
103
|
-
|
104
|
-
# if this response is under fraud review because of our AVS/CVV checks void the transaction
|
105
|
-
if !response.success? && response.fraud_review? && !response.authorization.blank?
|
106
|
-
void_response = void([vindicia_transaction[:transaction][:merchantTransactionId]], options)
|
107
|
-
if void_response.success?
|
108
|
-
return response
|
109
|
-
else
|
110
|
-
return void_response
|
111
|
-
end
|
112
|
-
end
|
113
|
-
|
114
|
-
response
|
115
|
-
end
|
116
|
-
|
117
|
-
# Captures the funds from an authorized transaction.
|
118
|
-
#
|
119
|
-
# ==== Parameters
|
120
|
-
#
|
121
|
-
# * <tt>money</tt> -- The amount to be captured as an Integer value in cents.
|
122
|
-
# * <tt>identification</tt> -- The authorization returned from the previous authorize request.
|
123
|
-
def capture(money, identification, options = {})
|
124
|
-
response = post(Vindicia::Transaction.capture({
|
125
|
-
:transactions => [{ :merchantTransactionId => identification }]
|
126
|
-
}))
|
127
|
-
|
128
|
-
if response[:return][:returnCode] != '200' || response[:qtyFail].to_i > 0
|
129
|
-
return fail(response)
|
130
|
-
end
|
131
|
-
|
132
|
-
success(response, identification)
|
133
|
-
end
|
134
|
-
|
135
|
-
# Void a previous transaction
|
136
|
-
#
|
137
|
-
# ==== Parameters
|
138
|
-
#
|
139
|
-
# * <tt>identification</tt> - The authorization returned from the previous authorize request.
|
140
|
-
# * <tt>options</tt> - Extra options (currently only :ip used)
|
141
|
-
def void(identification, options = {})
|
142
|
-
response = post(Vindicia::Transaction.cancel({
|
143
|
-
:transactions => [{
|
144
|
-
:account => { :merchantAccountId => @account_id },
|
145
|
-
:merchantTransactionId => identification,
|
146
|
-
:sourceIp => options[:ip]
|
147
|
-
}]
|
148
|
-
}))
|
149
|
-
|
150
|
-
if response[:return][:returnCode] == '200' && response[:qtyFail].to_i == 0
|
151
|
-
success(response, identification)
|
152
|
-
else
|
153
|
-
fail(response)
|
154
|
-
end
|
155
|
-
end
|
156
|
-
|
157
|
-
# Perform a recurring billing, which is essentially a purchase and autobill setup in a single operation.
|
158
|
-
#
|
159
|
-
# ==== Parameters
|
160
|
-
#
|
161
|
-
# * <tt>money</tt> -- The amount to be purchased as an Integer value in cents.
|
162
|
-
# * <tt>creditcard</tt> -- The CreditCard details for the transaction.
|
163
|
-
# * <tt>options</tt> -- A hash of parameters.
|
164
|
-
#
|
165
|
-
# ==== Options
|
166
|
-
#
|
167
|
-
# * <tt>:product_sku</tt> -- The subscription product's sku
|
168
|
-
# * <tt>:autobill_prefix</tt> -- Prefix to order id for subscriptions - defaults to 'A' (OPTIONAL)
|
169
|
-
def recurring(money, creditcard, options={})
|
170
|
-
options[:recurring] = true
|
171
|
-
@autobill_prefix = options[:autobill_prefix] || "A"
|
172
|
-
|
173
|
-
response = authorize(money, creditcard, options)
|
174
|
-
return response if !response.success? || response.fraud_review?
|
175
|
-
|
176
|
-
capture_resp = capture(money, response.authorization, options)
|
177
|
-
return capture_resp if !response.success?
|
178
|
-
|
179
|
-
# Setting up a recurring AutoBill requires an associated product
|
180
|
-
requires!(options, :product_sku)
|
181
|
-
autobill_response = check_subscription(authorize_subscription(options.merge(:product_sku => options[:product_sku])))
|
182
|
-
|
183
|
-
if autobill_response.success?
|
184
|
-
autobill_response
|
185
|
-
else
|
186
|
-
# If the AutoBill fails to set-up, void the transaction and return it as the response
|
187
|
-
void_response = void(capture_resp.authorization, options)
|
188
|
-
if void_response.success?
|
189
|
-
return autobill_response
|
190
|
-
else
|
191
|
-
return void_response
|
192
|
-
end
|
193
|
-
end
|
194
|
-
end
|
195
|
-
|
196
|
-
protected
|
197
|
-
|
198
|
-
def post(body)
|
199
|
-
parse(ssl_post(Vindicia.config.endpoint, body, "Content-Type" => "text/xml"))
|
200
|
-
end
|
201
|
-
|
202
|
-
def parse(response)
|
203
|
-
# Vindicia always returns in the form of request_type_response => { actual_response }
|
204
|
-
Hash.from_xml(response)["Envelope"]["Body"].values.first.with_indifferent_access
|
205
|
-
end
|
206
|
-
|
207
|
-
def check_transaction(vindicia_transaction)
|
208
|
-
if vindicia_transaction[:return][:returnCode] == '200'
|
209
|
-
status_log = vindicia_transaction[:transaction][:statusLog].first
|
210
|
-
if status_log[:creditCardStatus]
|
211
|
-
avs = status_log[:creditCardStatus][:avsCode]
|
212
|
-
cvn = status_log[:creditCardStatus][:cvnCode]
|
213
|
-
end
|
214
|
-
|
215
|
-
if @allowed_authorization_statuses.include?(status_log[:status]) &&
|
216
|
-
check_cvn(cvn) && check_avs(avs)
|
217
|
-
|
218
|
-
success(vindicia_transaction,
|
219
|
-
vindicia_transaction[:transaction][:merchantTransactionId],
|
220
|
-
avs, cvn)
|
221
|
-
else
|
222
|
-
# If the transaction is authorized, but it didn't pass our AVS/CVV checks send the authorization along so
|
223
|
-
# that is gets voided. Otherwise, send no authorization.
|
224
|
-
fail(vindicia_transaction, avs, cvn, false,
|
225
|
-
@allowed_authorization_statuses.include?(status_log[:status]) ? vindicia_transaction[:transaction][:merchantTransactionId] : "")
|
226
|
-
end
|
227
|
-
else
|
228
|
-
# 406 = Chargeback risk score is higher than minChargebackProbability, transaction not authorized.
|
229
|
-
fail(vindicia_transaction, nil, nil, vindicia_transaction[:return][:return_code] == '406')
|
230
|
-
end
|
231
|
-
end
|
232
|
-
|
233
|
-
def authorize_transaction(money, creditcard, options)
|
234
|
-
parameters = {
|
235
|
-
:amount => amount(money),
|
236
|
-
:currency => options[:currency] || currency(money)
|
237
|
-
}
|
238
|
-
|
239
|
-
add_account_data(parameters, options)
|
240
|
-
add_customer_data(parameters, options)
|
241
|
-
add_payment_source(parameters, creditcard, options)
|
242
|
-
|
243
|
-
post(Vindicia::Transaction.auth({
|
244
|
-
:transaction => parameters,
|
245
|
-
:minChargebackProbability => @min_chargeback_probability
|
246
|
-
}))
|
247
|
-
end
|
248
|
-
|
249
|
-
def add_account_data(parameters, options)
|
250
|
-
parameters[:account] = { :merchantAccountId => @account_id }
|
251
|
-
parameters[:sourceIp] = options[:ip] if options[:ip]
|
252
|
-
end
|
253
|
-
|
254
|
-
def add_customer_data(parameters, options)
|
255
|
-
parameters[:merchantTransactionId] = transaction_id(options[:order_id])
|
256
|
-
parameters[:shippingAddress] = convert_am_address_to_vindicia(options[:shipping_address])
|
257
|
-
|
258
|
-
# Transaction items must be provided for tax purposes
|
259
|
-
requires!(options, :line_items)
|
260
|
-
parameters[:transactionItems] = options[:line_items]
|
261
|
-
|
262
|
-
if options[:recurring]
|
263
|
-
parameters[:nameValues] = [{:name => 'merchantAutoBillIdentifier', :value => autobill_id(options[:order_id])}]
|
264
|
-
end
|
265
|
-
end
|
266
|
-
|
267
|
-
def add_payment_source(parameters, creditcard, options)
|
268
|
-
parameters[:sourcePaymentMethod] = {
|
269
|
-
:type => 'CreditCard',
|
270
|
-
:creditCard => { :account => creditcard.number, :expirationDate => "%4d%02d" % [creditcard.year, creditcard.month] },
|
271
|
-
:accountHolderName => creditcard.name,
|
272
|
-
:nameValues => [{ :name => 'CVN', :value => creditcard.verification_value }],
|
273
|
-
:billingAddress => convert_am_address_to_vindicia(options[:billing_address] || options[:address]),
|
274
|
-
:customerSpecifiedType => creditcard.brand.capitalize,
|
275
|
-
:active => !!options[:recurring]
|
276
|
-
}
|
277
|
-
end
|
278
|
-
|
279
|
-
def authorize_subscription(options)
|
280
|
-
parameters = {}
|
281
|
-
|
282
|
-
add_account_data(parameters, options)
|
283
|
-
add_subscription_information(parameters, options)
|
284
|
-
|
285
|
-
post(Vindicia::AutoBill.update({
|
286
|
-
:autobill => parameters,
|
287
|
-
:validatePaymentMethod => false,
|
288
|
-
:minChargebackProbability => 100
|
289
|
-
}))
|
290
|
-
end
|
291
|
-
|
292
|
-
def check_subscription(vindicia_transaction)
|
293
|
-
if vindicia_transaction[:return][:returnCode] == '200'
|
294
|
-
if vindicia_transaction[:autobill] && vindicia_transaction[:autobill][:status] == "Active"
|
295
|
-
success(vindicia_transaction,
|
296
|
-
vindicia_transaction[:autobill][:merchantAutoBillId])
|
297
|
-
else
|
298
|
-
fail(vindicia_transaction)
|
299
|
-
end
|
300
|
-
else
|
301
|
-
fail(vindicia_transaction)
|
302
|
-
end
|
303
|
-
end
|
304
|
-
|
305
|
-
def add_subscription_information(parameters, options)
|
306
|
-
requires!(options, :product_sku)
|
307
|
-
|
308
|
-
if options[:shipping_address]
|
309
|
-
parameters[:account][:shipping_address] = options[:shipping_address]
|
310
|
-
end
|
311
|
-
|
312
|
-
parameters[:merchantAutoBillId] = autobill_id(options[:order_id])
|
313
|
-
parameters[:product] = { :merchantProductId => options[:product_sku] }
|
314
|
-
end
|
315
|
-
|
316
|
-
def check_avs(avs)
|
317
|
-
avs.blank? || @avs_success.include?(avs)
|
318
|
-
end
|
319
|
-
|
320
|
-
def check_cvn(cvn)
|
321
|
-
cvn.blank? || @cvn_success.include?(cvn)
|
322
|
-
end
|
323
|
-
|
324
|
-
def success(response, authorization, avs_code = nil, cvn_code = nil)
|
325
|
-
ActiveMerchant::Billing::Response.new(true, response[:return][:returnString], response,
|
326
|
-
{ :fraud_review => false, :authorization => authorization, :test => test?,
|
327
|
-
:avs_result => { :code => avs_code }, :cvv_result => cvn_code })
|
328
|
-
end
|
329
|
-
|
330
|
-
def fail(response, avs_code = nil, cvn_code = nil, fraud_review = false, authorization = "")
|
331
|
-
ActiveMerchant::Billing::Response.new(false, response[:return][:returnString], response,
|
332
|
-
{ :fraud_review => fraud_review || !authorization.blank?,
|
333
|
-
:authorization => authorization, :test => test?,
|
334
|
-
:avs_result => { :code => avs_code }, :cvv_result => cvn_code })
|
335
|
-
|
336
|
-
end
|
337
|
-
|
338
|
-
def autobill_id(order_id)
|
339
|
-
"#{@autobill_prefix}#{order_id}"
|
340
|
-
end
|
341
|
-
|
342
|
-
def transaction_id(order_id)
|
343
|
-
"#{@transaction_prefix}#{order_id}"
|
344
|
-
end
|
345
|
-
|
346
|
-
# Converts valid ActiveMerchant address hash to proper Vindicia format
|
347
|
-
def convert_am_address_to_vindicia(address)
|
348
|
-
return if address.nil?
|
349
|
-
|
350
|
-
convs = { :address1 => :addr1, :address2 => :addr2,
|
351
|
-
:state => :district, :zip => :postalCode }
|
352
|
-
|
353
|
-
vindicia_address = {}
|
354
|
-
address.each do |key, val|
|
355
|
-
vindicia_address[convs[key] || key] = val
|
356
|
-
end
|
357
|
-
vindicia_address
|
358
|
-
end
|
359
|
-
end
|
360
|
-
end
|
361
|
-
end
|
@@ -1,31 +0,0 @@
|
|
1
|
-
module ActiveMerchant #:nodoc:
|
2
|
-
module Billing #:nodoc:
|
3
|
-
module Integrations #:nodoc:
|
4
|
-
module A1agregator
|
5
|
-
class Helper < ActiveMerchant::Billing::Integrations::Helper
|
6
|
-
|
7
|
-
# public key
|
8
|
-
mapping :account, 'key'
|
9
|
-
|
10
|
-
mapping :amount, 'cost'
|
11
|
-
|
12
|
-
mapping :order, 'order_id'
|
13
|
-
|
14
|
-
mapping :customer, :email => 'email',
|
15
|
-
:phone => 'phone_number'
|
16
|
-
|
17
|
-
# payment description
|
18
|
-
mapping :credential2, 'name'
|
19
|
-
|
20
|
-
mapping :credential3, 'comment'
|
21
|
-
|
22
|
-
# on error
|
23
|
-
# 1 - raise error
|
24
|
-
# 0 - redirect
|
25
|
-
mapping :credential4, 'verbose'
|
26
|
-
|
27
|
-
end
|
28
|
-
end
|
29
|
-
end
|
30
|
-
end
|
31
|
-
end
|
@@ -1,186 +0,0 @@
|
|
1
|
-
require 'net/http'
|
2
|
-
|
3
|
-
module ActiveMerchant #:nodoc:
|
4
|
-
module Billing #:nodoc:
|
5
|
-
module Integrations #:nodoc:
|
6
|
-
module A1agregator
|
7
|
-
class Notification < ActiveMerchant::Billing::Integrations::Notification
|
8
|
-
|
9
|
-
self.production_ips = [
|
10
|
-
'78.108.178.206',
|
11
|
-
'79.137.235.129',
|
12
|
-
'95.163.96.79',
|
13
|
-
'212.24.38.100'
|
14
|
-
]
|
15
|
-
|
16
|
-
def initialize(*args)
|
17
|
-
super
|
18
|
-
guess_notification_type
|
19
|
-
end
|
20
|
-
|
21
|
-
# Simple notification request params:
|
22
|
-
# tid
|
23
|
-
# name
|
24
|
-
# comment
|
25
|
-
# partner_id
|
26
|
-
# service_id
|
27
|
-
# order_id
|
28
|
-
# type
|
29
|
-
# partner_income
|
30
|
-
# system_income
|
31
|
-
|
32
|
-
def complete?
|
33
|
-
true
|
34
|
-
end
|
35
|
-
|
36
|
-
def transaction_id
|
37
|
-
params['tid']
|
38
|
-
end
|
39
|
-
|
40
|
-
def title
|
41
|
-
params['name']
|
42
|
-
end
|
43
|
-
|
44
|
-
def comment
|
45
|
-
params['comment']
|
46
|
-
end
|
47
|
-
|
48
|
-
def partner_id
|
49
|
-
params['partner_id']
|
50
|
-
end
|
51
|
-
|
52
|
-
def service_id
|
53
|
-
params['service_id']
|
54
|
-
end
|
55
|
-
|
56
|
-
def item_id
|
57
|
-
params['order_id']
|
58
|
-
end
|
59
|
-
|
60
|
-
def type
|
61
|
-
params['type']
|
62
|
-
end
|
63
|
-
|
64
|
-
def partner_income
|
65
|
-
params['partner_income']
|
66
|
-
end
|
67
|
-
|
68
|
-
def system_income
|
69
|
-
params['system_income']
|
70
|
-
end
|
71
|
-
|
72
|
-
# Additional notification request params:
|
73
|
-
# tid
|
74
|
-
# name
|
75
|
-
# comment
|
76
|
-
# partner_id
|
77
|
-
# service_id
|
78
|
-
# order_id
|
79
|
-
# type
|
80
|
-
# cost
|
81
|
-
# income_total
|
82
|
-
# income
|
83
|
-
# partner_income
|
84
|
-
# system_income
|
85
|
-
# command
|
86
|
-
# phone_number
|
87
|
-
# email
|
88
|
-
# resultStr
|
89
|
-
# date_created
|
90
|
-
# version
|
91
|
-
# check
|
92
|
-
|
93
|
-
def inclome_total
|
94
|
-
params['income_total']
|
95
|
-
end
|
96
|
-
|
97
|
-
def income
|
98
|
-
params['income']
|
99
|
-
end
|
100
|
-
|
101
|
-
def partner_income
|
102
|
-
params['partner_income']
|
103
|
-
end
|
104
|
-
|
105
|
-
def system_income
|
106
|
-
params['system_income']
|
107
|
-
end
|
108
|
-
|
109
|
-
def command
|
110
|
-
params['command']
|
111
|
-
end
|
112
|
-
|
113
|
-
def phone_number
|
114
|
-
params['phone_number']
|
115
|
-
end
|
116
|
-
|
117
|
-
def payer_email
|
118
|
-
params['email']
|
119
|
-
end
|
120
|
-
|
121
|
-
def result_string
|
122
|
-
params['resultStr']
|
123
|
-
end
|
124
|
-
|
125
|
-
def received_at
|
126
|
-
params['date_created']
|
127
|
-
end
|
128
|
-
|
129
|
-
def version
|
130
|
-
params['version']
|
131
|
-
end
|
132
|
-
|
133
|
-
def security_key
|
134
|
-
params[A1agregator.signature_parameter_name].to_s.downcase
|
135
|
-
end
|
136
|
-
|
137
|
-
# the money amount we received in X.2 decimal.
|
138
|
-
alias_method :gross, :system_income
|
139
|
-
|
140
|
-
def currency
|
141
|
-
'RUB'
|
142
|
-
end
|
143
|
-
|
144
|
-
# Was this a test transaction?
|
145
|
-
def test?
|
146
|
-
params['test'] == '1'
|
147
|
-
end
|
148
|
-
|
149
|
-
def simple_notification?
|
150
|
-
@notification_type == :simple
|
151
|
-
end
|
152
|
-
|
153
|
-
def additional_notification?
|
154
|
-
@notification_type == :additional
|
155
|
-
end
|
156
|
-
|
157
|
-
def acknowledge
|
158
|
-
security_key == signature
|
159
|
-
end
|
160
|
-
|
161
|
-
private
|
162
|
-
|
163
|
-
def signature
|
164
|
-
data = "#{params['tid']}\
|
165
|
-
#{params['name']}\
|
166
|
-
#{params['comment']}\
|
167
|
-
#{params['partner_id']}\
|
168
|
-
#{params['service_id']}\
|
169
|
-
#{params['order_id']}\
|
170
|
-
#{params['type']}\
|
171
|
-
#{params['partner_income']}\
|
172
|
-
#{params['system_income']}\
|
173
|
-
#{params['test']}\
|
174
|
-
#{@options[:secret]}"
|
175
|
-
Digest::MD5.hexdigest(data)
|
176
|
-
end
|
177
|
-
|
178
|
-
def guess_notification_type
|
179
|
-
@notification_type = params['version'] ? :additional : :simple
|
180
|
-
end
|
181
|
-
|
182
|
-
end
|
183
|
-
end
|
184
|
-
end
|
185
|
-
end
|
186
|
-
end
|