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,345 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class CredoraxGateway < Gateway
|
4
|
+
class_attribute :test_url, :live_na_url, :live_eu_url
|
5
|
+
|
6
|
+
self.display_name = "Credorax Gateway"
|
7
|
+
self.homepage_url = "https://www.credorax.com/"
|
8
|
+
|
9
|
+
self.test_url = "https://intconsole.credorax.com/intenv/service/gateway"
|
10
|
+
|
11
|
+
# The live URL is assigned on a per merchant basis once certification has passed
|
12
|
+
# See the Credorax remote tests for the full certification test suite
|
13
|
+
#
|
14
|
+
# Once you have your assigned subdomain, you can override the live URL in your application via:
|
15
|
+
# ActiveMerchant::Billing::CredoraxGateway.live_url = "https://assigned-subdomain.credorax.net/crax_gate/service/gateway"
|
16
|
+
self.live_url = 'https://assigned-subdomain.credorax.net/crax_gate/service/gateway'
|
17
|
+
|
18
|
+
self.supported_countries = %w(DE GB FR IT ES PL NL BE GR CZ PT SE HU RS AT CH BG DK FI SK NO IE HR BA AL LT MK SI LV EE ME LU MT IS AD MC LI SM)
|
19
|
+
self.default_currency = "EUR"
|
20
|
+
self.currencies_without_fractions = %w(CLP JPY KRW PYG VND)
|
21
|
+
self.currencies_with_three_decimal_places = %w(BHD JOD KWD OMR RSD TND)
|
22
|
+
|
23
|
+
self.money_format = :cents
|
24
|
+
self.supported_cardtypes = [:visa, :master, :maestro]
|
25
|
+
|
26
|
+
RESPONSE_MESSAGES = {
|
27
|
+
"00" => "Approved or completed successfully",
|
28
|
+
"01" => "Refer to card issuer",
|
29
|
+
"02" => "Refer to card issuer special condition",
|
30
|
+
"03" => "Invalid merchant",
|
31
|
+
"04" => "Pick up card",
|
32
|
+
"05" => "Do not Honour",
|
33
|
+
"06" => "Error",
|
34
|
+
"07" => "Pick up card special condition",
|
35
|
+
"08" => "Honour with identification",
|
36
|
+
"09" => "Request in progress",
|
37
|
+
"10" => "Approved for partial amount",
|
38
|
+
"11" => "Approved (VIP)",
|
39
|
+
"12" => "Invalid transaction",
|
40
|
+
"13" => "Invalid amount",
|
41
|
+
"14" => "Invalid card number",
|
42
|
+
"15" => "No such issuer",
|
43
|
+
"16" => "Approved, update track 3",
|
44
|
+
"17" => "Customer cancellation",
|
45
|
+
"18" => "Customer dispute",
|
46
|
+
"19" => "Re-enter transaction",
|
47
|
+
"20" => "Invalid response",
|
48
|
+
"21" => "No action taken",
|
49
|
+
"22" => "Suspected malfunction",
|
50
|
+
"23" => "Unacceptable transaction fee",
|
51
|
+
"24" => "File update not supported by receiver",
|
52
|
+
"25" => "No such record",
|
53
|
+
"26" => "Duplicate record update, old record replaced",
|
54
|
+
"27" => "File update field edit error",
|
55
|
+
"28" => "File locked out while update",
|
56
|
+
"29" => "File update error, contact acquirer",
|
57
|
+
"30" => "Format error",
|
58
|
+
"31" => "Issuer signed-off",
|
59
|
+
"32" => "Completed partially",
|
60
|
+
"33" => "Pick-up, expired card",
|
61
|
+
"34" => "Suspect Fraud",
|
62
|
+
"35" => "Pick-up, card acceptor contact acquirer",
|
63
|
+
"36" => "Pick up, card restricted",
|
64
|
+
"37" => "Pick up, call acquirer security",
|
65
|
+
"38" => "Pick up, Allowable PIN tries exceeded",
|
66
|
+
"39" => "Transaction Not Allowed",
|
67
|
+
"40" => "Requested function not supported",
|
68
|
+
"41" => "Lost Card, Pickup",
|
69
|
+
"42" => "No universal account",
|
70
|
+
"43" => "Pick up, stolen card",
|
71
|
+
"44" => "No investment account",
|
72
|
+
"50" => "Do not renew",
|
73
|
+
"51" => "Not sufficient funds",
|
74
|
+
"52" => "No checking Account",
|
75
|
+
"53" => "No savings account",
|
76
|
+
"54" => "Expired card",
|
77
|
+
"55" => "Pin incorrect",
|
78
|
+
"56" => "No card record",
|
79
|
+
"57" => "Transaction not allowed for cardholder",
|
80
|
+
"58" => "Transaction not allowed for merchant",
|
81
|
+
"59" => "Suspected Fraud",
|
82
|
+
"60" => "Card acceptor contact acquirer",
|
83
|
+
"61" => "Exceeds withdrawal amount limit",
|
84
|
+
"62" => "Restricted card",
|
85
|
+
"63" => "Security violation",
|
86
|
+
"64" => "Wrong original amount",
|
87
|
+
"65" => "Activity count limit exceeded",
|
88
|
+
"66" => "Call acquirers security department",
|
89
|
+
"67" => "Card to be picked up at ATM",
|
90
|
+
"68" => "Response received too late.",
|
91
|
+
"70" => "Invalid transaction; contact card issuer",
|
92
|
+
"71" => "Decline PIN not changed",
|
93
|
+
"75" => "Pin tries exceeded",
|
94
|
+
"76" => "Wrong PIN, number of PIN tries exceeded",
|
95
|
+
"77" => "Wrong Reference No.",
|
96
|
+
"78" => "Record Not Found",
|
97
|
+
"79" => "Already reversed",
|
98
|
+
"80" => "Network error",
|
99
|
+
"81" => "Foreign network error / PIN cryptographic error",
|
100
|
+
"82" => "Time out at issuer system",
|
101
|
+
"83" => "Transaction failed",
|
102
|
+
"84" => "Pre-authorization timed out",
|
103
|
+
"85" => "No reason to decline",
|
104
|
+
"86" => "Cannot verify pin",
|
105
|
+
"87" => "Purchase amount only, no cashback allowed",
|
106
|
+
"88" => "MAC sync Error",
|
107
|
+
"89" => "Authentication failure",
|
108
|
+
"91" => "Issuer not available",
|
109
|
+
"92" => "Unable to route at acquirer Module",
|
110
|
+
"93" => "Cannot be completed, violation of law",
|
111
|
+
"94" => "Duplicate Transmission",
|
112
|
+
"95" => "Reconcile error / Auth Not found",
|
113
|
+
"96" => "System malfunction",
|
114
|
+
"R0" => "Stop Payment Order",
|
115
|
+
"R1" => "Revocation of Authorisation Order",
|
116
|
+
"R3" => "Revocation of all Authorisations Order"
|
117
|
+
}
|
118
|
+
|
119
|
+
def initialize(options={})
|
120
|
+
requires!(options, :merchant_id, :cipher_key)
|
121
|
+
super
|
122
|
+
end
|
123
|
+
|
124
|
+
def purchase(amount, payment_method, options={})
|
125
|
+
post = {}
|
126
|
+
add_invoice(post, amount, options)
|
127
|
+
add_payment_method(post, payment_method)
|
128
|
+
add_customer_data(post, options)
|
129
|
+
add_email(post, options)
|
130
|
+
add_3d_secure(post, options)
|
131
|
+
add_echo(post, options)
|
132
|
+
add_transaction_type(post, options)
|
133
|
+
|
134
|
+
commit(:purchase, post)
|
135
|
+
end
|
136
|
+
|
137
|
+
def authorize(amount, payment_method, options={})
|
138
|
+
post = {}
|
139
|
+
add_invoice(post, amount, options)
|
140
|
+
add_payment_method(post, payment_method)
|
141
|
+
add_customer_data(post, options)
|
142
|
+
add_email(post, options)
|
143
|
+
add_3d_secure(post, options)
|
144
|
+
add_echo(post, options)
|
145
|
+
add_transaction_type(post, options)
|
146
|
+
|
147
|
+
commit(:authorize, post)
|
148
|
+
end
|
149
|
+
|
150
|
+
def capture(amount, authorization, options={})
|
151
|
+
post = {}
|
152
|
+
add_invoice(post, amount, options)
|
153
|
+
add_reference(post, authorization)
|
154
|
+
add_customer_data(post, options)
|
155
|
+
add_echo(post, options)
|
156
|
+
|
157
|
+
commit(:capture, post)
|
158
|
+
end
|
159
|
+
|
160
|
+
def void(authorization, options={})
|
161
|
+
post = {}
|
162
|
+
add_customer_data(post, options)
|
163
|
+
reference_action = add_reference(post, authorization)
|
164
|
+
add_echo(post, options)
|
165
|
+
post[:a1] = generate_unique_id
|
166
|
+
|
167
|
+
commit(:void, post, reference_action)
|
168
|
+
end
|
169
|
+
|
170
|
+
def refund(amount, authorization, options={})
|
171
|
+
post = {}
|
172
|
+
add_invoice(post, amount, options)
|
173
|
+
add_reference(post, authorization)
|
174
|
+
add_customer_data(post, options)
|
175
|
+
add_echo(post, options)
|
176
|
+
|
177
|
+
commit(:refund, post)
|
178
|
+
end
|
179
|
+
|
180
|
+
def credit(amount, payment_method, options={})
|
181
|
+
post = {}
|
182
|
+
add_invoice(post, amount, options)
|
183
|
+
add_payment_method(post, payment_method)
|
184
|
+
add_customer_data(post, options)
|
185
|
+
add_email(post, options)
|
186
|
+
add_echo(post, options)
|
187
|
+
add_transaction_type(post, options)
|
188
|
+
|
189
|
+
commit(:credit, post)
|
190
|
+
end
|
191
|
+
|
192
|
+
def verify(credit_card, options={})
|
193
|
+
MultiResponse.run(:use_first_response) do |r|
|
194
|
+
r.process { authorize(100, credit_card, options) }
|
195
|
+
r.process(:ignore_result) { void(r.authorization, options) }
|
196
|
+
end
|
197
|
+
end
|
198
|
+
|
199
|
+
def supports_scrubbing?
|
200
|
+
true
|
201
|
+
end
|
202
|
+
|
203
|
+
def scrub(transcript)
|
204
|
+
transcript.
|
205
|
+
gsub(%r((b1=)\d+), '\1[FILTERED]').
|
206
|
+
gsub(%r((b5=)\d+), '\1[FILTERED]')
|
207
|
+
end
|
208
|
+
|
209
|
+
private
|
210
|
+
|
211
|
+
def add_invoice(post, money, options)
|
212
|
+
currency = options[:currency] || currency(money)
|
213
|
+
|
214
|
+
post[:a4] = localized_amount(money, currency)
|
215
|
+
post[:a1] = generate_unique_id
|
216
|
+
post[:a5] = currency
|
217
|
+
post[:h9] = options[:order_id]
|
218
|
+
end
|
219
|
+
|
220
|
+
CARD_TYPES = {
|
221
|
+
"visa" => '1',
|
222
|
+
"mastercard" => '2',
|
223
|
+
"maestro" => '9'
|
224
|
+
}
|
225
|
+
|
226
|
+
def add_payment_method(post, payment_method)
|
227
|
+
post[:c1] = payment_method.name
|
228
|
+
post[:b2] = CARD_TYPES[payment_method.brand] || ''
|
229
|
+
post[:b1] = payment_method.number
|
230
|
+
post[:b5] = payment_method.verification_value
|
231
|
+
post[:b4] = format(payment_method.year, :two_digits)
|
232
|
+
post[:b3] = format(payment_method.month, :two_digits)
|
233
|
+
end
|
234
|
+
|
235
|
+
def add_customer_data(post, options)
|
236
|
+
post[:d1] = options[:ip] || '127.0.0.1'
|
237
|
+
if (billing_address = options[:billing_address])
|
238
|
+
post[:c5] = billing_address[:address1]
|
239
|
+
post[:c7] = billing_address[:city]
|
240
|
+
post[:c10] = billing_address[:zip]
|
241
|
+
post[:c8] = billing_address[:state]
|
242
|
+
post[:c9] = billing_address[:country]
|
243
|
+
post[:c2] = billing_address[:phone]
|
244
|
+
end
|
245
|
+
end
|
246
|
+
|
247
|
+
def add_reference(post, authorization)
|
248
|
+
response_id, authorization_code, request_id, action = authorization.split(";")
|
249
|
+
post[:g2] = response_id
|
250
|
+
post[:g3] = authorization_code
|
251
|
+
post[:g4] = request_id
|
252
|
+
action || :authorize
|
253
|
+
end
|
254
|
+
|
255
|
+
def add_email(post, options)
|
256
|
+
post[:c3] = options[:email] || 'unspecified@example.com'
|
257
|
+
end
|
258
|
+
|
259
|
+
def add_3d_secure(post, options)
|
260
|
+
return unless options[:eci] && options[:xid]
|
261
|
+
post[:i8] = "#{options[:eci]}:#{(options[:cavv] || "none")}:#{options[:xid]}"
|
262
|
+
end
|
263
|
+
|
264
|
+
def add_echo(post, options)
|
265
|
+
# The d2 parameter is used during the certification process
|
266
|
+
# See remote tests for full certification test suite
|
267
|
+
post[:d2] = options[:echo] unless options[:echo].blank?
|
268
|
+
end
|
269
|
+
|
270
|
+
def add_transaction_type(post, options)
|
271
|
+
post[:a9] = options[:transaction_type] if options[:transaction_type]
|
272
|
+
end
|
273
|
+
|
274
|
+
ACTIONS = {
|
275
|
+
purchase: '1',
|
276
|
+
authorize: '2',
|
277
|
+
capture: '3',
|
278
|
+
authorize_void: '4',
|
279
|
+
refund: '5',
|
280
|
+
credit: '6',
|
281
|
+
purchase_void: '7',
|
282
|
+
refund_void: '8',
|
283
|
+
capture_void: '9'
|
284
|
+
}
|
285
|
+
|
286
|
+
def commit(action, params, reference_action = nil)
|
287
|
+
raw_response = ssl_post(url, post_data(action, params, reference_action))
|
288
|
+
response = parse(raw_response)
|
289
|
+
|
290
|
+
Response.new(
|
291
|
+
success_from(response),
|
292
|
+
message_from(response),
|
293
|
+
response,
|
294
|
+
authorization: "#{response["Z1"]};#{response["Z4"]};#{response["A1"]};#{action}",
|
295
|
+
avs_result: AVSResult.new(code: response["Z9"]),
|
296
|
+
cvv_result: CVVResult.new(response["Z14"]),
|
297
|
+
test: test?
|
298
|
+
)
|
299
|
+
end
|
300
|
+
|
301
|
+
def sign_request(params)
|
302
|
+
params = params.sort
|
303
|
+
params.each { |param| param[1].gsub!(/[<>()\\]/, ' ') }
|
304
|
+
values = params.map { |param| param[1].strip }
|
305
|
+
Digest::MD5.hexdigest(values.join + @options[:cipher_key])
|
306
|
+
end
|
307
|
+
|
308
|
+
def post_data(action, params, reference_action)
|
309
|
+
params.keys.each { |key| params[key] = params[key].to_s}
|
310
|
+
params[:M] = @options[:merchant_id]
|
311
|
+
params[:O] = request_action(action, reference_action)
|
312
|
+
params[:K] = sign_request(params)
|
313
|
+
params.map {|k, v| "#{k}=#{CGI.escape(v.to_s)}"}.join('&')
|
314
|
+
end
|
315
|
+
|
316
|
+
def request_action(action, reference_action)
|
317
|
+
if reference_action
|
318
|
+
ACTIONS["#{reference_action}_#{action}".to_sym]
|
319
|
+
else
|
320
|
+
ACTIONS[action]
|
321
|
+
end
|
322
|
+
end
|
323
|
+
|
324
|
+
def url
|
325
|
+
test? ? test_url : live_url
|
326
|
+
end
|
327
|
+
|
328
|
+
def parse(body)
|
329
|
+
Hash[CGI::parse(body).map{|k,v| [k.upcase,v.first]}]
|
330
|
+
end
|
331
|
+
|
332
|
+
def success_from(response)
|
333
|
+
response["Z2"] == "0"
|
334
|
+
end
|
335
|
+
|
336
|
+
def message_from(response)
|
337
|
+
if success_from(response)
|
338
|
+
"Succeeded"
|
339
|
+
else
|
340
|
+
RESPONSE_MESSAGES[response["Z6"]] || response["Z3"] || "Unable to read error message"
|
341
|
+
end
|
342
|
+
end
|
343
|
+
end
|
344
|
+
end
|
345
|
+
end
|
@@ -0,0 +1,279 @@
|
|
1
|
+
require 'digest/md5'
|
2
|
+
|
3
|
+
module ActiveMerchant #:nodoc:
|
4
|
+
module Billing #:nodoc:
|
5
|
+
# Important note:
|
6
|
+
# ===
|
7
|
+
# Culqi merchant accounts are configured for either purchase or auth/capture
|
8
|
+
# modes. This is configured by Culqi when setting up a merchant account and
|
9
|
+
# largely depends on the transaction acquiring bank. Be sure to understand how
|
10
|
+
# your account was configured prior to using this gateway.
|
11
|
+
class CulqiGateway < Gateway
|
12
|
+
self.display_name = "Culqi"
|
13
|
+
self.homepage_url = "https://www.culqi.com"
|
14
|
+
|
15
|
+
self.test_url = "https://staging.paymentz.com/transaction/"
|
16
|
+
self.live_url = "https://secure.culqi.com/transaction/"
|
17
|
+
|
18
|
+
self.supported_countries = ["PE"]
|
19
|
+
self.default_currency = "PEN"
|
20
|
+
self.money_format = :dollars
|
21
|
+
self.supported_cardtypes = [:visa, :master, :diners_club, :american_express]
|
22
|
+
|
23
|
+
def initialize(options={})
|
24
|
+
requires!(options, :merchant_id, :terminal_id, :secret_key)
|
25
|
+
super
|
26
|
+
end
|
27
|
+
|
28
|
+
def purchase(amount, payment_method, options={})
|
29
|
+
authorize(amount, payment_method, options)
|
30
|
+
end
|
31
|
+
|
32
|
+
def authorize(amount, payment_method, options={})
|
33
|
+
if payment_method.is_a?(String)
|
34
|
+
action = :tokenpay
|
35
|
+
else
|
36
|
+
action = :authorize
|
37
|
+
end
|
38
|
+
post = {}
|
39
|
+
add_credentials(post)
|
40
|
+
add_invoice(action, post, amount, options)
|
41
|
+
add_payment_method(post, payment_method, action, options)
|
42
|
+
add_customer_data(post, options)
|
43
|
+
add_checksum(action, post)
|
44
|
+
|
45
|
+
commit(action, post)
|
46
|
+
end
|
47
|
+
|
48
|
+
def capture(amount, authorization, options={})
|
49
|
+
action = :capture
|
50
|
+
post = {}
|
51
|
+
add_credentials(post)
|
52
|
+
add_invoice(action, post, amount, options)
|
53
|
+
add_reference(post, authorization)
|
54
|
+
add_checksum(action, post)
|
55
|
+
|
56
|
+
commit(action, post)
|
57
|
+
end
|
58
|
+
|
59
|
+
def void(authorization, options={})
|
60
|
+
action = :void
|
61
|
+
post = {}
|
62
|
+
add_credentials(post)
|
63
|
+
add_invoice(action, post, nil, options)
|
64
|
+
add_reference(post, authorization)
|
65
|
+
add_checksum(action, post)
|
66
|
+
|
67
|
+
commit(action, post)
|
68
|
+
end
|
69
|
+
|
70
|
+
def refund(amount, authorization, options={})
|
71
|
+
action = :refund
|
72
|
+
post = {}
|
73
|
+
add_credentials(post)
|
74
|
+
add_invoice(action, post, amount, options)
|
75
|
+
add_reference(post, authorization)
|
76
|
+
add_checksum(action, post)
|
77
|
+
|
78
|
+
commit(action, post)
|
79
|
+
end
|
80
|
+
|
81
|
+
def verify(credit_card, options={})
|
82
|
+
MultiResponse.run(:use_first_response) do |r|
|
83
|
+
r.process { authorize(1000, credit_card, options) }
|
84
|
+
r.process(:ignore_result) { void(r.authorization, options) }
|
85
|
+
end
|
86
|
+
end
|
87
|
+
|
88
|
+
def verify_credentials
|
89
|
+
response = void("0", order_id: "0")
|
90
|
+
response.message.include? "Transaction not found"
|
91
|
+
end
|
92
|
+
|
93
|
+
def store(credit_card, options={})
|
94
|
+
action = :tokenize
|
95
|
+
post = {}
|
96
|
+
post[:partnerid] = options[:partner_id] if options[:partner_id]
|
97
|
+
post[:cardholderid] = options[:cardholder_id] if options[:cardholder_id]
|
98
|
+
add_credentials(post)
|
99
|
+
add_payment_method(post, credit_card, action, options)
|
100
|
+
add_customer_data(post, options)
|
101
|
+
add_checksum(action, post)
|
102
|
+
|
103
|
+
commit(action, post)
|
104
|
+
end
|
105
|
+
|
106
|
+
def invalidate(authorization, options={})
|
107
|
+
action = :invalidate
|
108
|
+
post = {}
|
109
|
+
post[:partnerid] = options[:partner_id] if options[:partner_id]
|
110
|
+
add_credentials(post)
|
111
|
+
post[:token] = authorization
|
112
|
+
add_checksum(action, post)
|
113
|
+
|
114
|
+
commit(action, post)
|
115
|
+
end
|
116
|
+
|
117
|
+
def supports_scrubbing?
|
118
|
+
true
|
119
|
+
end
|
120
|
+
|
121
|
+
def scrub(transcript)
|
122
|
+
transcript.
|
123
|
+
gsub(%r((cardnumber=)\d+), '\1[FILTERED]').
|
124
|
+
gsub(%r((cvv=)\d+), '\1[FILTERED]')
|
125
|
+
end
|
126
|
+
|
127
|
+
private
|
128
|
+
|
129
|
+
def add_credentials(post)
|
130
|
+
post[:toid] = @options[:merchant_id]
|
131
|
+
post[:totype] = 'Culqi'
|
132
|
+
post[:terminalid] = @options[:terminal_id]
|
133
|
+
post[:language] = 'ENG'
|
134
|
+
end
|
135
|
+
|
136
|
+
def add_invoice(action, post, money, options)
|
137
|
+
case action
|
138
|
+
when :capture
|
139
|
+
post[:captureamount] = amount(money)
|
140
|
+
when :refund
|
141
|
+
post[:refundamount] = amount(money)
|
142
|
+
post[:reason] = 'none'
|
143
|
+
else
|
144
|
+
post[:amount] = amount(money)
|
145
|
+
end
|
146
|
+
|
147
|
+
post[:description] = options[:order_id]
|
148
|
+
post[:redirecturl] = options[:redirect_url] || 'http://www.example.com'
|
149
|
+
end
|
150
|
+
|
151
|
+
def add_payment_method(post, payment_method, action, options)
|
152
|
+
if payment_method.is_a?(String)
|
153
|
+
post[:token] = payment_method
|
154
|
+
post[:cvv] = options[:cvv] if options[:cvv]
|
155
|
+
else
|
156
|
+
post[:cardnumber] = payment_method.number
|
157
|
+
post[:cvv] = payment_method.verification_value
|
158
|
+
post[:firstname], post[:lastname] = payment_method.name.split(' ')
|
159
|
+
if action == :tokenize
|
160
|
+
post[:expirymonth] = format(payment_method.month, :two_digits)
|
161
|
+
post[:expiryyear] = format(payment_method.year, :four_digits)
|
162
|
+
else
|
163
|
+
post[:expiry_month] = format(payment_method.month, :two_digits)
|
164
|
+
post[:expiry_year] = format(payment_method.year, :four_digits)
|
165
|
+
end
|
166
|
+
end
|
167
|
+
end
|
168
|
+
|
169
|
+
def add_customer_data(post, options)
|
170
|
+
post[:emailaddr] = options[:email] || 'unspecified@example.com'
|
171
|
+
if (billing_address = options[:billing_address] || options[:address])
|
172
|
+
post[:street] = [billing_address[:address1], billing_address[:address2]].join(' ')
|
173
|
+
post[:city] = billing_address[:city]
|
174
|
+
post[:state] = billing_address[:state]
|
175
|
+
post[:countrycode] = billing_address[:country]
|
176
|
+
post[:zip] = billing_address[:zip]
|
177
|
+
post[:telno] = billing_address[:phone]
|
178
|
+
post[:telnocc] = options[:telephone_country_code] || '051'
|
179
|
+
end
|
180
|
+
end
|
181
|
+
|
182
|
+
def add_checksum(action, post)
|
183
|
+
checksum_elements = case action
|
184
|
+
when :capture; [post[:toid], post[:trackingid], post[:captureamount], @options[:secret_key]]
|
185
|
+
when :void; [post[:toid], post[:description], post[:trackingid], @options[:secret_key]]
|
186
|
+
when :refund; [post[:toid], post[:trackingid], post[:refundamount], @options[:secret_key]]
|
187
|
+
when :tokenize; [post[:partnerid], post[:cardnumber], post[:cvv], @options[:secret_key]]
|
188
|
+
when :invalidate; [post[:partnerid], post[:token], @options[:secret_key]]
|
189
|
+
else [post[:toid], post[:totype], post[:amount], post[:description], post[:redirecturl],
|
190
|
+
post[:cardnumber] || post[:token], @options[:secret_key]]
|
191
|
+
end
|
192
|
+
|
193
|
+
post[:checksum] = Digest::MD5.hexdigest(checksum_elements.compact.join('|'))
|
194
|
+
end
|
195
|
+
|
196
|
+
def add_reference(post, authorization)
|
197
|
+
post[:trackingid] = authorization
|
198
|
+
end
|
199
|
+
|
200
|
+
ACTIONS = {
|
201
|
+
authorize: "SingleCallGenericServlet",
|
202
|
+
capture: "SingleCallGenericCaptureServlet",
|
203
|
+
void: "SingleCallGenericVoid",
|
204
|
+
refund: "SingleCallGenericReverse",
|
205
|
+
tokenize: "SingleCallTokenServlet",
|
206
|
+
invalidate: "SingleCallInvalidateToken",
|
207
|
+
tokenpay: "SingleCallTokenTransaction",
|
208
|
+
}
|
209
|
+
|
210
|
+
def commit(action, params)
|
211
|
+
response = begin
|
212
|
+
parse(ssl_post(url + ACTIONS[action], post_data(action, params), headers))
|
213
|
+
rescue ResponseError => e
|
214
|
+
parse(e.response.body)
|
215
|
+
end
|
216
|
+
|
217
|
+
success = success_from(response)
|
218
|
+
|
219
|
+
Response.new(
|
220
|
+
success,
|
221
|
+
message_from(response),
|
222
|
+
response,
|
223
|
+
authorization: success ? authorization_from(response) : nil,
|
224
|
+
cvv_result: success ? cvvresult_from(response) : nil,
|
225
|
+
error_code: success ? nil : error_from(response),
|
226
|
+
test: test?
|
227
|
+
)
|
228
|
+
end
|
229
|
+
|
230
|
+
def headers
|
231
|
+
{
|
232
|
+
"Accept" => "application/json",
|
233
|
+
"Content-Type" => "application/x-www-form-urlencoded;charset=UTF-8"
|
234
|
+
}
|
235
|
+
end
|
236
|
+
|
237
|
+
def post_data(action, params)
|
238
|
+
params.map {|k, v| "#{k}=#{CGI.escape(v.to_s)}"}.join('&')
|
239
|
+
end
|
240
|
+
|
241
|
+
def url
|
242
|
+
test? ? test_url : live_url
|
243
|
+
end
|
244
|
+
|
245
|
+
def parse(body)
|
246
|
+
begin
|
247
|
+
JSON.parse(body)
|
248
|
+
rescue JSON::ParserError
|
249
|
+
message = "Invalid JSON response received from CulqiGateway. Please contact CulqiGateway if you continue to receive this message."
|
250
|
+
message += "(The raw response returned by the API was #{body.inspect})"
|
251
|
+
{
|
252
|
+
"status" => "N",
|
253
|
+
"statusdescription" => message
|
254
|
+
}
|
255
|
+
end
|
256
|
+
end
|
257
|
+
|
258
|
+
def success_from(response)
|
259
|
+
response['status'] == 'Y'
|
260
|
+
end
|
261
|
+
|
262
|
+
def message_from(response)
|
263
|
+
response['statusdescription'] || response['statusDescription']
|
264
|
+
end
|
265
|
+
|
266
|
+
def authorization_from(response)
|
267
|
+
response['trackingid'] || response['token']
|
268
|
+
end
|
269
|
+
|
270
|
+
def cvvresult_from(response)
|
271
|
+
CVVResult.new(response['cvvresult'])
|
272
|
+
end
|
273
|
+
|
274
|
+
def error_from(response)
|
275
|
+
response['resultcode']
|
276
|
+
end
|
277
|
+
end
|
278
|
+
end
|
279
|
+
end
|