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,262 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class MercadoPagoGateway < Gateway
|
4
|
+
self.live_url = self.test_url = 'https://api.mercadopago.com/v1'
|
5
|
+
|
6
|
+
self.supported_countries = ['AR', 'BR', 'CL', 'CO', 'MX', 'PE', 'UY']
|
7
|
+
self.supported_cardtypes = [:visa, :master, :american_express]
|
8
|
+
|
9
|
+
self.homepage_url = 'https://www.mercadopago.com/'
|
10
|
+
self.display_name = 'Mercado Pago'
|
11
|
+
self.money_format = :dollars
|
12
|
+
|
13
|
+
CARD_BRAND = {
|
14
|
+
"american_express" => "amex",
|
15
|
+
"diners_club" => "diners"
|
16
|
+
}
|
17
|
+
|
18
|
+
def initialize(options={})
|
19
|
+
requires!(options, :access_token)
|
20
|
+
super
|
21
|
+
end
|
22
|
+
|
23
|
+
def purchase(money, payment, options={})
|
24
|
+
MultiResponse.run do |r|
|
25
|
+
r.process { commit("tokenize", "card_tokens", card_token_request(money, payment, options)) }
|
26
|
+
options.merge!(card_brand: (CARD_BRAND[payment.brand] || payment.brand))
|
27
|
+
options.merge!(card_token: r.authorization.split("|").first)
|
28
|
+
r.process { commit("purchase", "payments", purchase_request(money, payment, options) ) }
|
29
|
+
end
|
30
|
+
end
|
31
|
+
|
32
|
+
def authorize(money, payment, options={})
|
33
|
+
MultiResponse.run do |r|
|
34
|
+
r.process { commit("tokenize", "card_tokens", card_token_request(money, payment, options)) }
|
35
|
+
options.merge!(card_brand: (CARD_BRAND[payment.brand] || payment.brand))
|
36
|
+
options.merge!(card_token: r.authorization.split("|").first)
|
37
|
+
r.process { commit("authorize", "payments", authorize_request(money, payment, options) ) }
|
38
|
+
end
|
39
|
+
end
|
40
|
+
|
41
|
+
def capture(money, authorization, options={})
|
42
|
+
post = {}
|
43
|
+
authorization, _ = authorization.split("|")
|
44
|
+
post[:capture] = true
|
45
|
+
post[:transaction_amount] = amount(money).to_f
|
46
|
+
commit("capture", "payments/#{authorization}", post)
|
47
|
+
end
|
48
|
+
|
49
|
+
def refund(money, authorization, options={})
|
50
|
+
post = {}
|
51
|
+
authorization, original_amount = authorization.split("|")
|
52
|
+
post[:amount] = amount(money).to_f if original_amount && original_amount.to_f > amount(money).to_f
|
53
|
+
commit("refund", "payments/#{authorization}/refunds", post)
|
54
|
+
end
|
55
|
+
|
56
|
+
def void(authorization, options={})
|
57
|
+
authorization, _ = authorization.split("|")
|
58
|
+
post = { status: "cancelled" }
|
59
|
+
commit("void", "payments/#{authorization}", post)
|
60
|
+
end
|
61
|
+
|
62
|
+
def verify(credit_card, options={})
|
63
|
+
MultiResponse.run(:use_first_response) do |r|
|
64
|
+
r.process { authorize(100, credit_card, options) }
|
65
|
+
r.process(:ignore_result) { void(r.authorization, options) }
|
66
|
+
end
|
67
|
+
end
|
68
|
+
|
69
|
+
def supports_scrubbing?
|
70
|
+
true
|
71
|
+
end
|
72
|
+
|
73
|
+
def scrub(transcript)
|
74
|
+
transcript.
|
75
|
+
gsub(%r((access_token=).*?([^\s]+)), '\1[FILTERED]').
|
76
|
+
gsub(%r((\"card_number\\\":\\\")\d+), '\1[FILTERED]').
|
77
|
+
gsub(%r((\"security_code\\\":\\\")\d+), '\1[FILTERED]')
|
78
|
+
end
|
79
|
+
|
80
|
+
private
|
81
|
+
|
82
|
+
def card_token_request(money, payment, options = {})
|
83
|
+
post = {}
|
84
|
+
post[:card_number] = payment.number
|
85
|
+
post[:security_code] = payment.verification_value
|
86
|
+
post[:expiration_month] = payment.month
|
87
|
+
post[:expiration_year] = payment.year
|
88
|
+
post[:cardholder] = {
|
89
|
+
name: payment.name,
|
90
|
+
identification: {
|
91
|
+
type: options[:cardholder_identification_type],
|
92
|
+
number: options[:cardholder_identification_number]
|
93
|
+
}
|
94
|
+
}
|
95
|
+
post
|
96
|
+
end
|
97
|
+
|
98
|
+
def purchase_request(money, payment, options = {})
|
99
|
+
post = {}
|
100
|
+
add_invoice(post, money, options)
|
101
|
+
add_payment(post, options)
|
102
|
+
add_additional_data(post, options)
|
103
|
+
add_customer_data(post, payment, options)
|
104
|
+
add_address(post, options)
|
105
|
+
post[:binary_mode] = (options[:binary_mode].nil? ? true : options[:binary_mode])
|
106
|
+
post
|
107
|
+
end
|
108
|
+
|
109
|
+
def authorize_request(money, payment, options = {})
|
110
|
+
post = purchase_request(money, payment, options)
|
111
|
+
post.merge!(capture: false)
|
112
|
+
post
|
113
|
+
end
|
114
|
+
|
115
|
+
def add_additional_data(post, options)
|
116
|
+
post[:sponsor_id] = options[:sponsor_id]
|
117
|
+
post[:device_id] = options[:device_id] if options[:device_id]
|
118
|
+
post[:additional_info] = {
|
119
|
+
ip_address: options[:ip_address]
|
120
|
+
}.merge(options[:additional_info] || {})
|
121
|
+
|
122
|
+
|
123
|
+
add_address(post, options)
|
124
|
+
add_shipping_address(post, options)
|
125
|
+
end
|
126
|
+
|
127
|
+
def add_customer_data(post, payment, options)
|
128
|
+
post[:payer] = {
|
129
|
+
email: options[:email],
|
130
|
+
first_name: payment.first_name,
|
131
|
+
last_name: payment.last_name
|
132
|
+
}
|
133
|
+
end
|
134
|
+
|
135
|
+
def add_address(post, options)
|
136
|
+
if address = (options[:billing_address] || options[:address])
|
137
|
+
|
138
|
+
post[:additional_info].merge!({
|
139
|
+
payer: {
|
140
|
+
address: {
|
141
|
+
zip_code: address[:zip],
|
142
|
+
street_name: "#{address[:address1]} #{address[:address2]}"
|
143
|
+
}
|
144
|
+
}
|
145
|
+
})
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
149
|
+
def add_shipping_address(post, options)
|
150
|
+
if address = options[:shipping_address]
|
151
|
+
|
152
|
+
post[:additional_info].merge!({
|
153
|
+
shipments: {
|
154
|
+
receiver_address: {
|
155
|
+
zip_code: address[:zip],
|
156
|
+
street_name: "#{address[:address1]} #{address[:address2]}"
|
157
|
+
}
|
158
|
+
}
|
159
|
+
})
|
160
|
+
end
|
161
|
+
end
|
162
|
+
|
163
|
+
def split_street_address(address1)
|
164
|
+
street_number = address1.split(" ").first
|
165
|
+
|
166
|
+
if street_name = address1.split(" ")[1..-1]
|
167
|
+
street_name = street_name.join(" ")
|
168
|
+
else
|
169
|
+
nil
|
170
|
+
end
|
171
|
+
|
172
|
+
[street_number, street_name]
|
173
|
+
end
|
174
|
+
|
175
|
+
def add_invoice(post, money, options)
|
176
|
+
post[:transaction_amount] = amount(money).to_f
|
177
|
+
post[:description] = options[:description]
|
178
|
+
post[:installments] = options[:installments] ? options[:installments].to_i : 1
|
179
|
+
post[:statement_descriptor] = options[:statement_descriptor] if options[:statement_descriptor]
|
180
|
+
post[:external_reference] = options[:order_id] || SecureRandom.hex(16)
|
181
|
+
end
|
182
|
+
|
183
|
+
def add_payment(post, options)
|
184
|
+
post[:token] = options[:card_token]
|
185
|
+
post[:payment_method_id] = options[:card_brand]
|
186
|
+
end
|
187
|
+
|
188
|
+
def parse(body)
|
189
|
+
JSON.parse(body)
|
190
|
+
end
|
191
|
+
|
192
|
+
def commit(action, path, parameters)
|
193
|
+
if ["capture", "void"].include?(action)
|
194
|
+
response = parse(ssl_request(:put, url(path), post_data(parameters), headers))
|
195
|
+
else
|
196
|
+
response = parse(ssl_post(url(path), post_data(parameters), headers(parameters)))
|
197
|
+
end
|
198
|
+
|
199
|
+
Response.new(
|
200
|
+
success_from(action, response),
|
201
|
+
message_from(response),
|
202
|
+
response,
|
203
|
+
authorization: authorization_from(response, parameters),
|
204
|
+
test: test?,
|
205
|
+
error_code: error_code_from(action, response)
|
206
|
+
)
|
207
|
+
end
|
208
|
+
|
209
|
+
def success_from(action, response)
|
210
|
+
if action == "refund"
|
211
|
+
response["error"].nil?
|
212
|
+
else
|
213
|
+
["active", "approved", "authorized", "cancelled", "in_process"].include?(response["status"])
|
214
|
+
end
|
215
|
+
end
|
216
|
+
|
217
|
+
def message_from(response)
|
218
|
+
(response["status_detail"]) || (response["message"])
|
219
|
+
end
|
220
|
+
|
221
|
+
def authorization_from(response, params)
|
222
|
+
[response["id"], params[:transaction_amount]].join("|")
|
223
|
+
end
|
224
|
+
|
225
|
+
def post_data(parameters = {})
|
226
|
+
parameters.clone.tap { |p| p.delete(:device_id) }.to_json
|
227
|
+
end
|
228
|
+
|
229
|
+
def error_code_from(action, response)
|
230
|
+
unless success_from(action, response)
|
231
|
+
if cause = response["cause"]
|
232
|
+
cause.empty? ? nil : cause.first["code"]
|
233
|
+
else
|
234
|
+
response["status"]
|
235
|
+
end
|
236
|
+
end
|
237
|
+
end
|
238
|
+
|
239
|
+
def url(action)
|
240
|
+
full_url = (test? ? test_url : live_url)
|
241
|
+
full_url + "/#{action}?access_token=#{CGI.escape(@options[:access_token])}"
|
242
|
+
end
|
243
|
+
|
244
|
+
def headers(options = {})
|
245
|
+
headers = {
|
246
|
+
"Content-Type" => "application/json"
|
247
|
+
}
|
248
|
+
headers['X-Device-Session-ID'] = options[:device_id] if options[:device_id]
|
249
|
+
headers
|
250
|
+
end
|
251
|
+
|
252
|
+
def handle_response(response)
|
253
|
+
case response.code.to_i
|
254
|
+
when 200..499
|
255
|
+
response.body
|
256
|
+
else
|
257
|
+
raise ResponseError.new(response)
|
258
|
+
end
|
259
|
+
end
|
260
|
+
end
|
261
|
+
end
|
262
|
+
end
|
@@ -1,6 +1,8 @@
|
|
1
1
|
module ActiveMerchant #:nodoc:
|
2
2
|
module Billing #:nodoc:
|
3
3
|
class MerchantESolutionsGateway < Gateway
|
4
|
+
include Empty
|
5
|
+
|
4
6
|
self.test_url = 'https://cert.merchante-solutions.com/mes-api/tridentApi'
|
5
7
|
self.live_url = 'https://api.merchante-solutions.com/mes-api/tridentApi'
|
6
8
|
|
@@ -28,6 +30,7 @@ module ActiveMerchant #:nodoc:
|
|
28
30
|
add_invoice(post, options)
|
29
31
|
add_payment_source(post, creditcard_or_card_id, options)
|
30
32
|
add_address(post, options)
|
33
|
+
add_3dsecure_params(post, options)
|
31
34
|
commit('P', money, post)
|
32
35
|
end
|
33
36
|
|
@@ -38,6 +41,7 @@ module ActiveMerchant #:nodoc:
|
|
38
41
|
add_invoice(post, options)
|
39
42
|
add_payment_source(post, creditcard_or_card_id, options)
|
40
43
|
add_address(post, options)
|
44
|
+
add_3dsecure_params(post, options)
|
41
45
|
commit('D', money, post)
|
42
46
|
end
|
43
47
|
|
@@ -45,6 +49,8 @@ module ActiveMerchant #:nodoc:
|
|
45
49
|
post ={}
|
46
50
|
post[:transaction_id] = transaction_id
|
47
51
|
post[:client_reference_number] = options[:customer] if options.has_key?(:customer)
|
52
|
+
add_invoice(post, options)
|
53
|
+
add_3dsecure_params(post, options)
|
48
54
|
commit('S', money, post)
|
49
55
|
end
|
50
56
|
|
@@ -88,6 +94,17 @@ module ActiveMerchant #:nodoc:
|
|
88
94
|
commit('V', nil, options.merge(post))
|
89
95
|
end
|
90
96
|
|
97
|
+
def supports_scrubbing?
|
98
|
+
true
|
99
|
+
end
|
100
|
+
|
101
|
+
def scrub(transcript)
|
102
|
+
transcript.
|
103
|
+
gsub(%r((&?profile_key=)\w*(&?)), '\1[FILTERED]\2').
|
104
|
+
gsub(%r((&?card_number=)\d*(&?)), '\1[FILTERED]\2').
|
105
|
+
gsub(%r((&?cvv2=)\d*(&?)), '\1[FILTERED]\2')
|
106
|
+
end
|
107
|
+
|
91
108
|
private
|
92
109
|
|
93
110
|
def add_address(post, options)
|
@@ -99,7 +116,8 @@ module ActiveMerchant #:nodoc:
|
|
99
116
|
|
100
117
|
def add_invoice(post, options)
|
101
118
|
if options.has_key? :order_id
|
102
|
-
|
119
|
+
order_id = options[:order_id].to_s.gsub(/[^\w.]/, '')
|
120
|
+
post[:invoice_number] = truncate(order_id, 17)
|
103
121
|
end
|
104
122
|
end
|
105
123
|
|
@@ -120,6 +138,13 @@ module ActiveMerchant #:nodoc:
|
|
120
138
|
post[:card_exp_date] = expdate(creditcard)
|
121
139
|
end
|
122
140
|
|
141
|
+
def add_3dsecure_params(post, options)
|
142
|
+
post[:xid] = options[:xid] unless empty?(options[:xid])
|
143
|
+
post[:cavv] = options[:cavv] unless empty?(options[:cavv])
|
144
|
+
post[:ucaf_collection_ind] = options[:ucaf_collection_ind] unless empty?(options[:ucaf_collection_ind])
|
145
|
+
post[:ucaf_auth_data] = options[:ucaf_auth_data] unless empty?(options[:ucaf_auth_data])
|
146
|
+
end
|
147
|
+
|
123
148
|
def parse(body)
|
124
149
|
results = {}
|
125
150
|
body.split(/&/).each do |pair|
|
@@ -148,12 +173,6 @@ module ActiveMerchant #:nodoc:
|
|
148
173
|
)
|
149
174
|
end
|
150
175
|
|
151
|
-
def expdate(creditcard)
|
152
|
-
year = sprintf("%.4i", creditcard.year)
|
153
|
-
month = sprintf("%.2i", creditcard.month)
|
154
|
-
"#{month}#{year[-2..-1]}"
|
155
|
-
end
|
156
|
-
|
157
176
|
def message_from(response)
|
158
177
|
if response["error_code"] == "000"
|
159
178
|
"This transaction has been approved"
|
@@ -0,0 +1,245 @@
|
|
1
|
+
require 'nokogiri'
|
2
|
+
|
3
|
+
module ActiveMerchant #:nodoc:
|
4
|
+
module Billing #:nodoc:
|
5
|
+
class MerchantPartnersGateway < Gateway
|
6
|
+
self.display_name = "Merchant Partners"
|
7
|
+
self.homepage_url = "http://www.merchantpartners.com/"
|
8
|
+
|
9
|
+
self.live_url = "https://trans.merchantpartners.com/cgi-bin/ProcessXML.cgi"
|
10
|
+
|
11
|
+
self.supported_countries = ["US"]
|
12
|
+
self.default_currency = "USD"
|
13
|
+
self.money_format = :dollars
|
14
|
+
self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club, :jcb]
|
15
|
+
|
16
|
+
def initialize(options={})
|
17
|
+
requires!(options, :account_id, :merchant_pin)
|
18
|
+
super
|
19
|
+
end
|
20
|
+
|
21
|
+
def purchase(amount, payment_method, options={})
|
22
|
+
post = {}
|
23
|
+
add_invoice(post, amount, options)
|
24
|
+
add_payment_method(post, payment_method)
|
25
|
+
add_customer_data(post, options)
|
26
|
+
|
27
|
+
commit(payment_method.is_a?(String) ? :stored_purchase : :purchase, post)
|
28
|
+
end
|
29
|
+
|
30
|
+
def authorize(amount, payment_method, options={})
|
31
|
+
post = {}
|
32
|
+
add_invoice(post, amount, options)
|
33
|
+
add_payment_method(post, payment_method)
|
34
|
+
add_customer_data(post, options)
|
35
|
+
|
36
|
+
commit(:authorize, post)
|
37
|
+
end
|
38
|
+
|
39
|
+
def capture(amount, authorization, options={})
|
40
|
+
post = {}
|
41
|
+
add_invoice(post, amount, options)
|
42
|
+
add_reference(post, authorization)
|
43
|
+
add_customer_data(post, options)
|
44
|
+
|
45
|
+
commit(:capture, post)
|
46
|
+
end
|
47
|
+
|
48
|
+
def void(authorization, options={})
|
49
|
+
post = {}
|
50
|
+
add_reference(post, authorization)
|
51
|
+
|
52
|
+
commit(:void, post)
|
53
|
+
end
|
54
|
+
|
55
|
+
def refund(amount, authorization, options={})
|
56
|
+
post = {}
|
57
|
+
add_invoice(post, amount, options)
|
58
|
+
add_reference(post, authorization)
|
59
|
+
add_customer_data(post, options)
|
60
|
+
|
61
|
+
commit(:refund, post)
|
62
|
+
end
|
63
|
+
|
64
|
+
def credit(amount, payment_method, options={})
|
65
|
+
post = {}
|
66
|
+
add_invoice(post, amount, options)
|
67
|
+
add_payment_method(post, payment_method)
|
68
|
+
|
69
|
+
commit(payment_method.is_a?(String) ? :stored_credit : :credit, post)
|
70
|
+
end
|
71
|
+
|
72
|
+
def verify(credit_card, options={})
|
73
|
+
MultiResponse.run(:use_first_response) do |r|
|
74
|
+
r.process { authorize(100, credit_card, options) }
|
75
|
+
r.process(:ignore_result) { void(r.authorization, options) }
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
def store(payment_method, options = {})
|
80
|
+
post = {}
|
81
|
+
add_payment_method(post, payment_method)
|
82
|
+
add_customer_data(post, options)
|
83
|
+
|
84
|
+
post[:profileactiontype] = options[:profileactiontype] || STORE_TX_TYPES[:store_only]
|
85
|
+
|
86
|
+
commit(:store, post)
|
87
|
+
end
|
88
|
+
|
89
|
+
def supports_scrubbing?
|
90
|
+
true
|
91
|
+
end
|
92
|
+
|
93
|
+
def scrub(transcript)
|
94
|
+
transcript.
|
95
|
+
gsub(%r((<ccnum>)[^<]+(<))i, '\1[FILTERED]\2').
|
96
|
+
gsub(%r((<cvv2>)[^<]+(<))i, '\1[FILTERED]\2').
|
97
|
+
gsub(%r((<merchantpin>)[^<]+(<))i, '\1[FILTERED]\2')
|
98
|
+
end
|
99
|
+
|
100
|
+
def test?
|
101
|
+
@options[:account_id].eql?('TEST0')
|
102
|
+
end
|
103
|
+
|
104
|
+
private
|
105
|
+
|
106
|
+
def add_invoice(post, money, options)
|
107
|
+
post[:amount] = amount(money)
|
108
|
+
post[:merchantordernumber] = options[:order_id]
|
109
|
+
post[:currency] = options[:currency] || currency(money)
|
110
|
+
end
|
111
|
+
|
112
|
+
def add_payment_method(post, payment_method)
|
113
|
+
if(payment_method.is_a?(String))
|
114
|
+
user_profile_id, last_4 = split_authorization(payment_method)
|
115
|
+
post[:userprofileid] = user_profile_id
|
116
|
+
post[:last4digits] = last_4
|
117
|
+
else
|
118
|
+
post[:ccname] = payment_method.name
|
119
|
+
post[:ccnum] = payment_method.number
|
120
|
+
post[:cvv2] = payment_method.verification_value
|
121
|
+
post[:expmon] = format(payment_method.month, :two_digits)
|
122
|
+
post[:expyear] = format(payment_method.year, :four_digits)
|
123
|
+
post[:swipedata] = payment_method.track_data if payment_method.track_data
|
124
|
+
end
|
125
|
+
end
|
126
|
+
|
127
|
+
def add_customer_data(post, options)
|
128
|
+
post[:email] = options[:email] if options[:email]
|
129
|
+
post[:ipaddress] = options[:ip] if options[:ip]
|
130
|
+
if(billing_address = options[:billing_address])
|
131
|
+
post[:billaddr1] = billing_address[:address1]
|
132
|
+
post[:billaddr2] = billing_address[:address2]
|
133
|
+
post[:billcity] = billing_address[:city]
|
134
|
+
post[:billstate] = billing_address[:state]
|
135
|
+
post[:billcountry] = billing_address[:country]
|
136
|
+
post[:bilzip] = billing_address[:zip]
|
137
|
+
post[:phone] = billing_address[:phone]
|
138
|
+
end
|
139
|
+
end
|
140
|
+
|
141
|
+
def add_reference(post, authorization)
|
142
|
+
post[:historykeyid] = authorization
|
143
|
+
end
|
144
|
+
|
145
|
+
ACTIONS = {
|
146
|
+
purchase: "2",
|
147
|
+
authorize: "1",
|
148
|
+
capture: "3",
|
149
|
+
void: "5",
|
150
|
+
refund: "4",
|
151
|
+
credit: "6",
|
152
|
+
store: "7",
|
153
|
+
stored_purchase: "8",
|
154
|
+
stored_credit: "13"
|
155
|
+
}
|
156
|
+
|
157
|
+
STORE_TX_TYPES = {
|
158
|
+
store_only: "3"
|
159
|
+
}
|
160
|
+
|
161
|
+
def commit(action, post)
|
162
|
+
post[:acctid] = @options[:account_id]
|
163
|
+
post[:merchantpin] = @options[:merchant_pin]
|
164
|
+
post[:service] = ACTIONS[action] if ACTIONS[action]
|
165
|
+
|
166
|
+
data = build_request(post)
|
167
|
+
response_data = parse(ssl_post(live_url, data, headers))
|
168
|
+
succeeded = success_from(response_data)
|
169
|
+
|
170
|
+
Response.new(
|
171
|
+
succeeded,
|
172
|
+
message_from(succeeded, response_data),
|
173
|
+
response_data,
|
174
|
+
authorization: authorization_from(post, response_data),
|
175
|
+
:avs_result => AVSResult.new(code: response_data["avs_response"]),
|
176
|
+
:cvv_result => CVVResult.new(response_data["cvv2_response"]),
|
177
|
+
test: test?
|
178
|
+
)
|
179
|
+
end
|
180
|
+
|
181
|
+
def headers
|
182
|
+
{
|
183
|
+
"Content-Type" => "application/xml"
|
184
|
+
}
|
185
|
+
end
|
186
|
+
|
187
|
+
def build_request(post)
|
188
|
+
Nokogiri::XML::Builder.new(:encoding => 'utf-8') do |xml|
|
189
|
+
xml.interface_driver {
|
190
|
+
xml.trans_catalog {
|
191
|
+
xml.transaction(name: "creditcard") {
|
192
|
+
xml.inputs {
|
193
|
+
post.each do |field, value|
|
194
|
+
xml.send(field, value)
|
195
|
+
end
|
196
|
+
}
|
197
|
+
}
|
198
|
+
}
|
199
|
+
}
|
200
|
+
end.to_xml
|
201
|
+
end
|
202
|
+
|
203
|
+
def parse(body)
|
204
|
+
response = {}
|
205
|
+
Nokogiri::XML(CGI.unescapeHTML(body)).xpath("//trans_catalog/transaction/outputs").children.each do |node|
|
206
|
+
parse_element(response, node)
|
207
|
+
end
|
208
|
+
response
|
209
|
+
end
|
210
|
+
|
211
|
+
def parse_element(response, node)
|
212
|
+
if node.elements.size == 0
|
213
|
+
response[node.name.downcase.underscore.to_sym] = node.text
|
214
|
+
else
|
215
|
+
node.elements.each{|element| parse_element(response, element) }
|
216
|
+
end
|
217
|
+
end
|
218
|
+
|
219
|
+
def success_from(response)
|
220
|
+
response[:status] == "Approved"
|
221
|
+
end
|
222
|
+
|
223
|
+
def message_from(succeeded, response)
|
224
|
+
succeeded ? "Succeeded" : error_message_from(response)
|
225
|
+
end
|
226
|
+
|
227
|
+
def authorization_from(request, response)
|
228
|
+
request[:service] == ACTIONS[:store] ?
|
229
|
+
"#{response[:userprofileid]}|#{response[:last4digits]}" :
|
230
|
+
response[:historyid]
|
231
|
+
end
|
232
|
+
|
233
|
+
def split_authorization(authorization)
|
234
|
+
authorization.split("|")
|
235
|
+
end
|
236
|
+
|
237
|
+
def error_message_from(response)
|
238
|
+
if(response[:status] == "Declined")
|
239
|
+
match = response[:result].match(/DECLINED:\d{10}:(.+):/)
|
240
|
+
match[1] if match
|
241
|
+
end
|
242
|
+
end
|
243
|
+
end
|
244
|
+
end
|
245
|
+
end
|
@@ -105,7 +105,7 @@ module ActiveMerchant #:nodoc:
|
|
105
105
|
# * <tt>:order_id</tt> - A unique reference for this order (required when performing a non-referenced credit)
|
106
106
|
def credit(money, identification, options = {})
|
107
107
|
if identification.is_a?(String)
|
108
|
-
deprecated CREDIT_DEPRECATION_MESSAGE
|
108
|
+
ActiveMerchant.deprecated CREDIT_DEPRECATION_MESSAGE
|
109
109
|
refund(money, identification, options)
|
110
110
|
else
|
111
111
|
perform_credit(money, identification, options)
|
@@ -151,7 +151,7 @@ module ActiveMerchant #:nodoc:
|
|
151
151
|
def build_purchase_request(action, money, credit_card, options)
|
152
152
|
requires!(options, :order_id)
|
153
153
|
|
154
|
-
|
154
|
+
soap_request(action) do |xml|
|
155
155
|
add_invoice(xml, options)
|
156
156
|
add_amount(xml, money)
|
157
157
|
add_credit_card(xml, credit_card)
|
@@ -162,7 +162,7 @@ module ActiveMerchant #:nodoc:
|
|
162
162
|
def build_capture_request(action, money, identification, options)
|
163
163
|
reference, options[:order_id] = split_reference(identification)
|
164
164
|
|
165
|
-
|
165
|
+
soap_request(action) do |xml|
|
166
166
|
add_reference(xml, reference)
|
167
167
|
add_invoice(xml, options)
|
168
168
|
add_amount(xml, money)
|
@@ -199,13 +199,6 @@ module ActiveMerchant #:nodoc:
|
|
199
199
|
xml.tag! "strName", @options[:name]
|
200
200
|
end
|
201
201
|
|
202
|
-
def expdate(credit_card)
|
203
|
-
year = sprintf("%.4i", credit_card.year)
|
204
|
-
month = sprintf("%.2i", credit_card.month)
|
205
|
-
|
206
|
-
"#{month}#{year[-2..-1]}"
|
207
|
-
end
|
208
|
-
|
209
202
|
def add_invoice(xml, options)
|
210
203
|
xml.tag! "strOrderNumber", options[:order_id].to_s.gsub(/[^\w]/, '').slice(0, 25)
|
211
204
|
end
|
@@ -230,10 +223,14 @@ module ActiveMerchant #:nodoc:
|
|
230
223
|
end
|
231
224
|
|
232
225
|
def add_credit_card(xml, credit_card)
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
226
|
+
if credit_card.respond_to?(:track_data) && credit_card.track_data.present?
|
227
|
+
xml.tag! "trackData", credit_card.track_data
|
228
|
+
else
|
229
|
+
xml.tag! "strPAN", credit_card.number
|
230
|
+
xml.tag! "strExpDate", expdate(credit_card)
|
231
|
+
xml.tag! "strCardHolder", credit_card.name
|
232
|
+
xml.tag! "strCVCode", credit_card.verification_value if credit_card.verification_value?
|
233
|
+
end
|
237
234
|
end
|
238
235
|
|
239
236
|
def split_reference(reference)
|
@@ -279,7 +276,7 @@ module ActiveMerchant #:nodoc:
|
|
279
276
|
|
280
277
|
response[:message] = response["faultstring"].to_s.gsub("\n", " ")
|
281
278
|
response
|
282
|
-
rescue REXML::ParseException
|
279
|
+
rescue REXML::ParseException
|
283
280
|
response[:http_body] = http_response.body
|
284
281
|
response[:message] = "Failed to parse the failed response"
|
285
282
|
response
|