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
@@ -3,10 +3,7 @@ require 'base64'
|
|
3
3
|
module ActiveMerchant #:nodoc:
|
4
4
|
module Billing #:nodoc:
|
5
5
|
class WirecardGateway < Gateway
|
6
|
-
# Test server location
|
7
6
|
self.test_url = 'https://c3-test.wirecard.com/secure/ssl-gateway'
|
8
|
-
|
9
|
-
# Live server location
|
10
7
|
self.live_url = 'https://c3.wirecard.com/secure/ssl-gateway'
|
11
8
|
|
12
9
|
# The Namespaces are not really needed, because it just tells the System, that there's actually no namespace used.
|
@@ -29,56 +26,121 @@ module ActiveMerchant #:nodoc:
|
|
29
26
|
# number 5551234 within area code 202 (country code 1).
|
30
27
|
VALID_PHONE_FORMAT = /\+\d{1,3}(\(?\d{3}\)?)?\d{3}-\d{4}-\d{3}/
|
31
28
|
|
32
|
-
|
33
|
-
self.supported_countries =
|
34
|
-
|
35
|
-
# Wirecard supports all major credit and debit cards:
|
36
|
-
# Visa, Mastercard, American Express, Diners Club,
|
37
|
-
# JCB, Switch, VISA Carte Bancaire, Visa Electron and UATP cards.
|
38
|
-
# They also support the latest anti-fraud systems such as Verified by Visa or Master Secure Code.
|
39
|
-
self.supported_cardtypes = [
|
40
|
-
:visa, :master, :american_express, :diners_club, :jcb, :switch
|
41
|
-
]
|
42
|
-
|
43
|
-
# The homepage URL of the gateway
|
29
|
+
self.supported_cardtypes = [ :visa, :master, :american_express, :diners_club, :jcb, :switch ]
|
30
|
+
self.supported_countries = %w(AD CY GI IM MT RO CH AT DK GR IT MC SM TR BE EE HU LV NL SK GB BG FI IS LI NO SI VA FR IL LT PL ES CZ DE IE LU PT SE)
|
44
31
|
self.homepage_url = 'http://www.wirecard.com'
|
45
|
-
|
46
|
-
# The name of the gateway
|
47
32
|
self.display_name = 'Wirecard'
|
48
|
-
|
49
|
-
# The currency should normally be EUROs
|
50
33
|
self.default_currency = 'EUR'
|
51
|
-
|
52
|
-
# 100 is 1.00 Euro
|
53
34
|
self.money_format = :cents
|
54
35
|
|
36
|
+
# Public: Create a new Wirecard gateway.
|
37
|
+
#
|
38
|
+
# options - A hash of options:
|
39
|
+
# :login - The username
|
40
|
+
# :password - The password
|
41
|
+
# :signature - The BusinessCaseSignature
|
55
42
|
def initialize(options = {})
|
56
|
-
|
57
|
-
requires!(options, :login, :password)
|
58
|
-
# unfortunately Wirecard also requires a BusinessCaseSignature in the XML request
|
59
|
-
requires!(options, :signature)
|
43
|
+
requires!(options, :login, :password, :signature)
|
60
44
|
super
|
61
45
|
end
|
62
46
|
|
63
|
-
# Authorization
|
64
|
-
|
65
|
-
|
47
|
+
# Authorization - the second parameter may be a CreditCard or
|
48
|
+
# a String which represents a GuWID reference to an earlier
|
49
|
+
# transaction. If a GuWID is given, rather than a CreditCard,
|
50
|
+
# then then the :recurring option will be forced to "Repeated"
|
51
|
+
def authorize(money, payment_method, options = {})
|
52
|
+
if payment_method.respond_to?(:number)
|
53
|
+
options[:credit_card] = payment_method
|
54
|
+
else
|
55
|
+
options[:preauthorization] = payment_method
|
56
|
+
end
|
66
57
|
commit(:preauthorization, money, options)
|
67
58
|
end
|
68
59
|
|
69
|
-
# Capture Authorization
|
70
60
|
def capture(money, authorization, options = {})
|
71
61
|
options[:preauthorization] = authorization
|
72
62
|
commit(:capture, money, options)
|
73
63
|
end
|
74
64
|
|
75
|
-
# Purchase
|
76
|
-
|
77
|
-
|
65
|
+
# Purchase - the second parameter may be a CreditCard or
|
66
|
+
# a String which represents a GuWID reference to an earlier
|
67
|
+
# transaction. If a GuWID is given, rather than a CreditCard,
|
68
|
+
# then then the :recurring option will be forced to "Repeated"
|
69
|
+
def purchase(money, payment_method, options = {})
|
70
|
+
if payment_method.respond_to?(:number)
|
71
|
+
options[:credit_card] = payment_method
|
72
|
+
else
|
73
|
+
options[:preauthorization] = payment_method
|
74
|
+
end
|
78
75
|
commit(:purchase, money, options)
|
79
76
|
end
|
80
77
|
|
78
|
+
def void(identification, options = {})
|
79
|
+
options[:preauthorization] = identification
|
80
|
+
commit(:reversal, nil, options)
|
81
|
+
end
|
82
|
+
|
83
|
+
def refund(money, identification, options = {})
|
84
|
+
options[:preauthorization] = identification
|
85
|
+
commit(:bookback, money, options)
|
86
|
+
end
|
87
|
+
|
88
|
+
# Store card - Wirecard supports the notion of "Recurring
|
89
|
+
# Transactions" by allowing the merchant to provide a reference
|
90
|
+
# to an earlier transaction (the GuWID) rather than a credit
|
91
|
+
# card. A reusable reference (GuWID) can be obtained by sending
|
92
|
+
# a purchase or authorization transaction with the element
|
93
|
+
# "RECURRING_TRANSACTION/Type" set to "Initial". Subsequent
|
94
|
+
# transactions can then use the GuWID in place of a credit
|
95
|
+
# card by setting "RECURRING_TRANSACTION/Type" to "Repeated".
|
96
|
+
#
|
97
|
+
# This implementation of card store utilizes a Wirecard
|
98
|
+
# "Authorization Check" (a Preauthorization that is automatically
|
99
|
+
# reversed). It defaults to a check amount of "100" (i.e.
|
100
|
+
# $1.00) but this can be overriden (see below).
|
101
|
+
#
|
102
|
+
# IMPORTANT: In order to reuse the stored reference, the
|
103
|
+
# +authorization+ from the response should be saved by
|
104
|
+
# your application code.
|
105
|
+
#
|
106
|
+
# ==== Options specific to +store+
|
107
|
+
#
|
108
|
+
# * <tt>:amount</tt> -- The amount, in cents, that should be
|
109
|
+
# "validated" by the Authorization Check. This amount will
|
110
|
+
# be reserved and then reversed. Default is 100.
|
111
|
+
#
|
112
|
+
# Note: This is not the only way to achieve a card store
|
113
|
+
# operation at Wirecard. Any +purchase+ or +authorize+
|
114
|
+
# can be sent with +options[:recurring] = 'Initial'+ to make
|
115
|
+
# the returned authorization/GuWID usable in later transactions
|
116
|
+
# with +options[:recurring] = 'Repeated'+.
|
117
|
+
def store(creditcard, options = {})
|
118
|
+
options[:credit_card] = creditcard
|
119
|
+
options[:recurring] = 'Initial'
|
120
|
+
money = options.delete(:amount) || 100
|
121
|
+
# Amex does not support authorization_check
|
122
|
+
if creditcard.brand == 'american_express'
|
123
|
+
commit(:preauthorization, money, options)
|
124
|
+
else
|
125
|
+
commit(:authorization_check, money, options)
|
126
|
+
end
|
127
|
+
end
|
128
|
+
|
129
|
+
def supports_scrubbing
|
130
|
+
true
|
131
|
+
end
|
132
|
+
|
133
|
+
def scrub(transcript)
|
134
|
+
transcript.
|
135
|
+
gsub(%r((Authorization: Basic )\w+), '\1[FILTERED]').
|
136
|
+
gsub(%r((<CreditCardNumber>)\d+(</CreditCardNumber>)), '\1[FILTERED]\2').
|
137
|
+
gsub(%r((<CVC2>)[^<]+(</CVC2>)), '\1[FILTERED]\2')
|
138
|
+
end
|
139
|
+
|
81
140
|
private
|
141
|
+
def clean_description(description)
|
142
|
+
description.to_s.slice(0,32).encode("US-ASCII", invalid: :replace, undef: :replace, replace: '?')
|
143
|
+
end
|
82
144
|
|
83
145
|
def prepare_options_hash(options)
|
84
146
|
result = @options.merge(options)
|
@@ -95,6 +157,13 @@ module ActiveMerchant #:nodoc:
|
|
95
157
|
options[:billing_address][:email] = options[:email] if options[:email]
|
96
158
|
end
|
97
159
|
|
160
|
+
# If a GuWID (string-based reference) is passed rather than a
|
161
|
+
# credit card, then the :recurring type needs to be forced to
|
162
|
+
# "Repeated"
|
163
|
+
def setup_recurring_flag(options)
|
164
|
+
options[:recurring] = 'Repeated' if options[:preauthorization].present?
|
165
|
+
end
|
166
|
+
|
98
167
|
# Contact WireCard, make the XML request, and parse the
|
99
168
|
# reply into a Response object
|
100
169
|
def commit(action, money, options)
|
@@ -112,8 +181,8 @@ module ActiveMerchant #:nodoc:
|
|
112
181
|
Response.new(success, message, response,
|
113
182
|
:test => test?,
|
114
183
|
:authorization => authorization,
|
115
|
-
:avs_result => { :code => response
|
116
|
-
:cvv_result => response[:
|
184
|
+
:avs_result => { :code => avs_code(response, options) },
|
185
|
+
:cvv_result => response[:CVCResponseCode]
|
117
186
|
)
|
118
187
|
rescue ResponseError => e
|
119
188
|
if e.response.code == "401"
|
@@ -148,25 +217,36 @@ module ActiveMerchant #:nodoc:
|
|
148
217
|
options[:order_id] ||= generate_unique_id
|
149
218
|
|
150
219
|
xml.tag! "FNC_CC_#{options[:action].to_s.upcase}" do
|
151
|
-
xml.tag! 'FunctionID', options[:description]
|
220
|
+
xml.tag! 'FunctionID', clean_description(options[:description])
|
152
221
|
xml.tag! 'CC_TRANSACTION' do
|
153
222
|
xml.tag! 'TransactionID', options[:order_id]
|
223
|
+
xml.tag! 'CommerceType', options[:commerce_type] if options[:commerce_type]
|
154
224
|
case options[:action]
|
155
|
-
when :preauthorization, :purchase
|
225
|
+
when :preauthorization, :purchase, :authorization_check
|
226
|
+
setup_recurring_flag(options)
|
156
227
|
add_invoice(xml, money, options)
|
157
|
-
|
228
|
+
|
229
|
+
if options[:credit_card]
|
230
|
+
add_creditcard(xml, options[:credit_card])
|
231
|
+
else
|
232
|
+
xml.tag! 'GuWID', options[:preauthorization]
|
233
|
+
end
|
234
|
+
|
158
235
|
add_address(xml, options[:billing_address])
|
159
|
-
when :capture
|
236
|
+
when :capture, :bookback
|
237
|
+
xml.tag! 'GuWID', options[:preauthorization]
|
238
|
+
add_amount(xml, money, options)
|
239
|
+
when :reversal
|
160
240
|
xml.tag! 'GuWID', options[:preauthorization]
|
161
|
-
add_amount(xml, money)
|
162
241
|
end
|
242
|
+
add_customer_data(xml, options)
|
163
243
|
end
|
164
244
|
end
|
165
245
|
end
|
166
246
|
|
167
247
|
# Includes the payment (amount, currency, country) to the transaction-xml
|
168
248
|
def add_invoice(xml, money, options)
|
169
|
-
add_amount(xml, money)
|
249
|
+
add_amount(xml, money, options)
|
170
250
|
xml.tag! 'Currency', options[:currency] || currency(money)
|
171
251
|
xml.tag! 'CountryCode', options[:billing_address][:country]
|
172
252
|
xml.tag! 'RECURRING_TRANSACTION' do
|
@@ -175,8 +255,8 @@ module ActiveMerchant #:nodoc:
|
|
175
255
|
end
|
176
256
|
|
177
257
|
# Include the amount in the transaction-xml
|
178
|
-
def add_amount(xml, money)
|
179
|
-
xml.tag! 'Amount',
|
258
|
+
def add_amount(xml, money, options)
|
259
|
+
xml.tag! 'Amount', localized_amount(money, options[:currency] || currency(money))
|
180
260
|
end
|
181
261
|
|
182
262
|
# Includes the credit-card data to the transaction-xml
|
@@ -230,7 +310,7 @@ module ActiveMerchant #:nodoc:
|
|
230
310
|
if root = REXML::XPath.first(xml, "#{basepath}/W_JOB")
|
231
311
|
parse_response(response, root)
|
232
312
|
elsif root = REXML::XPath.first(xml, "//ERROR")
|
233
|
-
|
313
|
+
parse_error_only_response(response, root)
|
234
314
|
else
|
235
315
|
response[:Message] = "No valid XML response message received. \
|
236
316
|
Propably wrong credentials supplied with HTTP header."
|
@@ -239,25 +319,43 @@ module ActiveMerchant #:nodoc:
|
|
239
319
|
response
|
240
320
|
end
|
241
321
|
|
242
|
-
|
322
|
+
def parse_error_only_response(response, root)
|
323
|
+
error_code = REXML::XPath.first(root, "Number")
|
324
|
+
response[:ErrorCode] = error_code.text if error_code
|
325
|
+
response[:Message] = parse_error(root)
|
326
|
+
end
|
327
|
+
|
328
|
+
# Parse the <ProcessingStatus> Element which contains all important information
|
243
329
|
def parse_response(response, root)
|
244
330
|
status = nil
|
245
|
-
|
331
|
+
|
246
332
|
root.elements.to_a.each do |node|
|
247
333
|
if node.name =~ /FNC_CC_/
|
248
334
|
status = REXML::XPath.first(node, "CC_TRANSACTION/PROCESSING_STATUS")
|
249
335
|
end
|
250
336
|
end
|
337
|
+
|
251
338
|
message = ""
|
252
339
|
if status
|
253
340
|
if info = status.elements['Info']
|
254
341
|
message << info.text
|
255
342
|
end
|
256
|
-
|
343
|
+
|
257
344
|
status.elements.to_a.each do |node|
|
258
|
-
|
345
|
+
if (node.elements.size == 0)
|
346
|
+
response[node.name.to_sym] = (node.text || '').strip
|
347
|
+
else
|
348
|
+
node.elements.each do |childnode|
|
349
|
+
name = "#{node.name}_#{childnode.name}"
|
350
|
+
response[name.to_sym] = (childnode.text || '').strip
|
351
|
+
end
|
352
|
+
end
|
259
353
|
end
|
354
|
+
|
355
|
+
error_code = REXML::XPath.first(status, "ERROR/Number")
|
356
|
+
response['ErrorCode'] = error_code.text if error_code
|
260
357
|
end
|
358
|
+
|
261
359
|
parse_error(root, message)
|
262
360
|
response[:Message] = message
|
263
361
|
end
|
@@ -290,7 +388,7 @@ module ActiveMerchant #:nodoc:
|
|
290
388
|
# Convert all messages to a single string
|
291
389
|
string = ''
|
292
390
|
errors.each do |error|
|
293
|
-
string << error[:Message]
|
391
|
+
string << error[:Message] if error[:Message]
|
294
392
|
error[:Advice].each_with_index do |advice, index|
|
295
393
|
string << ' (' if index == 0
|
296
394
|
string << "#{index+1}. #{advice}"
|
@@ -301,6 +399,27 @@ module ActiveMerchant #:nodoc:
|
|
301
399
|
string
|
302
400
|
end
|
303
401
|
|
402
|
+
# Amex have different AVS response codes
|
403
|
+
AMEX_TRANSLATED_AVS_CODES = {
|
404
|
+
"A" => "B", # CSC and Address Matched
|
405
|
+
"F" => "D", # All Data Matched
|
406
|
+
"N" => "I", # CSC Match
|
407
|
+
"U" => "U", # Data Not Checked
|
408
|
+
"Y" => "D", # All Data Matched
|
409
|
+
"Z" => "P", # CSC and Postcode Matched
|
410
|
+
}
|
411
|
+
|
412
|
+
# Amex have different AVS response codes to visa etc
|
413
|
+
def avs_code(response, options)
|
414
|
+
if response.has_key?(:AVS_ProviderResultCode)
|
415
|
+
if options[:credit_card].present? && ActiveMerchant::Billing::CreditCard.brand?(options[:credit_card].number) == "american_express"
|
416
|
+
AMEX_TRANSLATED_AVS_CODES[response[:AVS_ProviderResultCode]]
|
417
|
+
else
|
418
|
+
response[:AVS_ProviderResultCode]
|
419
|
+
end
|
420
|
+
end
|
421
|
+
end
|
422
|
+
|
304
423
|
# Encode login and password in Base64 to supply as HTTP header
|
305
424
|
# (for http basic authentication)
|
306
425
|
def encoded_credentials
|
@@ -310,4 +429,3 @@ module ActiveMerchant #:nodoc:
|
|
310
429
|
end
|
311
430
|
end
|
312
431
|
end
|
313
|
-
|
@@ -0,0 +1,344 @@
|
|
1
|
+
require 'nokogiri'
|
2
|
+
|
3
|
+
module ActiveMerchant #:nodoc:
|
4
|
+
module Billing #:nodoc:
|
5
|
+
# See https://helpdesk.worldnettps.com/support/solutions/articles/1000167298-integrator-guide
|
6
|
+
class WorldNetGateway < Gateway
|
7
|
+
self.test_url = 'https://testpayments.worldnettps.com/merchant/xmlpayment'
|
8
|
+
self.live_url = 'https://payments.worldnettps.com/merchant/xmlpayment'
|
9
|
+
|
10
|
+
self.homepage_url = 'http://worldnettps.com/'
|
11
|
+
self.display_name = 'WorldNet'
|
12
|
+
|
13
|
+
self.supported_countries = %w(IE GB US)
|
14
|
+
self.default_currency = 'EUR'
|
15
|
+
|
16
|
+
CARD_TYPES = {
|
17
|
+
visa: 'VISA',
|
18
|
+
master: 'MASTERCARD',
|
19
|
+
discover: 'DISCOVER',
|
20
|
+
american_express: 'AMEX',
|
21
|
+
maestro: 'MAESTRO',
|
22
|
+
diners_club: 'DINERS',
|
23
|
+
jcb: 'JCB',
|
24
|
+
secure_card: 'SECURECARD'
|
25
|
+
}.freeze
|
26
|
+
self.supported_cardtypes = CARD_TYPES.keys
|
27
|
+
|
28
|
+
def initialize(options = {})
|
29
|
+
requires!(options, :terminal_id, :secret)
|
30
|
+
options[:terminal_type] ||= 2 # eCommerce
|
31
|
+
super
|
32
|
+
end
|
33
|
+
|
34
|
+
def purchase(money, payment, options = {})
|
35
|
+
requires!(options, :order_id)
|
36
|
+
|
37
|
+
post = {}
|
38
|
+
add_invoice(post, money, options)
|
39
|
+
add_payment(post, payment)
|
40
|
+
add_address(post, payment, options)
|
41
|
+
add_customer_data(post, options)
|
42
|
+
|
43
|
+
commit('PAYMENT', post)
|
44
|
+
end
|
45
|
+
|
46
|
+
def authorize(money, payment, options = {})
|
47
|
+
requires!(options, :order_id)
|
48
|
+
|
49
|
+
post = {}
|
50
|
+
add_invoice(post, money, options)
|
51
|
+
add_payment(post, payment)
|
52
|
+
add_address(post, payment, options)
|
53
|
+
add_customer_data(post, options)
|
54
|
+
|
55
|
+
commit('PREAUTH', post)
|
56
|
+
end
|
57
|
+
|
58
|
+
def capture(money, authorization, options = {})
|
59
|
+
post = {}
|
60
|
+
add_invoice(post, money, options)
|
61
|
+
post[:uniqueref] = authorization
|
62
|
+
|
63
|
+
commit('PREAUTHCOMPLETION', post)
|
64
|
+
end
|
65
|
+
|
66
|
+
def refund(money, authorization, options = {})
|
67
|
+
requires!(options, :operator, :reason)
|
68
|
+
|
69
|
+
post = {}
|
70
|
+
post[:uniqueref] = authorization
|
71
|
+
add_invoice(post, money, options)
|
72
|
+
post[:operator] = options[:operator]
|
73
|
+
post[:reason] = options[:reason]
|
74
|
+
|
75
|
+
commit('REFUND', post)
|
76
|
+
end
|
77
|
+
|
78
|
+
def void(authorization, _options = {})
|
79
|
+
post = {}
|
80
|
+
post[:uniqueref] = authorization
|
81
|
+
commit('VOID', post)
|
82
|
+
end
|
83
|
+
|
84
|
+
def verify(credit_card, options = {})
|
85
|
+
MultiResponse.run(:use_first_response) do |r|
|
86
|
+
r.process { authorize(100, credit_card, options) }
|
87
|
+
r.process(:ignore_result) { void(r.authorization, options) }
|
88
|
+
end
|
89
|
+
end
|
90
|
+
|
91
|
+
def store(payment, options = {})
|
92
|
+
requires!(options, :order_id)
|
93
|
+
|
94
|
+
post = {}
|
95
|
+
post[:merchantref] = options[:order_id]
|
96
|
+
add_payment(post, payment)
|
97
|
+
|
98
|
+
commit('SECURECARDREGISTRATION', post)
|
99
|
+
end
|
100
|
+
|
101
|
+
def unstore(payment, options = {})
|
102
|
+
requires!(options, :order_id)
|
103
|
+
|
104
|
+
post = {}
|
105
|
+
post[:merchantref] = options[:order_id]
|
106
|
+
add_card_reference(post, payment)
|
107
|
+
|
108
|
+
commit('SECURECARDREMOVAL', post)
|
109
|
+
end
|
110
|
+
|
111
|
+
def supports_scrubbing?
|
112
|
+
true
|
113
|
+
end
|
114
|
+
|
115
|
+
def scrub(transcript)
|
116
|
+
transcript
|
117
|
+
.gsub(%r{(<CARDNUMBER>\d{6})\d+(\d{4}</CARDNUMBER>)}, '\1...\2')
|
118
|
+
.gsub(%r{(<CVV>)\d+(</CVV)}, '\1...\2')
|
119
|
+
end
|
120
|
+
|
121
|
+
private
|
122
|
+
|
123
|
+
def add_customer_data(post, options)
|
124
|
+
post[:email] = options[:email]
|
125
|
+
post[:ipaddress] = options[:ip]
|
126
|
+
end
|
127
|
+
|
128
|
+
def add_address(post, _creditcard, options)
|
129
|
+
address = options[:billing_address] || options[:address]
|
130
|
+
return unless address
|
131
|
+
post[:address1] = address[:address1]
|
132
|
+
post[:address2] = address[:address2]
|
133
|
+
post[:city] = address[:city]
|
134
|
+
post[:country] = address[:country] # ISO 3166-1-alpha-2 code.
|
135
|
+
post[:postcode] = address[:zip]
|
136
|
+
end
|
137
|
+
|
138
|
+
def add_invoice(post, money, options)
|
139
|
+
post[:orderid] = options[:order_id]
|
140
|
+
post[:amount] = amount(money)
|
141
|
+
post[:currency] = (options[:currency] || currency(money))
|
142
|
+
post[:description] = options[:description]
|
143
|
+
end
|
144
|
+
|
145
|
+
def add_payment(post, payment)
|
146
|
+
# a payment triggered with a secure_card (tokenised card) will not
|
147
|
+
# respond to `:number`
|
148
|
+
if payment.respond_to?(:number)
|
149
|
+
post[:cardholdername] = cardholdername(payment)
|
150
|
+
post[:cardtype] = CARD_TYPES[payment.brand.to_sym]
|
151
|
+
post[:cardnumber] = payment.number
|
152
|
+
post[:cvv] = payment.verification_value if payment.verification_value
|
153
|
+
post[:cardexpiry] = expdate(payment)
|
154
|
+
else
|
155
|
+
post[:cardtype] = CARD_TYPES[:secure_card]
|
156
|
+
post[:cardnumber] = payment
|
157
|
+
end
|
158
|
+
end
|
159
|
+
|
160
|
+
def add_card_reference(post, payment)
|
161
|
+
post[:cardreference] = payment
|
162
|
+
end
|
163
|
+
|
164
|
+
def cardholdername(payment)
|
165
|
+
[payment.first_name, payment.last_name].join(' ').slice(0, 60)
|
166
|
+
end
|
167
|
+
|
168
|
+
def parse(action, body)
|
169
|
+
results = {}
|
170
|
+
xml = Nokogiri::XML(body)
|
171
|
+
resp = xml.xpath("//#{action}RESPONSE | //ERROR")
|
172
|
+
resp.children.each do |element|
|
173
|
+
results[element.name.downcase.to_sym] = element.text
|
174
|
+
end
|
175
|
+
results
|
176
|
+
end
|
177
|
+
|
178
|
+
def commit(action, parameters)
|
179
|
+
url = (test? ? test_url : live_url)
|
180
|
+
response = parse(action, ssl_post(url, post_data(action, parameters)))
|
181
|
+
|
182
|
+
Response.new(
|
183
|
+
success_from(action, response),
|
184
|
+
message_from(response),
|
185
|
+
response,
|
186
|
+
authorization: authorization_from(action, response),
|
187
|
+
avs_result: AVSResult.new(code: response[:avs_response]),
|
188
|
+
cvv_result: CVVResult.new(response[:cvv_response]),
|
189
|
+
test: test?,
|
190
|
+
error_code: success_from(action, response) ? nil : message_to_standard_error_code_from(response)
|
191
|
+
)
|
192
|
+
end
|
193
|
+
|
194
|
+
def success_from(action, response)
|
195
|
+
case action
|
196
|
+
when 'SECURECARDREGISTRATION'
|
197
|
+
response[:cardreference].present?
|
198
|
+
when 'SECURECARDREMOVAL'
|
199
|
+
response[:datetime].present? && response[:hash].present?
|
200
|
+
else
|
201
|
+
response[:responsecode] == 'A'
|
202
|
+
end
|
203
|
+
end
|
204
|
+
|
205
|
+
def message_to_standard_error_code_from(response)
|
206
|
+
case message_from(response)
|
207
|
+
when /DECLINED/
|
208
|
+
STANDARD_ERROR_CODE[:card_declined]
|
209
|
+
when /CVV FAILURE/
|
210
|
+
STANDARD_ERROR_CODE[:incorrect_cvc]
|
211
|
+
when /Invalid CARDEXPIRY field/
|
212
|
+
STANDARD_ERROR_CODE[:invalid_expiry_date]
|
213
|
+
else
|
214
|
+
STANDARD_ERROR_CODE[:processing_error]
|
215
|
+
end
|
216
|
+
end
|
217
|
+
|
218
|
+
def message_from(response)
|
219
|
+
response[:responsetext] || response[:errorstring]
|
220
|
+
end
|
221
|
+
|
222
|
+
def authorization_from(action, response)
|
223
|
+
case action
|
224
|
+
when 'SECURECARDREGISTRATION'
|
225
|
+
response[:cardreference]
|
226
|
+
else
|
227
|
+
response[:uniqueref]
|
228
|
+
end
|
229
|
+
end
|
230
|
+
|
231
|
+
def post_data(action, parameters = {})
|
232
|
+
parameters[:terminalid] = @options[:terminal_id]
|
233
|
+
parameters[:terminaltype] = @options[:terminal_type]
|
234
|
+
parameters[:transactiontype] = 7 # eCommerce
|
235
|
+
parameters[:datetime] = create_time_stamp
|
236
|
+
parameters[:hash] = case action
|
237
|
+
when 'SECURECARDREGISTRATION'
|
238
|
+
build_store_signature(parameters)
|
239
|
+
when 'SECURECARDREMOVAL'
|
240
|
+
build_unstore_signature(parameters)
|
241
|
+
else
|
242
|
+
build_signature(parameters)
|
243
|
+
end
|
244
|
+
build_xml_request(action, fields(action), parameters)
|
245
|
+
end
|
246
|
+
|
247
|
+
def create_time_stamp
|
248
|
+
Time.now.gmtime.strftime('%d-%m-%Y:%H:%M:%S:%L')
|
249
|
+
end
|
250
|
+
|
251
|
+
def build_signature(parameters)
|
252
|
+
str = parameters[:terminalid]
|
253
|
+
str += (parameters[:uniqueref] || parameters[:orderid])
|
254
|
+
str += (parameters[:amount].to_s + parameters[:datetime])
|
255
|
+
Digest::MD5.hexdigest(str + @options[:secret])
|
256
|
+
end
|
257
|
+
|
258
|
+
def build_store_signature(parameters)
|
259
|
+
str = parameters[:terminalid]
|
260
|
+
str += parameters[:merchantref]
|
261
|
+
str += parameters[:datetime]
|
262
|
+
str += parameters[:cardnumber]
|
263
|
+
str += parameters[:cardexpiry]
|
264
|
+
str += parameters[:cardtype]
|
265
|
+
str += parameters[:cardholdername]
|
266
|
+
Digest::MD5.hexdigest(str + @options[:secret])
|
267
|
+
end
|
268
|
+
|
269
|
+
def build_unstore_signature(parameters)
|
270
|
+
str = parameters[:terminalid]
|
271
|
+
str += parameters[:merchantref]
|
272
|
+
str += parameters[:datetime]
|
273
|
+
str += parameters[:cardreference]
|
274
|
+
Digest::MD5.hexdigest(str + @options[:secret])
|
275
|
+
end
|
276
|
+
|
277
|
+
def fields(action)
|
278
|
+
# Gateway expects fields in fixed order below.
|
279
|
+
case action
|
280
|
+
when 'PAYMENT', 'PREAUTH'
|
281
|
+
[
|
282
|
+
:orderid,
|
283
|
+
:terminalid,
|
284
|
+
:amount,
|
285
|
+
:datetime,
|
286
|
+
:cardnumber, :cardtype, :cardexpiry, :cardholdername,
|
287
|
+
:hash,
|
288
|
+
:currency,
|
289
|
+
:terminaltype,
|
290
|
+
:transactiontype,
|
291
|
+
:email,
|
292
|
+
:cvv,
|
293
|
+
:address1, :address2,
|
294
|
+
:postcode,
|
295
|
+
:description,
|
296
|
+
:city, :country,
|
297
|
+
:ipaddress
|
298
|
+
]
|
299
|
+
when 'PREAUTHCOMPLETION'
|
300
|
+
[:uniqueref, :terminalid, :amount, :datetime, :hash]
|
301
|
+
when 'REFUND'
|
302
|
+
[:uniqueref, :terminalid, :amount, :datetime, :hash,
|
303
|
+
:operator, :reason]
|
304
|
+
when 'VOID'
|
305
|
+
[:uniqueref]
|
306
|
+
when 'SECURECARDREGISTRATION'
|
307
|
+
[
|
308
|
+
:merchantref,
|
309
|
+
:terminalid,
|
310
|
+
:datetime,
|
311
|
+
:cardnumber, :cardexpiry, :cardtype, :cardholdername,
|
312
|
+
:hash,
|
313
|
+
:dontchecksecurity,
|
314
|
+
:cvv,
|
315
|
+
:issueno
|
316
|
+
]
|
317
|
+
when 'SECURECARDREMOVAL'
|
318
|
+
[
|
319
|
+
:merchantref,
|
320
|
+
:cardreference,
|
321
|
+
:terminalid,
|
322
|
+
:datetime,
|
323
|
+
:hash
|
324
|
+
]
|
325
|
+
end
|
326
|
+
end
|
327
|
+
|
328
|
+
def build_xml_request(action, fields, data)
|
329
|
+
xml = Builder::XmlMarkup.new indent: 2
|
330
|
+
xml.instruct!(:xml, version: '1.0', encoding: 'utf-8')
|
331
|
+
xml.tag!(action) do
|
332
|
+
fields.each do |field|
|
333
|
+
xml.tag!(field.to_s.upcase, data[field]) if data[field]
|
334
|
+
end
|
335
|
+
end
|
336
|
+
xml.target!
|
337
|
+
end
|
338
|
+
|
339
|
+
def expdate(credit_card)
|
340
|
+
sprintf('%02d%02d', credit_card.month, credit_card.year % 100)
|
341
|
+
end
|
342
|
+
end
|
343
|
+
end
|
344
|
+
end
|