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,227 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class OpenpayGateway < Gateway
|
4
|
+
self.live_url = 'https://api.openpay.mx/v1/'
|
5
|
+
self.test_url = 'https://sandbox-api.openpay.mx/v1/'
|
6
|
+
|
7
|
+
self.supported_countries = ['MX']
|
8
|
+
self.supported_cardtypes = [:visa, :master, :american_express]
|
9
|
+
self.homepage_url = 'http://www.openpay.mx/'
|
10
|
+
self.display_name = 'Openpay'
|
11
|
+
self.default_currency = 'MXN'
|
12
|
+
|
13
|
+
# Instantiate a instance of OpenpayGateway by passing through your
|
14
|
+
# merchant id and private api key.
|
15
|
+
#
|
16
|
+
# === To obtain your own credentials
|
17
|
+
# 1. Visit http://openpay.mx
|
18
|
+
# 2. Sign up
|
19
|
+
# 3. Activate your account clicking on the email confirmation
|
20
|
+
def initialize(options = {})
|
21
|
+
requires!(options, :key, :merchant_id)
|
22
|
+
@api_key = options[:key]
|
23
|
+
@merchant_id = options[:merchant_id]
|
24
|
+
super
|
25
|
+
end
|
26
|
+
|
27
|
+
def purchase(money, creditcard, options = {})
|
28
|
+
post = create_post_for_auth_or_purchase(money, creditcard, options)
|
29
|
+
commit(:post, 'charges', post, options)
|
30
|
+
end
|
31
|
+
|
32
|
+
def authorize(money, creditcard, options = {})
|
33
|
+
post = create_post_for_auth_or_purchase(money, creditcard, options)
|
34
|
+
post[:capture] = false
|
35
|
+
commit(:post, 'charges', post, options)
|
36
|
+
end
|
37
|
+
|
38
|
+
def capture(money, authorization, options = {})
|
39
|
+
post = {}
|
40
|
+
post[:amount] = amount(money) if money
|
41
|
+
commit(:post, "charges/#{CGI.escape(authorization)}/capture", post, options)
|
42
|
+
end
|
43
|
+
|
44
|
+
def void(identification, options = {})
|
45
|
+
commit(:post, "charges/#{CGI.escape(identification)}/refund", nil, options)
|
46
|
+
end
|
47
|
+
|
48
|
+
def refund(money, identification, options = {})
|
49
|
+
post = {}
|
50
|
+
post[:description] = options[:description]
|
51
|
+
post[:amount] = amount(money)
|
52
|
+
commit(:post, "charges/#{CGI.escape(identification)}/refund", post, options)
|
53
|
+
end
|
54
|
+
|
55
|
+
def verify(credit_card, options = {})
|
56
|
+
MultiResponse.run(:use_first_response) do |r|
|
57
|
+
r.process { authorize(100, credit_card, options) }
|
58
|
+
r.process(:ignore_result) { void(r.authorization, options) }
|
59
|
+
end
|
60
|
+
end
|
61
|
+
|
62
|
+
def store(creditcard, options = {})
|
63
|
+
card_params = {}
|
64
|
+
add_creditcard(card_params, creditcard, options)
|
65
|
+
card = card_params[:card]
|
66
|
+
|
67
|
+
if options[:customer].present?
|
68
|
+
commit(:post, "customers/#{CGI.escape(options[:customer])}/cards", card, options)
|
69
|
+
else
|
70
|
+
requires!(options, :email, :name)
|
71
|
+
post = {}
|
72
|
+
post[:name] = options[:name]
|
73
|
+
post[:email] = options[:email]
|
74
|
+
MultiResponse.run(:first) do |r|
|
75
|
+
r.process { commit(:post, 'customers', post, options) }
|
76
|
+
|
77
|
+
if(r.success? && !r.params['id'].blank?)
|
78
|
+
customer_id = r.params['id']
|
79
|
+
r.process { commit(:post, "customers/#{customer_id}/cards", card, options) }
|
80
|
+
end
|
81
|
+
end
|
82
|
+
end
|
83
|
+
end
|
84
|
+
|
85
|
+
def unstore(customer_id, card_id = nil, options = {})
|
86
|
+
if card_id.nil?
|
87
|
+
commit(:delete, "customers/#{CGI.escape(customer_id)}", nil, options)
|
88
|
+
else
|
89
|
+
commit(:delete, "customers/#{CGI.escape(customer_id)}/cards/#{CGI.escape(card_id)}", nil, options)
|
90
|
+
end
|
91
|
+
end
|
92
|
+
|
93
|
+
def supports_scrubbing
|
94
|
+
true
|
95
|
+
end
|
96
|
+
|
97
|
+
def scrub(transcript)
|
98
|
+
transcript.
|
99
|
+
gsub(%r((Authorization: Basic )\w+), '\1[FILTERED]').
|
100
|
+
gsub(%r((card_number\\?":\\?")[^"\\]*)i, '\1[FILTERED]').
|
101
|
+
gsub(%r((cvv2\\?":\\?")\d+[^"\\]*)i, '\1[FILTERED]').
|
102
|
+
gsub(%r((cvv2\\?":)null), '\1[BLANK]').
|
103
|
+
gsub(%r((cvv2\\?":\\?")\\?"), '\1[BLANK]"').
|
104
|
+
gsub(%r((cvv2\\?":\\?")\s+), '\1[BLANK]')
|
105
|
+
end
|
106
|
+
private
|
107
|
+
|
108
|
+
def create_post_for_auth_or_purchase(money, creditcard, options)
|
109
|
+
post = {}
|
110
|
+
post[:amount] = amount(money)
|
111
|
+
post[:method] = 'card'
|
112
|
+
post[:description] = options[:description]
|
113
|
+
post[:order_id] = options[:order_id]
|
114
|
+
post[:device_session_id] = options[:device_session_id]
|
115
|
+
post[:currency] = (options[:currency] || currency(money)).upcase
|
116
|
+
post[:use_card_points] = options[:use_card_points] if options[:use_card_points]
|
117
|
+
add_creditcard(post, creditcard, options)
|
118
|
+
post
|
119
|
+
end
|
120
|
+
|
121
|
+
def add_creditcard(post, creditcard, options)
|
122
|
+
if creditcard.kind_of?(String)
|
123
|
+
post[:source_id] = creditcard
|
124
|
+
elsif creditcard.respond_to?(:number)
|
125
|
+
card = {
|
126
|
+
card_number: creditcard.number,
|
127
|
+
expiration_month: "#{sprintf("%02d", creditcard.month)}",
|
128
|
+
expiration_year: "#{"#{creditcard.year}"[-2, 2]}",
|
129
|
+
cvv2: creditcard.verification_value,
|
130
|
+
holder_name: creditcard.name
|
131
|
+
}
|
132
|
+
add_address(card, options)
|
133
|
+
add_customer_data(post, creditcard, options)
|
134
|
+
post[:card] = card
|
135
|
+
end
|
136
|
+
end
|
137
|
+
|
138
|
+
def add_customer_data(post, creditcard, options)
|
139
|
+
if options[:email]
|
140
|
+
customer = {
|
141
|
+
name: creditcard.name || options[:name],
|
142
|
+
email: options[:email]
|
143
|
+
}
|
144
|
+
post[:customer] = customer
|
145
|
+
end
|
146
|
+
post
|
147
|
+
end
|
148
|
+
|
149
|
+
def add_address(card, options)
|
150
|
+
return unless card.kind_of?(Hash)
|
151
|
+
if address = (options[:billing_address] || options[:address])
|
152
|
+
card[:address] = {
|
153
|
+
line1: address[:address1],
|
154
|
+
line2: address[:address2],
|
155
|
+
line3: address[:company],
|
156
|
+
city: address[:city],
|
157
|
+
postal_code: address[:zip],
|
158
|
+
state: address[:state],
|
159
|
+
country_code: address[:country]
|
160
|
+
}
|
161
|
+
end
|
162
|
+
end
|
163
|
+
|
164
|
+
def headers(options = {})
|
165
|
+
{
|
166
|
+
"Content-Type" => "application/json",
|
167
|
+
"Authorization" => "Basic " + Base64.strict_encode64(@api_key.to_s + ":").strip,
|
168
|
+
"User-Agent" => "Openpay/v1 ActiveMerchantBindings/#{ActiveMerchant::VERSION}",
|
169
|
+
"X-Openpay-Client-User-Agent" => user_agent
|
170
|
+
}
|
171
|
+
end
|
172
|
+
|
173
|
+
def parse(body)
|
174
|
+
return {} unless body
|
175
|
+
JSON.parse(body)
|
176
|
+
end
|
177
|
+
|
178
|
+
def commit(method, resource, parameters, options = {})
|
179
|
+
response = http_request(method, resource, parameters, options)
|
180
|
+
success = !error?(response)
|
181
|
+
|
182
|
+
Response.new(success,
|
183
|
+
(success ? response['error_code'] : response['description']),
|
184
|
+
response,
|
185
|
+
:test => test?,
|
186
|
+
:authorization => response['id']
|
187
|
+
)
|
188
|
+
end
|
189
|
+
|
190
|
+
def http_request(method, resource, parameters={}, options={})
|
191
|
+
url = (test? ? self.test_url : self.live_url) + @merchant_id + '/' + resource
|
192
|
+
raw_response = nil
|
193
|
+
begin
|
194
|
+
raw_response = ssl_request(method, url, (parameters ? parameters.to_json : nil), headers(options))
|
195
|
+
parse(raw_response)
|
196
|
+
rescue ResponseError => e
|
197
|
+
raw_response = e.response.body
|
198
|
+
response_error(raw_response)
|
199
|
+
rescue JSON::ParserError
|
200
|
+
json_error(raw_response)
|
201
|
+
end
|
202
|
+
end
|
203
|
+
|
204
|
+
def error?(response)
|
205
|
+
response.key?('error_code')
|
206
|
+
end
|
207
|
+
|
208
|
+
def response_error(raw_response)
|
209
|
+
begin
|
210
|
+
parse(raw_response)
|
211
|
+
rescue JSON::ParserError
|
212
|
+
json_error(raw_response)
|
213
|
+
end
|
214
|
+
end
|
215
|
+
|
216
|
+
def json_error(raw_response)
|
217
|
+
msg = 'Invalid response received from the Openpay API. Please contact soporte@openpay.mx if you continue to receive this message.'
|
218
|
+
msg += " (The raw response returned by the API was #{raw_response.inspect})"
|
219
|
+
{
|
220
|
+
'category' => 'request',
|
221
|
+
'error_code' => '9999',
|
222
|
+
'description' => msg
|
223
|
+
}
|
224
|
+
end
|
225
|
+
end
|
226
|
+
end
|
227
|
+
end
|
@@ -0,0 +1,372 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class OppGateway < Gateway
|
4
|
+
# = Open Payment Platform
|
5
|
+
#
|
6
|
+
# The Open Payment Platform includes a powerful omni-channel transaction processing API,
|
7
|
+
# enabling you to quickly and flexibly build new applications and services on the platform.
|
8
|
+
#
|
9
|
+
# This plugin enables connectivity to the Open Payment Platform for activemerchant.
|
10
|
+
#
|
11
|
+
# For any questions or comments please contact support@payon.com
|
12
|
+
#
|
13
|
+
# == Usage
|
14
|
+
#
|
15
|
+
# gateway = ActiveMerchant::Billing::OppGateway.new(
|
16
|
+
# user_id: 'merchant user id',
|
17
|
+
# password: 'password',
|
18
|
+
# entity_id: 'entity id',
|
19
|
+
# )
|
20
|
+
#
|
21
|
+
# # set up credit card object as in main ActiveMerchant example
|
22
|
+
# creditcard = ActiveMerchant::Billing::CreditCard.new(
|
23
|
+
# :type => 'visa',
|
24
|
+
# :number => '4242424242424242',
|
25
|
+
# :month => 8,
|
26
|
+
# :year => 2009,
|
27
|
+
# :first_name => 'Bob',
|
28
|
+
# :last_name => 'Bobsen'
|
29
|
+
# :verification_value: '123')
|
30
|
+
#
|
31
|
+
# # Request: complete example, including address, billing address, shipping address
|
32
|
+
# complete_request_options = {
|
33
|
+
# order_id: "your merchant/shop order id", # alternative is to set merchantInvoiceId
|
34
|
+
# merchant_transaction_id: "your merchant/shop transaction id",
|
35
|
+
# address: address,
|
36
|
+
# description: 'Store Purchase - Books',
|
37
|
+
# risk_workflow: false,
|
38
|
+
# test_mode: 'EXTERNAL' # or 'INTERNAL', valid only for test system
|
39
|
+
# create_registration: false, # payment details will be stored on the server an latter can be referenced
|
40
|
+
#
|
41
|
+
# billing_address: {
|
42
|
+
# address1: '123 Test Street',
|
43
|
+
# city: 'Test',
|
44
|
+
# state: 'TE',
|
45
|
+
# zip: 'AB12CD',
|
46
|
+
# country: 'GB',
|
47
|
+
# },
|
48
|
+
# shipping_address: {
|
49
|
+
# name: 'Muton DeMicelis',
|
50
|
+
# address1: 'My Street On Upiter, Apt 3.14/2.78',
|
51
|
+
# city: 'Munich',
|
52
|
+
# state: 'Bov',
|
53
|
+
# zip: '81675',
|
54
|
+
# country: 'DE',
|
55
|
+
# },
|
56
|
+
# customer: {
|
57
|
+
# merchant_customer_id: "your merchant/customer id",
|
58
|
+
# givenname: 'Jane',
|
59
|
+
# surname: 'Jones',
|
60
|
+
# birth_date: '1965-05-01',
|
61
|
+
# phone: '(?!?)555-5555',
|
62
|
+
# mobile: '(?!?)234-23423',
|
63
|
+
# email: 'jane@jones.com',
|
64
|
+
# company_name: 'JJ Ltd.',
|
65
|
+
# identification_doctype: 'PASSPORT',
|
66
|
+
# identification_docid: 'FakeID2342431234123',
|
67
|
+
# ip: 101.102.103.104,
|
68
|
+
# },
|
69
|
+
# }
|
70
|
+
#
|
71
|
+
# # Request: minimal example
|
72
|
+
# minimal_request_options = {
|
73
|
+
# order_id: "your merchant/shop order id", # alternative is to set merchantInvoiceId
|
74
|
+
# description: 'Store Purchase - Books',
|
75
|
+
# }
|
76
|
+
#
|
77
|
+
# options =
|
78
|
+
# # run request
|
79
|
+
# response = gateway.purchase(754, creditcard, options) # charge 7,54 EUR
|
80
|
+
#
|
81
|
+
# response.success? # Check whether the transaction was successful
|
82
|
+
# response.error_code # Retrieve the error message - it's mapped to Gateway::STANDARD_ERROR_CODE
|
83
|
+
# response.message # Retrieve the message returned by opp
|
84
|
+
# response.authorization # Retrieve the unique transaction ID returned by opp
|
85
|
+
# response.params['result']['code'] # Retrieve original return code returned by opp server
|
86
|
+
#
|
87
|
+
# == Errors
|
88
|
+
# If transaction is not successful, response.error_code contains mapped to Gateway::STANDARD_ERROR_CODE error message.
|
89
|
+
# Complete list of opp error codes can be viewed on https://docs.oppwa.com/
|
90
|
+
# Because this list is much bigger than Gateway::STANDARD_ERROR_CODE, only fraction is mapped to Gateway::STANDARD_ERROR_CODE.
|
91
|
+
# All other codes are mapped as Gateway::STANDARD_ERROR_CODE[:processing_error], so if this is the case,
|
92
|
+
# you may check the original result code from OPP that can be found in response.params['result']['code']
|
93
|
+
#
|
94
|
+
# == Special features
|
95
|
+
# For purchase method risk check can be forced when options[:risk_workflow] = true
|
96
|
+
# This will split (on OPP server side) the transaction into two separate transactions: authorize and capture,
|
97
|
+
# but capture will be executed only if risk checks are successful.
|
98
|
+
#
|
99
|
+
# For testing you may use the test account details listed fixtures.yml under opp. It is important to note that there are two test modes available:
|
100
|
+
# options[:test_mode]='EXTERNAL' causes test transactions to be forwarded to the processor's test system for 'end-to-end' testing
|
101
|
+
# options[:test_mode]='INTERNAL' causes transactions to be sent to opp simulators, which is useful when switching to the live endpoint for connectivity testing.
|
102
|
+
# If no test_mode parameter is sent, test_mode=INTERNAL is the default behaviour.
|
103
|
+
#
|
104
|
+
# Billing Address, Shipping Address, Custom Parameters are supported as described under https://docs.oppwa.com/parameters
|
105
|
+
# See complete example above for details.
|
106
|
+
#
|
107
|
+
# == Tokenization
|
108
|
+
# When create_registration is set to true, the payment details will be stored and a token will be returned in registrationId response field,
|
109
|
+
# which can subsequently be used to reference the stored payment.
|
110
|
+
|
111
|
+
self.test_url = 'https://test.oppwa.com/v1/payments'
|
112
|
+
self.live_url = 'https://oppwa.com/v1/payments'
|
113
|
+
|
114
|
+
self.supported_countries = %w(AD AI AG AR AU AT BS BB BE BZ BM BR BN BG CA HR CY CZ DK DM EE FI FR DE GR GD GY HK HU IS IN IL IT JP LV LI LT LU MY MT MX MC MS NL PA PL PT KN LC MF VC SM SG SK SI ZA ES SR SE CH TR GB US UY)
|
115
|
+
self.default_currency = 'EUR'
|
116
|
+
self.supported_cardtypes = [:visa, :master, :american_express, :diners_club, :discover, :jcb, :maestro, :dankort]
|
117
|
+
|
118
|
+
self.homepage_url = 'https://docs.oppwa.com'
|
119
|
+
self.display_name = 'Open Payment Platform'
|
120
|
+
|
121
|
+
def initialize(options={})
|
122
|
+
requires!(options, :user_id, :password, :entity_id)
|
123
|
+
super
|
124
|
+
end
|
125
|
+
|
126
|
+
def purchase(money, payment, options={})
|
127
|
+
# debit
|
128
|
+
execute_dbpa(options[:risk_workflow] ? 'PA.CP': 'DB',
|
129
|
+
money, payment, options)
|
130
|
+
end
|
131
|
+
|
132
|
+
def authorize(money, payment, options={})
|
133
|
+
# preauthorization PA
|
134
|
+
execute_dbpa('PA', money, payment, options)
|
135
|
+
end
|
136
|
+
|
137
|
+
def capture(money, authorization, options={})
|
138
|
+
# capture CP
|
139
|
+
execute_referencing('CP', money, authorization, options)
|
140
|
+
end
|
141
|
+
|
142
|
+
def refund(money, authorization, options={})
|
143
|
+
# refund RF
|
144
|
+
execute_referencing('RF', money, authorization, options)
|
145
|
+
end
|
146
|
+
|
147
|
+
def void(authorization, options={})
|
148
|
+
# reversal RV
|
149
|
+
execute_referencing('RV', nil, authorization, options)
|
150
|
+
end
|
151
|
+
|
152
|
+
def verify(credit_card, options={})
|
153
|
+
MultiResponse.run(:use_first_response) do |r|
|
154
|
+
r.process { authorize(100, credit_card, options) }
|
155
|
+
r.process(:ignore_result) { void(r.authorization, options) }
|
156
|
+
end
|
157
|
+
end
|
158
|
+
|
159
|
+
def supports_scrubbing?
|
160
|
+
true
|
161
|
+
end
|
162
|
+
|
163
|
+
def scrub(transcript)
|
164
|
+
transcript.
|
165
|
+
gsub(%r((authentication\.password=)\w+), '\1[FILTERED]').
|
166
|
+
gsub(%r((card\.number=)\d+), '\1[FILTERED]').
|
167
|
+
gsub(%r((card\.cvv=)\d+), '\1[FILTERED]')
|
168
|
+
end
|
169
|
+
|
170
|
+
private
|
171
|
+
|
172
|
+
def execute_dbpa(txtype, money, payment, options)
|
173
|
+
post = {}
|
174
|
+
post[:paymentType] = txtype
|
175
|
+
add_invoice(post, money, options)
|
176
|
+
add_payment_method(post, payment, options)
|
177
|
+
add_address(post, options)
|
178
|
+
add_customer_data(post, payment, options)
|
179
|
+
add_options(post, options)
|
180
|
+
add_3d_secure(post, options)
|
181
|
+
commit(post, nil, options)
|
182
|
+
end
|
183
|
+
|
184
|
+
def execute_referencing(txtype, money, authorization, options)
|
185
|
+
post = {}
|
186
|
+
post[:paymentType] = txtype
|
187
|
+
add_invoice(post, money, options)
|
188
|
+
commit(post, authorization, options)
|
189
|
+
end
|
190
|
+
|
191
|
+
def add_authentication(post)
|
192
|
+
post[:authentication] = { entityId: @options[:entity_id], password: @options[:password], userId: @options[:user_id]}
|
193
|
+
end
|
194
|
+
|
195
|
+
def add_customer_data(post, payment, options)
|
196
|
+
if options[:customer]
|
197
|
+
post[:customer] = {
|
198
|
+
merchantCustomerId: options[:customer][:merchant_customer_id],
|
199
|
+
givenName: options[:customer][:givenname] || payment.first_name,
|
200
|
+
surname: options[:customer][:surname] || payment.last_name,
|
201
|
+
birthDate: options[:customer][:birth_date],
|
202
|
+
phone: options[:customer][:phone],
|
203
|
+
mobile: options[:customer][:mobile],
|
204
|
+
email: options[:customer][:email] || options[:email],
|
205
|
+
companyName: options[:customer][:company_name],
|
206
|
+
identificationDocType: options[:customer][:identification_doctype],
|
207
|
+
identificationDocId: options[:customer][:identification_docid],
|
208
|
+
ip: options[:customer][:ip] || options[:ip]
|
209
|
+
}
|
210
|
+
end
|
211
|
+
end
|
212
|
+
|
213
|
+
def add_address(post, options)
|
214
|
+
if billing_address = options[:billing_address] || options[:address]
|
215
|
+
address(post, billing_address, 'billing')
|
216
|
+
end
|
217
|
+
if shipping_address = options[:shipping_address]
|
218
|
+
address(post, shipping_address, 'shipping')
|
219
|
+
if shipping_address[:name]
|
220
|
+
firstname, lastname = shipping_address[:name].split(' ')
|
221
|
+
post[:shipping] = { givenName: firstname, surname: lastname }
|
222
|
+
end
|
223
|
+
end
|
224
|
+
end
|
225
|
+
|
226
|
+
def address(post, address, prefix)
|
227
|
+
post[prefix] = {
|
228
|
+
street1: address[:address1],
|
229
|
+
street2: address[:address2],
|
230
|
+
city: address[:city],
|
231
|
+
state: address[:state],
|
232
|
+
postcode: address[:zip],
|
233
|
+
country: address[:country],
|
234
|
+
}
|
235
|
+
end
|
236
|
+
|
237
|
+
def add_invoice(post, money, options)
|
238
|
+
post[:amount] = amount(money)
|
239
|
+
post[:currency] = options[:currency] || currency(money) unless post[:paymentType] == 'RV'
|
240
|
+
post[:descriptor] = options[:description] || options[:descriptor]
|
241
|
+
post[:merchantInvoiceId] = options[:merchantInvoiceId] || options[:order_id]
|
242
|
+
post[:merchantTransactionId] = options[:merchant_transaction_id] || generate_unique_id
|
243
|
+
end
|
244
|
+
|
245
|
+
def add_payment_method(post, payment, options)
|
246
|
+
if options[:registrationId]
|
247
|
+
#post[:recurringType] = 'REPEATED'
|
248
|
+
post[:card] = {
|
249
|
+
cvv: payment.verification_value,
|
250
|
+
}
|
251
|
+
else
|
252
|
+
post[:paymentBrand] = payment.brand.upcase
|
253
|
+
post[:card] = {
|
254
|
+
holder: payment.name,
|
255
|
+
number: payment.number,
|
256
|
+
expiryMonth: "%02d" % payment.month,
|
257
|
+
expiryYear: payment.year,
|
258
|
+
cvv: payment.verification_value,
|
259
|
+
}
|
260
|
+
end
|
261
|
+
end
|
262
|
+
|
263
|
+
def add_3d_secure(post, options)
|
264
|
+
return unless options[:eci] && options[:cavv] && options[:xid]
|
265
|
+
|
266
|
+
post[:threeDSecure] = {
|
267
|
+
eci: options[:eci],
|
268
|
+
verificationId: options[:cavv],
|
269
|
+
xid: options[:xid]
|
270
|
+
}
|
271
|
+
end
|
272
|
+
|
273
|
+
def add_options(post, options)
|
274
|
+
post[:createRegistration] = options[:create_registration] if options[:create_registration] && !options[:registrationId]
|
275
|
+
post[:testMode] = options[:test_mode] if test? && options[:test_mode]
|
276
|
+
options.each {|key, value| post[key] = value if key.to_s.match('customParameters\[[a-zA-Z0-9\._]{3,64}\]') }
|
277
|
+
post['customParameters[SHOPPER_pluginId]'] = 'activemerchant'
|
278
|
+
post['customParameters[custom_disable3DSecure]'] = options[:disable_3d_secure] if options[:disable_3d_secure]
|
279
|
+
end
|
280
|
+
|
281
|
+
def build_url(url, authorization, options)
|
282
|
+
if options[:registrationId]
|
283
|
+
"#{url.gsub(/payments/, 'registrations')}/#{options[:registrationId]}/payments"
|
284
|
+
elsif authorization
|
285
|
+
"#{url}/#{authorization}"
|
286
|
+
else
|
287
|
+
url
|
288
|
+
end
|
289
|
+
end
|
290
|
+
|
291
|
+
def commit(post, authorization, options)
|
292
|
+
url = build_url(test? ? test_url : live_url, authorization, options)
|
293
|
+
add_authentication(post)
|
294
|
+
post = flatten_hash(post)
|
295
|
+
|
296
|
+
response = begin
|
297
|
+
parse(
|
298
|
+
ssl_post(
|
299
|
+
url,
|
300
|
+
post.collect { |key, value| "#{key}=#{CGI.escape(value.to_s)}" }.join("&"),
|
301
|
+
"Content-Type" => "application/x-www-form-urlencoded;charset=UTF-8"
|
302
|
+
)
|
303
|
+
)
|
304
|
+
rescue ResponseError => e
|
305
|
+
parse(e.response.body)
|
306
|
+
end
|
307
|
+
|
308
|
+
success = success_from(response)
|
309
|
+
|
310
|
+
Response.new(
|
311
|
+
success,
|
312
|
+
message_from(response),
|
313
|
+
response,
|
314
|
+
authorization: authorization_from(response),
|
315
|
+
test: test?,
|
316
|
+
error_code: success ? nil : error_code_from(response),
|
317
|
+
)
|
318
|
+
end
|
319
|
+
|
320
|
+
def parse(body)
|
321
|
+
begin
|
322
|
+
JSON.parse(body)
|
323
|
+
rescue JSON::ParserError
|
324
|
+
json_error(body)
|
325
|
+
end
|
326
|
+
end
|
327
|
+
|
328
|
+
def json_error(body)
|
329
|
+
message = "Invalid response received #{body.inspect}"
|
330
|
+
{ 'result' => {'description' => message, 'code' => 'unknown' } }
|
331
|
+
end
|
332
|
+
|
333
|
+
def success_from(response)
|
334
|
+
return false unless response['result']
|
335
|
+
|
336
|
+
success_regex = /^(000\.000\.|000\.100\.1|000\.[36])/
|
337
|
+
|
338
|
+
if success_regex =~ response['result']['code']
|
339
|
+
true
|
340
|
+
else
|
341
|
+
false
|
342
|
+
end
|
343
|
+
end
|
344
|
+
|
345
|
+
def message_from(response)
|
346
|
+
return 'Failed' unless response['result']
|
347
|
+
|
348
|
+
response['result']['description']
|
349
|
+
end
|
350
|
+
|
351
|
+
def authorization_from(response)
|
352
|
+
response['id']
|
353
|
+
end
|
354
|
+
|
355
|
+
def error_code_from(response)
|
356
|
+
response['result']['code']
|
357
|
+
end
|
358
|
+
|
359
|
+
def flatten_hash(hash)
|
360
|
+
hash.each_with_object({}) do |(k, v), h|
|
361
|
+
if v.is_a? Hash
|
362
|
+
flatten_hash(v).map do |h_k, h_v|
|
363
|
+
h["#{k}.#{h_k}".to_sym] = h_v
|
364
|
+
end
|
365
|
+
else
|
366
|
+
h[k] = v
|
367
|
+
end
|
368
|
+
end
|
369
|
+
end
|
370
|
+
end
|
371
|
+
end
|
372
|
+
end
|