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,289 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class NetbanxGateway < Gateway
|
4
|
+
# Netbanx is the new REST based API for Optimal Payments / Paysafe
|
5
|
+
self.test_url = 'https://api.test.netbanx.com/'
|
6
|
+
self.live_url = 'https://api.netbanx.com/'
|
7
|
+
|
8
|
+
self.supported_countries = %w(AF AX AL DZ AS AD AO AI AQ AG AR AM AW AU AT AZ BS BH BD BB BY BE BZ BJ BM BT BO BQ BA BW BV BR IO BN BG BF BI KH CM CA CV KY CF TD CL CN CX CC CO KM CG CD CK CR CI HR CU CW CY CZ DK DJ DM DO EC EG SV GQ ER EE ET FK FO FJ FI FR GF PF TF GA GM GE DE GH GI GR GL GD GP GU GT GG GN GW GY HT HM HN HK HU IS IN ID IR IQ IE IM IL IT JM JP JE JO KZ KE KI KP KR KW KG LA LV LB LS LR LY LI LT LU MO MK MG MW MY MV ML MT MH MQ MR MU YT MX FM MD MC MN ME MS MA MZ MM NA NR NP NC NZ NI NE NG NU NF MP NO OM PK PW PS PA PG PY PE PH PN PL PT PR QA RE RO RU RW BL SH KN LC MF VC WS SM ST SA SN RS SC SL SG SX SK SI SB SO ZA GS SS ES LK PM SD SR SJ SZ SE CH SY TW TJ TZ TH NL TL TG TK TO TT TN TR TM TC TV UG UA AE GB US UM UY UZ VU VA VE VN VG VI WF EH YE ZM ZW)
|
9
|
+
self.default_currency = 'CAD'
|
10
|
+
self.supported_cardtypes = [
|
11
|
+
:american_express,
|
12
|
+
:diners_club,
|
13
|
+
:discover,
|
14
|
+
:jcb,
|
15
|
+
:master,
|
16
|
+
:maestro,
|
17
|
+
:visa
|
18
|
+
]
|
19
|
+
|
20
|
+
self.money_format = :cents
|
21
|
+
|
22
|
+
self.homepage_url = 'https://processing.paysafe.com/'
|
23
|
+
self.display_name = 'Netbanx by PaySafe'
|
24
|
+
|
25
|
+
def initialize(options={})
|
26
|
+
requires!(options, :account_number, :api_key)
|
27
|
+
super
|
28
|
+
end
|
29
|
+
|
30
|
+
def purchase(money, payment, options={})
|
31
|
+
post = {}
|
32
|
+
add_invoice(post, money, options)
|
33
|
+
add_settle_with_auth(post)
|
34
|
+
add_payment(post, payment, options)
|
35
|
+
|
36
|
+
commit(:post, 'auths', post)
|
37
|
+
end
|
38
|
+
|
39
|
+
def authorize(money, payment, options={})
|
40
|
+
post = {}
|
41
|
+
add_invoice(post, money, options)
|
42
|
+
add_payment(post, payment, options)
|
43
|
+
|
44
|
+
commit(:post, 'auths', post)
|
45
|
+
end
|
46
|
+
|
47
|
+
def capture(money, authorization, options={})
|
48
|
+
post = {}
|
49
|
+
add_invoice(post, money, options)
|
50
|
+
|
51
|
+
commit(:post, "auths/#{authorization}/settlements", post)
|
52
|
+
end
|
53
|
+
|
54
|
+
def refund(money, authorization, options={})
|
55
|
+
post = {}
|
56
|
+
add_invoice(post, money, options)
|
57
|
+
|
58
|
+
commit(:post, "settlements/#{authorization}/refunds", post)
|
59
|
+
end
|
60
|
+
|
61
|
+
def void(authorization, options={})
|
62
|
+
post = {}
|
63
|
+
add_order_id(post, options)
|
64
|
+
|
65
|
+
commit(:post, "auths/#{authorization}/voidauths", post)
|
66
|
+
end
|
67
|
+
|
68
|
+
def verify(credit_card, options={})
|
69
|
+
post = {}
|
70
|
+
add_payment(post, credit_card)
|
71
|
+
add_order_id(post, options)
|
72
|
+
|
73
|
+
commit(:post, 'verifications', post)
|
74
|
+
end
|
75
|
+
|
76
|
+
# note: when passing options[:customer] we only attempt to add the
|
77
|
+
# card to the profile_id passed as the options[:customer]
|
78
|
+
def store(credit_card, options={})
|
79
|
+
# locale can only be one of en_US, fr_CA, en_GB
|
80
|
+
requires!(options, :locale)
|
81
|
+
post = {}
|
82
|
+
add_credit_card(post, credit_card, options)
|
83
|
+
add_customer_data(post, options)
|
84
|
+
|
85
|
+
commit(:post, 'customervault/v1/profiles', post)
|
86
|
+
end
|
87
|
+
|
88
|
+
def unstore(identification, options = {})
|
89
|
+
customer_id, card_id = identification.split('|')
|
90
|
+
|
91
|
+
if card_id.nil?
|
92
|
+
# deleting the profile
|
93
|
+
commit(:delete, "customervault/v1/profiles/#{CGI.escape(customer_id)}", nil)
|
94
|
+
else
|
95
|
+
# deleting the card from the profile
|
96
|
+
commit(:delete, "customervault/v1/profiles/#{CGI.escape(customer_id)}/cards/#{CGI.escape(card_id)}", nil)
|
97
|
+
end
|
98
|
+
end
|
99
|
+
|
100
|
+
def supports_scrubbing?
|
101
|
+
true
|
102
|
+
end
|
103
|
+
|
104
|
+
def scrub(transcript)
|
105
|
+
transcript.
|
106
|
+
gsub(%r((Authorization: Basic )\w+), '\1[FILTERED]').
|
107
|
+
gsub(%r(("card\\?":{\\?"cardNum\\?":\\?")\d+), '\1[FILTERED]').
|
108
|
+
gsub(%r(("cvv\\?":\\?")\d+), '\1[FILTERED]')
|
109
|
+
end
|
110
|
+
|
111
|
+
private
|
112
|
+
|
113
|
+
def add_settle_with_auth(post)
|
114
|
+
post[:settleWithAuth] = true
|
115
|
+
end
|
116
|
+
|
117
|
+
def add_customer_data(post, options)
|
118
|
+
post[:merchantCustomerId] = (options[:merchant_customer_id] || SecureRandom.uuid)
|
119
|
+
post[:locale] = options[:locale]
|
120
|
+
end
|
121
|
+
|
122
|
+
def add_credit_card(post, credit_card, options = {})
|
123
|
+
post[:card] ||= {}
|
124
|
+
post[:card][:cardNum] = credit_card.number
|
125
|
+
post[:card][:holderName] = credit_card.name
|
126
|
+
post[:card][:cvv] = credit_card.verification_value
|
127
|
+
post[:card][:cardExpiry] = expdate(credit_card)
|
128
|
+
if options[:billing_address]
|
129
|
+
post[:card][:billingAddress] = map_address(options[:billing_address])
|
130
|
+
end
|
131
|
+
end
|
132
|
+
|
133
|
+
def add_invoice(post, money, options)
|
134
|
+
post[:amount] = amount(money)
|
135
|
+
add_order_id(post, options)
|
136
|
+
end
|
137
|
+
|
138
|
+
def add_payment(post, credit_card_or_reference, options = {})
|
139
|
+
post[:card] ||= {}
|
140
|
+
if credit_card_or_reference.is_a?(String)
|
141
|
+
post[:card][:paymentToken] = credit_card_or_reference
|
142
|
+
else
|
143
|
+
post[:card][:cardNum] = credit_card_or_reference.number
|
144
|
+
post[:card][:cvv] = credit_card_or_reference.verification_value
|
145
|
+
post[:card][:cardExpiry] = expdate(credit_card_or_reference)
|
146
|
+
end
|
147
|
+
|
148
|
+
post[:currencyCode] = options[:currency] if options[:currency]
|
149
|
+
post[:billingDetails] = map_address(options[:billing_address]) if options[:billing_address]
|
150
|
+
end
|
151
|
+
|
152
|
+
def expdate(credit_card)
|
153
|
+
year = format(credit_card.year, :four_digits)
|
154
|
+
month = format(credit_card.month, :two_digits)
|
155
|
+
|
156
|
+
# returns a hash (necessary in the card JSON object)
|
157
|
+
{ :month => month, :year => year }
|
158
|
+
end
|
159
|
+
|
160
|
+
def add_order_id(post, options)
|
161
|
+
post[:merchantRefNum] = (options[:order_id] || SecureRandom.uuid)
|
162
|
+
end
|
163
|
+
|
164
|
+
def map_address(address)
|
165
|
+
return {} if address.nil?
|
166
|
+
country = Country.find(address[:country]) if address[:country]
|
167
|
+
mapped = {
|
168
|
+
:street => address[:address1],
|
169
|
+
:city => address[:city],
|
170
|
+
:zip => address[:zip],
|
171
|
+
}
|
172
|
+
mapped.merge!({:country => country.code(:alpha2).value}) unless country.blank?
|
173
|
+
|
174
|
+
mapped
|
175
|
+
end
|
176
|
+
|
177
|
+
def parse(body)
|
178
|
+
body.blank? ? {} : JSON.parse(body)
|
179
|
+
end
|
180
|
+
|
181
|
+
def commit(method, uri, parameters)
|
182
|
+
params = parameters.to_json unless parameters.nil?
|
183
|
+
response = begin
|
184
|
+
parse(ssl_request(method, get_url(uri), params, headers))
|
185
|
+
rescue ResponseError => e
|
186
|
+
return Response.new(false, 'Invalid Login') if(e.response.code == '401')
|
187
|
+
parse(e.response.body)
|
188
|
+
end
|
189
|
+
|
190
|
+
success = success_from(response)
|
191
|
+
Response.new(
|
192
|
+
success,
|
193
|
+
message_from(success, response),
|
194
|
+
response,
|
195
|
+
:test => test?,
|
196
|
+
:error_code => error_code_from(response),
|
197
|
+
:authorization => authorization_from(success, get_url(uri), method, response)
|
198
|
+
)
|
199
|
+
end
|
200
|
+
|
201
|
+
def get_url(uri)
|
202
|
+
url = (test? ? test_url : live_url)
|
203
|
+
if uri =~ /^customervault/
|
204
|
+
"#{url}#{uri}"
|
205
|
+
else
|
206
|
+
"#{url}cardpayments/v1/accounts/#{@options[:account_number]}/#{uri}"
|
207
|
+
end
|
208
|
+
end
|
209
|
+
|
210
|
+
def success_from(response)
|
211
|
+
response.blank? || !response.key?('error')
|
212
|
+
end
|
213
|
+
|
214
|
+
def message_from(success, response)
|
215
|
+
success ? 'OK' : (response['error']['message'] || "Unknown error - please contact Netbanx-Paysafe")
|
216
|
+
end
|
217
|
+
|
218
|
+
def authorization_from(success, url, method, response)
|
219
|
+
if success && response.present? && url.match(/cardpayments\/v1\/accounts\/.*\//)
|
220
|
+
response['id']
|
221
|
+
elsif method == :post && url.match(/customervault\/.*\//)
|
222
|
+
# auth for tokenised customer vault is returned as
|
223
|
+
# customer_profile_id|card_id|payment_method_token
|
224
|
+
#
|
225
|
+
# customer_profile_id is the uuid that identifies the customer
|
226
|
+
# card_id is the uuid that identifies the card
|
227
|
+
# payment_method_token is the token that needs to be used when
|
228
|
+
# calling purchase with a token
|
229
|
+
#
|
230
|
+
# both id's are used to unstore, the payment token is only used for
|
231
|
+
# purchase transactions
|
232
|
+
[response['id'], response['cards'].first['id'], response['cards'].first['paymentToken']].join("|")
|
233
|
+
end
|
234
|
+
end
|
235
|
+
|
236
|
+
# Builds the auth and U-A headers for the request
|
237
|
+
def headers
|
238
|
+
{
|
239
|
+
'Accept' => 'application/json',
|
240
|
+
'Content-type' => 'application/json',
|
241
|
+
'Authorization' => "Basic #{Base64.strict_encode64(@options[:api_key].to_s)}",
|
242
|
+
'User-Agent' => "Netbanx-Paysafe v1.0/ActiveMerchant #{ActiveMerchant::VERSION}"
|
243
|
+
}
|
244
|
+
end
|
245
|
+
|
246
|
+
def error_code_from(response)
|
247
|
+
unless success_from(response)
|
248
|
+
case response['errorCode']
|
249
|
+
when '3002' then STANDARD_ERROR_CODE[:invalid_number] # You submitted an invalid card number or brand or combination of card number and brand with your request.
|
250
|
+
when '3004' then STANDARD_ERROR_CODE[:incorrect_zip] # The zip/postal code must be provided for an AVS check request.
|
251
|
+
when '3005' then STANDARD_ERROR_CODE[:incorrect_cvc] # You submitted an incorrect CVC value with your request.
|
252
|
+
when '3006' then STANDARD_ERROR_CODE[:expired_card] # You submitted an expired credit card number with your request.
|
253
|
+
when '3009' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined by the issuing bank.
|
254
|
+
when '3011' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined by the issuing bank because the card used is a restricted card. Contact the cardholder's credit card company for further investigation.
|
255
|
+
when '3012' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined by the issuing bank because the credit card expiry date submitted is invalid.
|
256
|
+
when '3013' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined by the issuing bank due to problems with the credit card account.
|
257
|
+
when '3014' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined - the issuing bank has returned an unknown response. Contact the card holder's credit card company for further investigation.
|
258
|
+
when '3015' then STANDARD_ERROR_CODE[:card_declined] # The bank has requested that you process the transaction manually by calling the cardholder's credit card company.
|
259
|
+
when '3016' then STANDARD_ERROR_CODE[:card_declined] # The bank has requested that you retrieve the card from the cardholder – it may be a lost or stolen card.
|
260
|
+
when '3017' then STANDARD_ERROR_CODE[:invalid_number] # You submitted an invalid credit card number with your request.
|
261
|
+
when '3022' then STANDARD_ERROR_CODE[:card_declined] # The card has been declined due to insufficient funds.
|
262
|
+
when '3023' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined by the issuing bank due to its proprietary card activity regulations.
|
263
|
+
when '3024' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined because the issuing bank does not permit the transaction for this card.
|
264
|
+
when '3032' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined by the issuing bank or external gateway because the card is probably in one of their negative databases.
|
265
|
+
when '3035' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined due to exceeded PIN attempts.
|
266
|
+
when '3036' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined due to an invalid issuer.
|
267
|
+
when '3037' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined because it is invalid.
|
268
|
+
when '3038' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined due to customer cancellation.
|
269
|
+
when '3039' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined due to an invalid authentication value.
|
270
|
+
when '3040' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined because the request type is not permitted on the card.
|
271
|
+
when '3041' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined due to a timeout.
|
272
|
+
when '3042' then STANDARD_ERROR_CODE[:card_declined] # Your request has been declined due to a cryptographic error.
|
273
|
+
when '3045' then STANDARD_ERROR_CODE[:invalid_expiry_date] # You submitted an invalid date format for this request.
|
274
|
+
when '3046' then STANDARD_ERROR_CODE[:card_declined] # The transaction was declined because the amount was set to zero.
|
275
|
+
when '3047' then STANDARD_ERROR_CODE[:card_declined] # The transaction was declined because the amount exceeds the floor limit.
|
276
|
+
when '3048' then STANDARD_ERROR_CODE[:card_declined] # The transaction was declined because the amount is less than the floor limit.
|
277
|
+
when '3049' then STANDARD_ERROR_CODE[:card_declined] # The bank has requested that you retrieve the card from the cardholder – the credit card has expired.
|
278
|
+
when '3050' then STANDARD_ERROR_CODE[:card_declined] # The bank has requested that you retrieve the card from the cardholder – fraudulent activity is suspected.
|
279
|
+
when '3051' then STANDARD_ERROR_CODE[:card_declined] # The bank has requested that you retrieve the card from the cardholder – contact the acquirer for more information.
|
280
|
+
when '3052' then STANDARD_ERROR_CODE[:card_declined] # The bank has requested that you retrieve the card from the cardholder – the credit card is restricted.
|
281
|
+
when '3053' then STANDARD_ERROR_CODE[:card_declined] # The bank has requested that you retrieve the card from the cardholder – please call the acquirer.
|
282
|
+
when '3054' then STANDARD_ERROR_CODE[:card_declined] # The transaction was declined due to suspected fraud.
|
283
|
+
else STANDARD_ERROR_CODE[:processing_error]
|
284
|
+
end
|
285
|
+
end
|
286
|
+
end
|
287
|
+
end
|
288
|
+
end
|
289
|
+
end
|
@@ -1,5 +1,15 @@
|
|
1
1
|
module ActiveMerchant #:nodoc:
|
2
2
|
module Billing #:nodoc:
|
3
|
+
# To perform PCI Compliant Repeat Billing
|
4
|
+
#
|
5
|
+
# Ensure that PCI Compliant Repeat Billing is enabled on your merchant account:
|
6
|
+
# "Enable PCI Compliant Repeat Billing, Up-selling and Cross-selling" in Step 6 of the Credit Cards setup page
|
7
|
+
#
|
8
|
+
# Instead of passing a credit_card to authorize or purchase, pass the transaction id (res.authorization)
|
9
|
+
# of a past Netbilling transaction
|
10
|
+
#
|
11
|
+
# To store billing information without performing an operation, use the 'store' method
|
12
|
+
# which invokes the tran_type 'Q' (Quasi) operation and returns a transaction id to use in future Repeat Billing operations
|
3
13
|
class NetbillingGateway < Gateway
|
4
14
|
self.live_url = self.test_url = 'https://secure.netbilling.com:1402/gw/sas/direct3.1'
|
5
15
|
|
@@ -9,7 +19,8 @@ module ActiveMerchant #:nodoc:
|
|
9
19
|
:refund => 'R',
|
10
20
|
:credit => 'C',
|
11
21
|
:capture => 'D',
|
12
|
-
:void => 'U'
|
22
|
+
:void => 'U',
|
23
|
+
:quasi => 'Q'
|
13
24
|
}
|
14
25
|
|
15
26
|
SUCCESS_CODES = [ '1', 'T' ]
|
@@ -27,24 +38,26 @@ module ActiveMerchant #:nodoc:
|
|
27
38
|
super
|
28
39
|
end
|
29
40
|
|
30
|
-
def authorize(money,
|
41
|
+
def authorize(money, payment_source, options = {})
|
31
42
|
post = {}
|
32
43
|
add_amount(post, money)
|
33
44
|
add_invoice(post, options)
|
34
|
-
|
35
|
-
add_address(post,
|
45
|
+
add_payment_source(post, payment_source)
|
46
|
+
add_address(post, payment_source, options)
|
36
47
|
add_customer_data(post, options)
|
48
|
+
add_user_data(post, options)
|
37
49
|
|
38
50
|
commit(:authorization, post)
|
39
51
|
end
|
40
52
|
|
41
|
-
def purchase(money,
|
53
|
+
def purchase(money, payment_source, options = {})
|
42
54
|
post = {}
|
43
55
|
add_amount(post, money)
|
44
56
|
add_invoice(post, options)
|
45
|
-
|
46
|
-
add_address(post,
|
57
|
+
add_payment_source(post, payment_source)
|
58
|
+
add_address(post, payment_source, options)
|
47
59
|
add_customer_data(post, options)
|
60
|
+
add_user_data(post, options)
|
48
61
|
|
49
62
|
commit(:purchase, post)
|
50
63
|
end
|
@@ -69,6 +82,7 @@ module ActiveMerchant #:nodoc:
|
|
69
82
|
add_credit_card(post, credit_card)
|
70
83
|
add_address(post, credit_card, options)
|
71
84
|
add_customer_data(post, options)
|
85
|
+
add_user_data(post, options)
|
72
86
|
|
73
87
|
commit(:credit, post)
|
74
88
|
end
|
@@ -79,10 +93,31 @@ module ActiveMerchant #:nodoc:
|
|
79
93
|
commit(:void, post)
|
80
94
|
end
|
81
95
|
|
96
|
+
def store(credit_card, options = {})
|
97
|
+
post = {}
|
98
|
+
add_amount(post, 0)
|
99
|
+
add_payment_source(post, credit_card)
|
100
|
+
add_address(post, credit_card, options)
|
101
|
+
add_customer_data(post, options)
|
102
|
+
|
103
|
+
commit(:quasi, post)
|
104
|
+
end
|
105
|
+
|
82
106
|
def test?
|
83
107
|
(@options[:login] == TEST_LOGIN || super)
|
84
108
|
end
|
85
109
|
|
110
|
+
def supports_scrubbing
|
111
|
+
true
|
112
|
+
end
|
113
|
+
|
114
|
+
def scrub(transcript)
|
115
|
+
transcript.
|
116
|
+
gsub(%r((Authorization: Basic )\w+), '\1[FILTERED]').
|
117
|
+
gsub(%r((&?card_number=)[^&]*), '\1[FILTERED]').
|
118
|
+
gsub(%r((&?card_cvv2=)[^&]*), '\1[FILTERED]')
|
119
|
+
end
|
120
|
+
|
86
121
|
private
|
87
122
|
|
88
123
|
def add_amount(post, money)
|
@@ -109,10 +144,7 @@ module ActiveMerchant #:nodoc:
|
|
109
144
|
end
|
110
145
|
|
111
146
|
if shipping_address = options[:shipping_address]
|
112
|
-
|
113
|
-
|
114
|
-
post[:ship_name1] = first_name
|
115
|
-
post[:ship_name2] = last_name
|
147
|
+
post[:ship_name1], post[:ship_name2] = split_names(shipping_address[:name])
|
116
148
|
post[:ship_street] = shipping_address[:address1]
|
117
149
|
post[:ship_zip] = shipping_address[:zip]
|
118
150
|
post[:ship_city] = shipping_address[:city]
|
@@ -125,6 +157,24 @@ module ActiveMerchant #:nodoc:
|
|
125
157
|
post[:description] = options[:description]
|
126
158
|
end
|
127
159
|
|
160
|
+
def add_payment_source(params, source)
|
161
|
+
if source.is_a?(String)
|
162
|
+
add_transaction_id(params, source)
|
163
|
+
else
|
164
|
+
add_credit_card(params, source)
|
165
|
+
end
|
166
|
+
end
|
167
|
+
|
168
|
+
def add_user_data(post, options)
|
169
|
+
if options[:order_id]
|
170
|
+
post[:user_data] = "order_id:#{options[:order_id]}"
|
171
|
+
end
|
172
|
+
end
|
173
|
+
|
174
|
+
def add_transaction_id(post, transaction_id)
|
175
|
+
post[:card_number] = 'CS:' + transaction_id
|
176
|
+
end
|
177
|
+
|
128
178
|
def add_credit_card(post, credit_card)
|
129
179
|
post[:bill_name1] = credit_card.first_name
|
130
180
|
post[:bill_name2] = credit_card.last_name
|
@@ -168,13 +218,6 @@ module ActiveMerchant #:nodoc:
|
|
168
218
|
success?(response) ? SUCCESS_MESSAGE : (response[:auth_msg] || FAILURE_MESSAGE)
|
169
219
|
end
|
170
220
|
|
171
|
-
def expdate(credit_card)
|
172
|
-
year = sprintf("%.4i", credit_card.year)
|
173
|
-
month = sprintf("%.2i", credit_card.month)
|
174
|
-
|
175
|
-
"#{month}#{year[-2..-1]}"
|
176
|
-
end
|
177
|
-
|
178
221
|
def post_data(action, parameters = {})
|
179
222
|
parameters[:account_id] = @options[:login]
|
180
223
|
parameters[:site_tag] = @options[:site_tag] if @options[:site_tag].present?
|
@@ -184,14 +227,6 @@ module ActiveMerchant #:nodoc:
|
|
184
227
|
parameters.reject{|k,v| v.blank?}.collect { |key, value| "#{key}=#{CGI.escape(value.to_s)}" }.join("&")
|
185
228
|
end
|
186
229
|
|
187
|
-
def parse_first_and_last_name(value)
|
188
|
-
name = value.to_s.split(' ')
|
189
|
-
|
190
|
-
last_name = name.pop || ''
|
191
|
-
first_name = name.join(' ')
|
192
|
-
[ first_name, last_name ]
|
193
|
-
end
|
194
230
|
end
|
195
231
|
end
|
196
232
|
end
|
197
|
-
|
@@ -18,7 +18,7 @@ module ActiveMerchant #:nodoc:
|
|
18
18
|
# transaction. After this, a refund should be performed instead.
|
19
19
|
#
|
20
20
|
# In addition to the regular ActiveMerchant transaction options, NETPAY
|
21
|
-
# also supports a `:mode` parameter. This allows testing to be
|
21
|
+
# also supports a `:mode` parameter. This allows testing to be performed
|
22
22
|
# in production and force specific results.
|
23
23
|
#
|
24
24
|
# * 'P' - Production
|