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
@@ -0,0 +1,412 @@
|
|
1
|
+
require "nokogiri"
|
2
|
+
|
3
|
+
module ActiveMerchant #:nodoc:
|
4
|
+
module Billing #:nodoc:
|
5
|
+
class PayexGateway < Gateway
|
6
|
+
class_attribute :live_external_url, :test_external_url, :live_confined_url, :test_confined_url
|
7
|
+
|
8
|
+
self.live_external_url = 'https://external.payex.com/'
|
9
|
+
self.test_external_url = 'https://test-external.payex.com/'
|
10
|
+
|
11
|
+
self.live_confined_url = 'https://confined.payex.com/'
|
12
|
+
self.test_confined_url = 'https://test-confined.payex.com/'
|
13
|
+
|
14
|
+
self.money_format = :cents
|
15
|
+
self.supported_countries = ['DK', 'FI', 'NO', 'SE']
|
16
|
+
self.supported_cardtypes = [:visa, :master, :american_express, :discover]
|
17
|
+
self.homepage_url = 'http://payex.com/'
|
18
|
+
self.display_name = 'Payex'
|
19
|
+
self.default_currency = "EUR"
|
20
|
+
|
21
|
+
TRANSACTION_STATUS = {
|
22
|
+
sale: '0',
|
23
|
+
initialize: '1',
|
24
|
+
credit: '2',
|
25
|
+
authorize: '3',
|
26
|
+
cancel: '4',
|
27
|
+
failure: '5',
|
28
|
+
capture: '6',
|
29
|
+
}
|
30
|
+
|
31
|
+
SOAP_ACTIONS = {
|
32
|
+
initialize: { name: 'Initialize8', url: 'pxorder/pxorder.asmx', xmlns: 'http://external.payex.com/PxOrder/' },
|
33
|
+
purchasecc: { name: 'PurchaseCC', url: 'pxconfined/pxorder.asmx', xmlns: 'http://confined.payex.com/PxOrder/', confined: true},
|
34
|
+
cancel: { name: 'Cancel2', url: 'pxorder/pxorder.asmx', xmlns: 'http://external.payex.com/PxOrder/' },
|
35
|
+
capture: { name: 'Capture5', url: 'pxorder/pxorder.asmx', xmlns: 'http://external.payex.com/PxOrder/' },
|
36
|
+
credit: { name: 'Credit5', url: 'pxorder/pxorder.asmx', xmlns: 'http://external.payex.com/PxOrder/' },
|
37
|
+
create_agreement: { name: 'CreateAgreement3', url: 'pxagreement/pxagreement.asmx', xmlns: 'http://external.payex.com/PxAgreement/' },
|
38
|
+
delete_agreement: { name: 'DeleteAgreement', url: 'pxagreement/pxagreement.asmx', xmlns: 'http://external.payex.com/PxAgreement/' },
|
39
|
+
autopay: { name: 'AutoPay3', url: 'pxagreement/pxagreement.asmx', xmlns: 'http://external.payex.com/PxAgreement/' },
|
40
|
+
}
|
41
|
+
|
42
|
+
def initialize(options = {})
|
43
|
+
requires!(options, :account, :encryption_key)
|
44
|
+
super
|
45
|
+
end
|
46
|
+
|
47
|
+
# Public: Send an authorize Payex request
|
48
|
+
#
|
49
|
+
# amount - The monetary amount of the transaction in cents.
|
50
|
+
# payment_method - The Active Merchant payment method or the +store+ authorization for stored transactions.
|
51
|
+
# options - A standard ActiveMerchant options hash:
|
52
|
+
# :currency - Three letter currency code for the transaction (default: "EUR")
|
53
|
+
# :order_id - The unique order ID for this transaction (required).
|
54
|
+
# :product_number - The merchant product number (default: '1').
|
55
|
+
# :description - The merchant description for this product (default: The :order_id).
|
56
|
+
# :ip - The client IP address (default: '127.0.0.1').
|
57
|
+
# :vat - The vat amount (optional).
|
58
|
+
#
|
59
|
+
# Returns an ActiveMerchant::Billing::Response object
|
60
|
+
def authorize(amount, payment_method, options = {})
|
61
|
+
requires!(options, :order_id)
|
62
|
+
amount = amount(amount)
|
63
|
+
if payment_method.respond_to?(:number)
|
64
|
+
# credit card authorization
|
65
|
+
MultiResponse.new.tap do |r|
|
66
|
+
r.process {send_initialize(amount, true, options)}
|
67
|
+
r.process {send_purchasecc(payment_method, r.params['orderref'])}
|
68
|
+
end
|
69
|
+
else
|
70
|
+
# stored authorization
|
71
|
+
send_autopay(amount, payment_method, true, options)
|
72
|
+
end
|
73
|
+
|
74
|
+
end
|
75
|
+
|
76
|
+
# Public: Send a purchase Payex request
|
77
|
+
#
|
78
|
+
# amount - The monetary amount of the transaction in cents.
|
79
|
+
# payment_method - The Active Merchant payment method or the +store+ authorization for stored transactions.
|
80
|
+
# options - A standard ActiveMerchant options hash:
|
81
|
+
# :currency - Three letter currency code for the transaction (default: "EUR")
|
82
|
+
# :order_id - The unique order ID for this transaction (required).
|
83
|
+
# :product_number - The merchant product number (default: '1').
|
84
|
+
# :description - The merchant description for this product (default: The :order_id).
|
85
|
+
# :ip - The client IP address (default: '127.0.0.1').
|
86
|
+
# :vat - The vat amount (optional).
|
87
|
+
#
|
88
|
+
# Returns an ActiveMerchant::Billing::Response object
|
89
|
+
def purchase(amount, payment_method, options = {})
|
90
|
+
requires!(options, :order_id)
|
91
|
+
amount = amount(amount)
|
92
|
+
if payment_method.respond_to?(:number)
|
93
|
+
# credit card purchase
|
94
|
+
MultiResponse.new.tap do |r|
|
95
|
+
r.process {send_initialize(amount, false, options)}
|
96
|
+
r.process {send_purchasecc(payment_method, r.params['orderref'])}
|
97
|
+
end
|
98
|
+
else
|
99
|
+
# stored purchase
|
100
|
+
send_autopay(amount, payment_method, false, options)
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
# Public: Capture money from a previously authorized transaction
|
105
|
+
#
|
106
|
+
# money - The amount to capture
|
107
|
+
# authorization - The authorization token from the authorization request
|
108
|
+
#
|
109
|
+
# Returns an ActiveMerchant::Billing::Response object
|
110
|
+
def capture(money, authorization, options = {})
|
111
|
+
amount = amount(money)
|
112
|
+
send_capture(amount, authorization)
|
113
|
+
end
|
114
|
+
|
115
|
+
# Public: Voids an authorize transaction
|
116
|
+
#
|
117
|
+
# authorization - The authorization returned from the successful authorize transaction.
|
118
|
+
# options - A standard ActiveMerchant options hash
|
119
|
+
#
|
120
|
+
# Returns an ActiveMerchant::Billing::Response object
|
121
|
+
def void(authorization, options={})
|
122
|
+
send_cancel(authorization)
|
123
|
+
end
|
124
|
+
|
125
|
+
# Public: Refunds a purchase transaction
|
126
|
+
#
|
127
|
+
# money - The amount to refund
|
128
|
+
# authorization - The authorization token from the purchase request.
|
129
|
+
# options - A standard ActiveMerchant options hash:
|
130
|
+
# :order_id - The unique order ID for this transaction (required).
|
131
|
+
# :vat_amount - The vat amount (optional).
|
132
|
+
#
|
133
|
+
# Returns an ActiveMerchant::Billing::Response object
|
134
|
+
def refund(money, authorization, options = {})
|
135
|
+
requires!(options, :order_id)
|
136
|
+
amount = amount(money)
|
137
|
+
send_credit(authorization, amount, options)
|
138
|
+
end
|
139
|
+
|
140
|
+
# Public: Stores a credit card and creates a Payex agreement with a customer
|
141
|
+
#
|
142
|
+
# creditcard - The credit card to store.
|
143
|
+
# options - A standard ActiveMerchant options hash:
|
144
|
+
# :order_id - The unique order ID for this transaction (required).
|
145
|
+
# :merchant_ref - A reference that links this agreement to something the merchant takes money for (default: '1')
|
146
|
+
# :currency - Three letter currency code for the transaction (default: "EUR")
|
147
|
+
# :product_number - The merchant product number (default: '1').
|
148
|
+
# :description - The merchant description for this product (default: The :order_id).
|
149
|
+
# :ip - The client IP address (default: '127.0.0.1').
|
150
|
+
# :max_amount - The maximum amount to allow to be charged (default: 100000).
|
151
|
+
# :vat - The vat amount (optional).
|
152
|
+
#
|
153
|
+
# Returns an ActiveMerchant::Billing::Response object where the authorization is set to the agreement_ref which is used for stored payments.
|
154
|
+
def store(creditcard, options = {})
|
155
|
+
requires!(options, :order_id)
|
156
|
+
amount = amount(1) # 1 cent for authorization
|
157
|
+
MultiResponse.run(:first) do |r|
|
158
|
+
r.process {send_create_agreement(options)}
|
159
|
+
r.process {send_initialize(amount, true, options.merge({agreement_ref: r.authorization}))}
|
160
|
+
order_ref = r.params['orderref']
|
161
|
+
r.process {send_purchasecc(creditcard, order_ref)}
|
162
|
+
end
|
163
|
+
end
|
164
|
+
|
165
|
+
# Public: Unstores a customer's credit card and deletes their Payex agreement.
|
166
|
+
#
|
167
|
+
# authorization - The authorization token from the store request.
|
168
|
+
#
|
169
|
+
# Returns an ActiveMerchant::Billing::Response object
|
170
|
+
def unstore(authorization, options = {})
|
171
|
+
send_delete_agreement(authorization)
|
172
|
+
end
|
173
|
+
|
174
|
+
private
|
175
|
+
|
176
|
+
def send_initialize(amount, is_auth, options = {})
|
177
|
+
properties = {
|
178
|
+
accountNumber: @options[:account],
|
179
|
+
purchaseOperation: is_auth ? 'AUTHORIZATION' : 'SALE',
|
180
|
+
price: amount,
|
181
|
+
priceArgList: nil,
|
182
|
+
currency: (options[:currency] || default_currency),
|
183
|
+
vat: options[:vat] || 0,
|
184
|
+
orderID: options[:order_id],
|
185
|
+
productNumber: options[:product_number] || '1',
|
186
|
+
description: options[:description] || options[:order_id],
|
187
|
+
clientIPAddress: options[:client_ip_address] || '127.0.0.1',
|
188
|
+
clientIdentifier: nil,
|
189
|
+
additionalValues: nil,
|
190
|
+
externalID: nil,
|
191
|
+
returnUrl: 'http://example.net', # set to dummy value since this is not used but is required
|
192
|
+
view: 'CREDITCARD',
|
193
|
+
agreementRef: options[:agreement_ref], # this is used to attach a stored agreement to a transaction as part of the store card
|
194
|
+
cancelUrl: nil,
|
195
|
+
clientLanguage: nil
|
196
|
+
}
|
197
|
+
hash_fields = [:accountNumber, :purchaseOperation, :price, :priceArgList, :currency, :vat, :orderID,
|
198
|
+
:productNumber, :description, :clientIPAddress, :clientIdentifier, :additionalValues,
|
199
|
+
:externalID, :returnUrl, :view, :agreementRef, :cancelUrl, :clientLanguage]
|
200
|
+
add_request_hash(properties, hash_fields)
|
201
|
+
soap_action = SOAP_ACTIONS[:initialize]
|
202
|
+
request = build_xml_request(soap_action, properties)
|
203
|
+
commit(soap_action, request)
|
204
|
+
end
|
205
|
+
|
206
|
+
def send_purchasecc(payment_method, order_ref)
|
207
|
+
properties = {
|
208
|
+
accountNumber: @options[:account],
|
209
|
+
orderRef: order_ref,
|
210
|
+
transactionType: 1, # online payment
|
211
|
+
cardNumber: payment_method.number,
|
212
|
+
cardNumberExpireMonth: format(payment_method.month, :two_digits),
|
213
|
+
cardNumberExpireYear: format(payment_method.year, :two_digits),
|
214
|
+
cardHolderName: payment_method.name,
|
215
|
+
cardNumberCVC: payment_method.verification_value
|
216
|
+
}
|
217
|
+
hash_fields = [:accountNumber, :orderRef, :transactionType, :cardNumber, :cardNumberExpireMonth,
|
218
|
+
:cardNumberExpireYear, :cardNumberCVC, :cardHolderName]
|
219
|
+
add_request_hash(properties, hash_fields)
|
220
|
+
|
221
|
+
soap_action = SOAP_ACTIONS[:purchasecc]
|
222
|
+
request = build_xml_request(soap_action, properties)
|
223
|
+
commit(soap_action, request)
|
224
|
+
end
|
225
|
+
|
226
|
+
def send_autopay(amount, authorization, is_auth, options = {})
|
227
|
+
properties = {
|
228
|
+
accountNumber: @options[:account],
|
229
|
+
agreementRef: authorization,
|
230
|
+
price: amount,
|
231
|
+
productNumber: options[:product_number] || '1',
|
232
|
+
description: options[:description] || options[:order_id],
|
233
|
+
orderId: options[:order_id],
|
234
|
+
purchaseOperation: is_auth ? 'AUTHORIZATION' : 'SALE',
|
235
|
+
currency: (options[:currency] || default_currency),
|
236
|
+
}
|
237
|
+
hash_fields = [:accountNumber, :agreementRef, :price, :productNumber, :description, :orderId, :purchaseOperation, :currency]
|
238
|
+
add_request_hash(properties, hash_fields)
|
239
|
+
|
240
|
+
soap_action = SOAP_ACTIONS[:autopay]
|
241
|
+
request = build_xml_request(soap_action, properties)
|
242
|
+
commit(soap_action, request)
|
243
|
+
end
|
244
|
+
|
245
|
+
def send_capture(amount, transaction_number, options = {})
|
246
|
+
properties = {
|
247
|
+
accountNumber: @options[:account],
|
248
|
+
transactionNumber: transaction_number,
|
249
|
+
amount: amount,
|
250
|
+
orderId: options[:order_id] || '',
|
251
|
+
vatAmount: options[:vat_amount] || 0,
|
252
|
+
additionalValues: ''
|
253
|
+
}
|
254
|
+
hash_fields = [:accountNumber, :transactionNumber, :amount, :orderId, :vatAmount, :additionalValues]
|
255
|
+
add_request_hash(properties, hash_fields)
|
256
|
+
|
257
|
+
soap_action = SOAP_ACTIONS[:capture]
|
258
|
+
request = build_xml_request(soap_action, properties)
|
259
|
+
commit(soap_action, request)
|
260
|
+
end
|
261
|
+
|
262
|
+
def send_credit(transaction_number, amount, options = {})
|
263
|
+
properties = {
|
264
|
+
accountNumber: @options[:account],
|
265
|
+
transactionNumber: transaction_number,
|
266
|
+
amount: amount,
|
267
|
+
orderId: options[:order_id],
|
268
|
+
vatAmount: options[:vat_amount] || 0,
|
269
|
+
additionalValues: ''
|
270
|
+
}
|
271
|
+
hash_fields = [:accountNumber, :transactionNumber, :amount, :orderId, :vatAmount, :additionalValues]
|
272
|
+
add_request_hash(properties, hash_fields)
|
273
|
+
|
274
|
+
soap_action = SOAP_ACTIONS[:credit]
|
275
|
+
request = build_xml_request(soap_action, properties)
|
276
|
+
commit(soap_action, request)
|
277
|
+
end
|
278
|
+
|
279
|
+
def send_cancel(transaction_number)
|
280
|
+
properties = {
|
281
|
+
accountNumber: @options[:account],
|
282
|
+
transactionNumber: transaction_number,
|
283
|
+
}
|
284
|
+
hash_fields = [:accountNumber, :transactionNumber]
|
285
|
+
add_request_hash(properties, hash_fields)
|
286
|
+
|
287
|
+
soap_action = SOAP_ACTIONS[:cancel]
|
288
|
+
request = build_xml_request(soap_action, properties)
|
289
|
+
commit(soap_action, request)
|
290
|
+
end
|
291
|
+
|
292
|
+
def send_create_agreement(options)
|
293
|
+
properties = {
|
294
|
+
accountNumber: @options[:account],
|
295
|
+
merchantRef: options[:merchant_ref] || '1',
|
296
|
+
description: options[:description] || options[:order_id],
|
297
|
+
purchaseOperation: 'SALE',
|
298
|
+
maxAmount: options[:max_amount] || 100000, # default to 1,000
|
299
|
+
notifyUrl: '',
|
300
|
+
startDate: options[:startDate] || '',
|
301
|
+
stopDate: options[:stopDate] || ''
|
302
|
+
}
|
303
|
+
hash_fields = [:accountNumber, :merchantRef, :description, :purchaseOperation, :maxAmount, :notifyUrl, :startDate, :stopDate]
|
304
|
+
add_request_hash(properties, hash_fields)
|
305
|
+
|
306
|
+
soap_action = SOAP_ACTIONS[:create_agreement]
|
307
|
+
request = build_xml_request(soap_action, properties)
|
308
|
+
commit(soap_action, request)
|
309
|
+
end
|
310
|
+
|
311
|
+
def send_delete_agreement(authorization)
|
312
|
+
properties = {
|
313
|
+
accountNumber: @options[:account],
|
314
|
+
agreementRef: authorization,
|
315
|
+
}
|
316
|
+
hash_fields = [:accountNumber, :agreementRef]
|
317
|
+
add_request_hash(properties, hash_fields)
|
318
|
+
|
319
|
+
soap_action = SOAP_ACTIONS[:delete_agreement]
|
320
|
+
request = build_xml_request(soap_action, properties)
|
321
|
+
commit(soap_action, request)
|
322
|
+
end
|
323
|
+
|
324
|
+
def url_for(soap_action)
|
325
|
+
File.join(base_url(soap_action), soap_action[:url])
|
326
|
+
end
|
327
|
+
|
328
|
+
def base_url(soap_action)
|
329
|
+
if soap_action[:confined]
|
330
|
+
test? ? test_confined_url : live_confined_url
|
331
|
+
else
|
332
|
+
test? ? test_external_url : live_external_url
|
333
|
+
end
|
334
|
+
end
|
335
|
+
|
336
|
+
# this will add a hash to the passed in properties as required by Payex requests
|
337
|
+
def add_request_hash(properties, fields)
|
338
|
+
data = fields.map { |e| properties[e] }
|
339
|
+
data << @options[:encryption_key]
|
340
|
+
properties['hash_'] = Digest::MD5.hexdigest(data.join(''))
|
341
|
+
end
|
342
|
+
|
343
|
+
def build_xml_request(soap_action, properties)
|
344
|
+
builder = Nokogiri::XML::Builder.new
|
345
|
+
builder.__send__('soap12:Envelope', {'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
|
346
|
+
'xmlns:xsd' => 'http://www.w3.org/2001/XMLSchema',
|
347
|
+
'xmlns:soap12' => 'http://www.w3.org/2003/05/soap-envelope'}) do |root|
|
348
|
+
root.__send__('soap12:Body') do |body|
|
349
|
+
body.__send__(soap_action[:name], xmlns: soap_action[:xmlns]) do |doc|
|
350
|
+
properties.each do |key, val|
|
351
|
+
doc.send(key, val)
|
352
|
+
end
|
353
|
+
end
|
354
|
+
end
|
355
|
+
end
|
356
|
+
builder.to_xml
|
357
|
+
end
|
358
|
+
|
359
|
+
def parse(xml)
|
360
|
+
response = {}
|
361
|
+
|
362
|
+
xmldoc = Nokogiri::XML(xml)
|
363
|
+
body = xmldoc.xpath("//soap:Body/*[1]")[0].inner_text
|
364
|
+
|
365
|
+
doc = Nokogiri::XML(body)
|
366
|
+
|
367
|
+
doc.root.xpath("*").each do |node|
|
368
|
+
if (node.elements.size == 0)
|
369
|
+
response[node.name.downcase.to_sym] = node.text
|
370
|
+
else
|
371
|
+
node.elements.each do |childnode|
|
372
|
+
name = "#{node.name.downcase}_#{childnode.name.downcase}"
|
373
|
+
response[name.to_sym] = childnode.text
|
374
|
+
end
|
375
|
+
end
|
376
|
+
end unless doc.root.nil?
|
377
|
+
|
378
|
+
response
|
379
|
+
end
|
380
|
+
|
381
|
+
# Commits all requests to the Payex soap endpoint
|
382
|
+
def commit(soap_action, request)
|
383
|
+
url = url_for(soap_action)
|
384
|
+
headers = {
|
385
|
+
'Content-Type' => 'application/soap+xml; charset=utf-8',
|
386
|
+
'Content-Length' => request.size.to_s
|
387
|
+
}
|
388
|
+
response = parse(ssl_post(url, request, headers))
|
389
|
+
Response.new(success?(response),
|
390
|
+
message_from(response),
|
391
|
+
response,
|
392
|
+
test: test?,
|
393
|
+
authorization: build_authorization(response)
|
394
|
+
)
|
395
|
+
end
|
396
|
+
|
397
|
+
def build_authorization(response)
|
398
|
+
# agreementref is for the store transaction, everything else gets transactionnumber
|
399
|
+
response[:transactionnumber] || response[:agreementref]
|
400
|
+
end
|
401
|
+
|
402
|
+
def success?(response)
|
403
|
+
response[:status_errorcode] == 'OK' && response[:transactionstatus] != TRANSACTION_STATUS[:failure]
|
404
|
+
end
|
405
|
+
|
406
|
+
def message_from(response)
|
407
|
+
response[:status_description]
|
408
|
+
end
|
409
|
+
end
|
410
|
+
end
|
411
|
+
end
|
412
|
+
|
@@ -10,7 +10,7 @@ module ActiveMerchant #:nodoc:
|
|
10
10
|
# Set the default partner to PayPal
|
11
11
|
base.partner = 'PayPal'
|
12
12
|
|
13
|
-
base.supported_countries = ['US', 'CA', '
|
13
|
+
base.supported_countries = ['US', 'CA', 'NZ', 'AU']
|
14
14
|
|
15
15
|
base.class_attribute :timeout
|
16
16
|
base.timeout = 60
|
@@ -25,6 +25,13 @@ module ActiveMerchant #:nodoc:
|
|
25
25
|
# subsequent Responses will have a :duplicate parameter set in the params
|
26
26
|
# hash.
|
27
27
|
base.retry_safe = true
|
28
|
+
|
29
|
+
# Send Payflow requests to PayPal directly by activating the NVP protocol.
|
30
|
+
# Valid XMLPay documents may have issues being parsed correctly by
|
31
|
+
# Payflow but will be accepted by PayPal if a PAYPAL-NVP request header
|
32
|
+
# is declared.
|
33
|
+
base.class_attribute :use_paypal_nvp
|
34
|
+
base.use_paypal_nvp = false
|
28
35
|
end
|
29
36
|
|
30
37
|
XMLNS = 'http://www.paypal.com/XMLPay'
|
@@ -85,7 +92,7 @@ module ActiveMerchant #:nodoc:
|
|
85
92
|
else
|
86
93
|
xml.tag! 'Transactions' do
|
87
94
|
xml.tag! 'Transaction', 'CustRef' => options[:customer] do
|
88
|
-
xml.tag! 'Verbosity', 'MEDIUM'
|
95
|
+
xml.tag! 'Verbosity', @options[:verbosity] || 'MEDIUM'
|
89
96
|
xml << body
|
90
97
|
end
|
91
98
|
end
|
@@ -181,29 +188,43 @@ module ActiveMerchant #:nodoc:
|
|
181
188
|
end
|
182
189
|
|
183
190
|
def build_headers(content_length)
|
184
|
-
{
|
191
|
+
headers = {
|
185
192
|
"Content-Type" => "text/xml",
|
186
193
|
"Content-Length" => content_length.to_s,
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
194
|
+
"X-VPS-Client-Timeout" => timeout.to_s,
|
195
|
+
"X-VPS-VIT-Integration-Product" => "ActiveMerchant",
|
196
|
+
"X-VPS-VIT-Runtime-Version" => RUBY_VERSION,
|
197
|
+
"X-VPS-Request-ID" => SecureRandom.hex(16)
|
198
|
+
}
|
199
|
+
|
200
|
+
headers.merge!("PAYPAL-NVP" => "Y") if self.use_paypal_nvp
|
201
|
+
headers
|
202
|
+
end
|
203
|
+
|
204
|
+
def commit(request_body, options = {})
|
195
205
|
request = build_request(request_body, options)
|
196
206
|
headers = build_headers(request.size)
|
197
207
|
|
198
|
-
|
208
|
+
response = parse(ssl_post(test? ? self.test_url : self.live_url, request, headers))
|
199
209
|
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
210
|
+
build_response(
|
211
|
+
success_for(response),
|
212
|
+
response[:message], response,
|
213
|
+
test: test?,
|
214
|
+
authorization: response[:pn_ref] || response[:rp_ref],
|
215
|
+
cvv_result: CVV_CODE[response[:cv_result]],
|
216
|
+
avs_result: { code: response[:avs_result] },
|
217
|
+
fraud_review: under_fraud_review?(response)
|
205
218
|
)
|
206
219
|
end
|
220
|
+
|
221
|
+
def success_for(response)
|
222
|
+
%w(0 126).include?(response[:result])
|
223
|
+
end
|
224
|
+
|
225
|
+
def under_fraud_review?(response)
|
226
|
+
(response[:result] == "126")
|
227
|
+
end
|
207
228
|
end
|
208
229
|
end
|
209
230
|
end
|