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,209 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class VisanetPeruGateway < Gateway
|
4
|
+
include Empty
|
5
|
+
self.display_name = "VisaNet Peru Gateway"
|
6
|
+
self.homepage_url = "http://www.visanet.com.pe"
|
7
|
+
|
8
|
+
self.test_url = "https://devapi.vnforapps.com/api.tokenization/api/v2/merchant"
|
9
|
+
self.live_url = "https://api.vnforapps.com/api.tokenization/api/v2/merchant"
|
10
|
+
|
11
|
+
self.supported_countries = ["US", "PE"]
|
12
|
+
self.default_currency = "PEN"
|
13
|
+
self.money_format = :dollars
|
14
|
+
self.supported_cardtypes = [:visa, :master, :american_express, :discover]
|
15
|
+
|
16
|
+
def initialize(options={})
|
17
|
+
requires!(options, :access_key_id, :secret_access_key, :merchant_id)
|
18
|
+
super
|
19
|
+
end
|
20
|
+
|
21
|
+
def purchase(amount, payment_method, options={})
|
22
|
+
MultiResponse.run() do |r|
|
23
|
+
r.process { authorize(amount, payment_method, options) }
|
24
|
+
r.process { capture(r.authorization, options) }
|
25
|
+
end
|
26
|
+
end
|
27
|
+
|
28
|
+
def authorize(amount, payment_method, options={})
|
29
|
+
params = {}
|
30
|
+
|
31
|
+
add_invoice(params, amount, options)
|
32
|
+
add_payment_method(params, payment_method)
|
33
|
+
add_antifraud_data(params, options)
|
34
|
+
params[:email] = options[:email] || 'unknown@email.com'
|
35
|
+
params[:createAlias] = false
|
36
|
+
|
37
|
+
commit("authorize", params)
|
38
|
+
end
|
39
|
+
|
40
|
+
def capture(authorization, options={})
|
41
|
+
params = {}
|
42
|
+
add_auth_order_id(params, authorization, options)
|
43
|
+
commit("deposit", params)
|
44
|
+
end
|
45
|
+
|
46
|
+
def void(authorization, options={})
|
47
|
+
params = {}
|
48
|
+
add_auth_order_id(params, authorization, options)
|
49
|
+
commit("void", params)
|
50
|
+
end
|
51
|
+
|
52
|
+
def refund(amount, authorization, options={})
|
53
|
+
params = {}
|
54
|
+
add_auth_order_id(params, authorization, options)
|
55
|
+
commit("cancelDeposit", params)
|
56
|
+
end
|
57
|
+
|
58
|
+
def verify(credit_card, options={})
|
59
|
+
MultiResponse.run(:use_first_response) do |r|
|
60
|
+
r.process { authorize(100, credit_card, options) }
|
61
|
+
r.process(:ignore_result) { void(r.authorization, options) }
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
def supports_scrubbing?
|
66
|
+
true
|
67
|
+
end
|
68
|
+
|
69
|
+
def scrub(transcript)
|
70
|
+
transcript.
|
71
|
+
gsub(%r((Authorization: Basic )\w+), '\1[FILTERED]').
|
72
|
+
gsub(%r((\"cardNumber\\\":\\\")\d+), '\1[FILTERED]').
|
73
|
+
gsub(%r((\"cvv2Code\\\":\\\")\d+), '\1[FILTERED]')
|
74
|
+
end
|
75
|
+
|
76
|
+
private
|
77
|
+
|
78
|
+
CURRENCY_CODES = Hash.new{|h,k| raise ArgumentError.new("Unsupported currency: #{k}")}
|
79
|
+
CURRENCY_CODES["USD"] = 840
|
80
|
+
CURRENCY_CODES["PEN"] = 604
|
81
|
+
|
82
|
+
def add_invoice(params, money, options)
|
83
|
+
# Visanet Peru expects a 9-digit numeric purchaseNumber
|
84
|
+
params[:purchaseNumber] = (SecureRandom.random_number(900_000_000) + 100_000_000).to_s
|
85
|
+
params[:externalTransactionId] = options[:order_id]
|
86
|
+
params[:amount] = amount(money)
|
87
|
+
params[:currencyId] = CURRENCY_CODES[options[:currency] || currency(money)]
|
88
|
+
end
|
89
|
+
|
90
|
+
def add_auth_order_id(params, authorization, options)
|
91
|
+
params[:purchaseNumber] = authorization
|
92
|
+
params[:externalTransactionId] = options[:order_id]
|
93
|
+
end
|
94
|
+
|
95
|
+
def add_payment_method(params, payment_method)
|
96
|
+
params[:firstName] = payment_method.first_name
|
97
|
+
params[:lastName] = payment_method.last_name
|
98
|
+
params[:cardNumber] = payment_method.number
|
99
|
+
params[:cvv2Code] = payment_method.verification_value
|
100
|
+
params[:expirationYear] = format(payment_method.year, :four_digits)
|
101
|
+
params[:expirationMonth] = format(payment_method.month, :two_digits)
|
102
|
+
end
|
103
|
+
|
104
|
+
def add_antifraud_data(params, options)
|
105
|
+
antifraud = {}
|
106
|
+
|
107
|
+
if billing_address = options[:billing_address] || options[:address]
|
108
|
+
antifraud[:billTo_street1] = billing_address[:address1]
|
109
|
+
antifraud[:billTo_city] = billing_address[:city]
|
110
|
+
antifraud[:billTo_state] = billing_address[:state]
|
111
|
+
antifraud[:billTo_country] = billing_address[:country]
|
112
|
+
antifraud[:billTo_postalCode] = billing_address[:zip]
|
113
|
+
end
|
114
|
+
|
115
|
+
antifraud[:deviceFingerprintId] = options[:device_fingerprint_id] || SecureRandom.hex(16)
|
116
|
+
antifraud[:merchantDefineData] = options[:merchant_define_data] if options[:merchant_define_data]
|
117
|
+
|
118
|
+
params[:antifraud] = antifraud
|
119
|
+
end
|
120
|
+
|
121
|
+
def commit(action, params)
|
122
|
+
begin
|
123
|
+
raw_response = ssl_request(method(action), url(action, params), params.to_json, headers)
|
124
|
+
response = parse(raw_response)
|
125
|
+
rescue ResponseError => e
|
126
|
+
raw_response = e.response.body
|
127
|
+
response_error(raw_response)
|
128
|
+
rescue JSON::ParserError
|
129
|
+
unparsable_response(raw_response)
|
130
|
+
else
|
131
|
+
Response.new(
|
132
|
+
success_from(response),
|
133
|
+
message_from(response),
|
134
|
+
response,
|
135
|
+
:test => test?,
|
136
|
+
:authorization => authorization_from(params),
|
137
|
+
:error_code => response["errorCode"]
|
138
|
+
)
|
139
|
+
end
|
140
|
+
end
|
141
|
+
|
142
|
+
def headers
|
143
|
+
{
|
144
|
+
"Authorization" => "Basic " + Base64.strict_encode64("#{@options[:access_key_id]}:#{@options[:secret_access_key]}").strip,
|
145
|
+
"Content-Type" => "application/json"
|
146
|
+
}
|
147
|
+
end
|
148
|
+
|
149
|
+
def url(action, params)
|
150
|
+
if (action == "authorize")
|
151
|
+
"#{base_url}/#{@options[:merchant_id]}"
|
152
|
+
else
|
153
|
+
"#{base_url}/#{@options[:merchant_id]}/#{action}/#{params[:purchaseNumber]}"
|
154
|
+
end
|
155
|
+
end
|
156
|
+
|
157
|
+
def method(action)
|
158
|
+
(action == "authorize") ? :post : :put
|
159
|
+
end
|
160
|
+
|
161
|
+
def authorization_from(params)
|
162
|
+
params[:purchaseNumber]
|
163
|
+
end
|
164
|
+
|
165
|
+
def base_url
|
166
|
+
test? ? test_url : live_url
|
167
|
+
end
|
168
|
+
|
169
|
+
def parse(body)
|
170
|
+
JSON.parse(body)
|
171
|
+
end
|
172
|
+
|
173
|
+
def success_from(response)
|
174
|
+
response["errorCode"] == 0
|
175
|
+
end
|
176
|
+
|
177
|
+
def message_from(response)
|
178
|
+
if empty?(response["errorMessage"]) || response["errorMessage"] == "[ ]"
|
179
|
+
response["data"]["DSC_COD_ACCION"]
|
180
|
+
else
|
181
|
+
response["errorMessage"]
|
182
|
+
end
|
183
|
+
end
|
184
|
+
|
185
|
+
def response_error(raw_response)
|
186
|
+
begin
|
187
|
+
response = parse(raw_response)
|
188
|
+
rescue JSON::ParserError
|
189
|
+
unparsable_response(raw_response)
|
190
|
+
else
|
191
|
+
return Response.new(
|
192
|
+
false,
|
193
|
+
message_from(response),
|
194
|
+
response,
|
195
|
+
:test => test?,
|
196
|
+
:authorization => response["transactionUUID"],
|
197
|
+
:error_code => response["errorCode"]
|
198
|
+
)
|
199
|
+
end
|
200
|
+
end
|
201
|
+
|
202
|
+
def unparsable_response(raw_response)
|
203
|
+
message = "Invalid JSON response received from VisanetPeruGateway. Please contact VisanetPeruGateway if you continue to receive this message."
|
204
|
+
message += " (The raw response returned by the API was #{raw_response.inspect})"
|
205
|
+
return Response.new(false, message)
|
206
|
+
end
|
207
|
+
end
|
208
|
+
end
|
209
|
+
end
|
@@ -13,25 +13,23 @@ module ActiveMerchant #:nodoc:
|
|
13
13
|
self.homepage_url = 'https://webpay.jp/'
|
14
14
|
self.display_name = 'WebPay'
|
15
15
|
|
16
|
-
def
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
raise NotImplementedError.new
|
16
|
+
def capture(money, authorization, options = {})
|
17
|
+
post = {}
|
18
|
+
add_amount(post, money, options)
|
19
|
+
add_application_fee(post, options)
|
20
|
+
commit(:post, "charges/#{CGI.escape(authorization)}/capture", post)
|
22
21
|
end
|
23
22
|
|
24
23
|
def refund(money, identification, options = {})
|
25
|
-
post = {
|
26
|
-
|
27
|
-
|
24
|
+
post = {}
|
25
|
+
add_amount(post, money, options)
|
28
26
|
MultiResponse.run do |r|
|
29
|
-
r.process { commit(:post, "charges/#{CGI.escape(identification)}/refund", post,
|
27
|
+
r.process { commit(:post, "charges/#{CGI.escape(identification)}/refund", post, options) }
|
30
28
|
|
31
29
|
return r unless options[:refund_fee_amount]
|
32
30
|
|
33
|
-
r.process { fetch_application_fees(identification,
|
34
|
-
r.process { refund_application_fee(options[:refund_fee_amount], application_fee_from_response(r),
|
31
|
+
r.process { fetch_application_fees(identification, options) }
|
32
|
+
r.process { refund_application_fee(options[:refund_fee_amount], application_fee_from_response(r), options) }
|
35
33
|
end
|
36
34
|
end
|
37
35
|
|
@@ -39,13 +37,41 @@ module ActiveMerchant #:nodoc:
|
|
39
37
|
raise NotImplementedError.new
|
40
38
|
end
|
41
39
|
|
42
|
-
def
|
43
|
-
|
40
|
+
def add_customer(post, creditcard, options)
|
41
|
+
post[:customer] = options[:customer] if options[:customer] && !creditcard.respond_to?(:number)
|
44
42
|
end
|
45
43
|
|
46
|
-
def
|
47
|
-
post
|
48
|
-
post
|
44
|
+
def store(creditcard, options = {})
|
45
|
+
post = {}
|
46
|
+
add_creditcard(post, creditcard, options)
|
47
|
+
post[:description] = options[:description]
|
48
|
+
post[:email] = options[:email]
|
49
|
+
|
50
|
+
if options[:customer]
|
51
|
+
MultiResponse.run(:first) do |r|
|
52
|
+
r.process { commit(:post, "customers/#{CGI.escape(options[:customer])}/", post, options) }
|
53
|
+
|
54
|
+
return r unless options[:set_default] and r.success? and !r.params["id"].blank?
|
55
|
+
|
56
|
+
r.process { update_customer(options[:customer], :default_card => r.params["id"]) }
|
57
|
+
end
|
58
|
+
else
|
59
|
+
commit(:post, 'customers', post, options)
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
63
|
+
def update(customer_id, creditcard, options = {})
|
64
|
+
post = {}
|
65
|
+
add_creditcard(post, creditcard, options)
|
66
|
+
commit(:post, "customers/#{CGI.escape(customer_id)}", post, options)
|
67
|
+
end
|
68
|
+
|
69
|
+
private
|
70
|
+
|
71
|
+
def create_post_for_auth_or_purchase(money, creditcard, options)
|
72
|
+
stripe_post = super
|
73
|
+
stripe_post[:description] ||= stripe_post.delete(:metadata).try(:[], :email)
|
74
|
+
stripe_post
|
49
75
|
end
|
50
76
|
|
51
77
|
def json_error(raw_response)
|
@@ -59,20 +85,11 @@ module ActiveMerchant #:nodoc:
|
|
59
85
|
end
|
60
86
|
|
61
87
|
def headers(options = {})
|
62
|
-
@@ua ||= JSON.dump({
|
63
|
-
:bindings_version => ActiveMerchant::VERSION,
|
64
|
-
:lang => 'ruby',
|
65
|
-
:lang_version => "#{RUBY_VERSION} p#{RUBY_PATCHLEVEL} (#{RUBY_RELEASE_DATE})",
|
66
|
-
:platform => RUBY_PLATFORM,
|
67
|
-
:publisher => 'active_merchant',
|
68
|
-
:uname => (RUBY_PLATFORM =~ /linux|darwin/i ? `uname -a 2>/dev/null`.strip : nil)
|
69
|
-
})
|
70
|
-
|
71
88
|
{
|
72
89
|
"Authorization" => "Basic " + Base64.encode64(@api_key.to_s + ":").strip,
|
73
90
|
"User-Agent" => "Webpay/v1 ActiveMerchantBindings/#{ActiveMerchant::VERSION}",
|
74
|
-
"X-Webpay-Client-User-Agent" =>
|
75
|
-
"X-Webpay-Client-User-Metadata" => options[:
|
91
|
+
"X-Webpay-Client-User-Agent" => user_agent,
|
92
|
+
"X-Webpay-Client-User-Metadata" => {:ip => options[:ip]}.to_json
|
76
93
|
}
|
77
94
|
end
|
78
95
|
end
|
@@ -0,0 +1,238 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class WepayGateway < Gateway
|
4
|
+
self.test_url = 'https://stage.wepayapi.com/v2'
|
5
|
+
self.live_url = 'https://wepayapi.com/v2'
|
6
|
+
|
7
|
+
self.supported_countries = ['US', 'CA']
|
8
|
+
self.supported_cardtypes = [:visa, :master, :american_express, :discover]
|
9
|
+
self.homepage_url = 'https://www.wepay.com/'
|
10
|
+
self.default_currency = 'USD'
|
11
|
+
self.display_name = 'WePay'
|
12
|
+
|
13
|
+
def initialize(options = {})
|
14
|
+
requires!(options, :client_id, :account_id, :access_token)
|
15
|
+
super(options)
|
16
|
+
end
|
17
|
+
|
18
|
+
def purchase(money, payment_method, options = {})
|
19
|
+
post = {}
|
20
|
+
if payment_method.is_a?(String)
|
21
|
+
MultiResponse.run do |r|
|
22
|
+
r.process { authorize_with_token(post, money, payment_method, options) }
|
23
|
+
r.process { capture(money, r.authorization, options) }
|
24
|
+
end
|
25
|
+
else
|
26
|
+
MultiResponse.run do |r|
|
27
|
+
r.process { store(payment_method, options) }
|
28
|
+
r.process { authorize_with_token(post, money, r.authorization, options) }
|
29
|
+
r.process { capture(money, r.authorization, options) }
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
def authorize(money, payment_method, options = {})
|
35
|
+
post = {}
|
36
|
+
if payment_method.is_a?(String)
|
37
|
+
authorize_with_token(post, money, payment_method, options)
|
38
|
+
else
|
39
|
+
MultiResponse.run do |r|
|
40
|
+
r.process { store(payment_method, options) }
|
41
|
+
r.process { authorize_with_token(post, money, r.authorization, options) }
|
42
|
+
end
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
def capture(money, identifier, options = {})
|
47
|
+
checkout_id, original_amount = split_authorization(identifier)
|
48
|
+
|
49
|
+
post = {}
|
50
|
+
post[:checkout_id] = checkout_id
|
51
|
+
if(money && (original_amount != amount(money)))
|
52
|
+
post[:amount] = amount(money)
|
53
|
+
end
|
54
|
+
commit('/checkout/capture', post, options)
|
55
|
+
end
|
56
|
+
|
57
|
+
def void(identifier, options = {})
|
58
|
+
post = {}
|
59
|
+
post[:checkout_id] = split_authorization(identifier).first
|
60
|
+
post[:cancel_reason] = (options[:description] || "Void")
|
61
|
+
commit('/checkout/cancel', post, options)
|
62
|
+
end
|
63
|
+
|
64
|
+
def refund(money, identifier, options = {})
|
65
|
+
checkout_id, original_amount = split_authorization(identifier)
|
66
|
+
|
67
|
+
post = {}
|
68
|
+
post[:checkout_id] = checkout_id
|
69
|
+
if(money && (original_amount != amount(money)))
|
70
|
+
post[:amount] = amount(money)
|
71
|
+
end
|
72
|
+
post[:refund_reason] = (options[:description] || "Refund")
|
73
|
+
post[:payer_email_message] = options[:payer_email_message] if options[:payer_email_message]
|
74
|
+
post[:payee_email_message] = options[:payee_email_message] if options[:payee_email_message]
|
75
|
+
commit("/checkout/refund", post, options)
|
76
|
+
end
|
77
|
+
|
78
|
+
def store(creditcard, options = {})
|
79
|
+
post = {}
|
80
|
+
post[:client_id] = @options[:client_id]
|
81
|
+
post[:user_name] = "#{creditcard.first_name} #{creditcard.last_name}"
|
82
|
+
post[:email] = options[:email] || "unspecified@example.com"
|
83
|
+
post[:cc_number] = creditcard.number
|
84
|
+
post[:cvv] = creditcard.verification_value unless options[:recurring]
|
85
|
+
post[:expiration_month] = creditcard.month
|
86
|
+
post[:expiration_year] = creditcard.year
|
87
|
+
|
88
|
+
if(billing_address = (options[:billing_address] || options[:address]))
|
89
|
+
post[:address] = {}
|
90
|
+
post[:address]["address1"] = billing_address[:address1] if billing_address[:address1]
|
91
|
+
post[:address]["city"] = billing_address[:city] if billing_address[:city]
|
92
|
+
post[:address]["country"] = billing_address[:country] if billing_address[:country]
|
93
|
+
post[:address]["region"] = billing_address[:state] if billing_address[:state]
|
94
|
+
post[:address]["postal_code"] = billing_address[:zip]
|
95
|
+
end
|
96
|
+
|
97
|
+
if options[:recurring] == true
|
98
|
+
post[:client_secret] = @options[:client_secret]
|
99
|
+
commit('/credit_card/transfer', post, options)
|
100
|
+
else
|
101
|
+
post[:original_device] = options[:device_fingerprint] if options[:device_fingerprint]
|
102
|
+
post[:original_ip] = options[:ip] if options[:ip]
|
103
|
+
commit('/credit_card/create', post, options)
|
104
|
+
end
|
105
|
+
end
|
106
|
+
|
107
|
+
def supports_scrubbing?
|
108
|
+
true
|
109
|
+
end
|
110
|
+
|
111
|
+
def scrub(transcript)
|
112
|
+
transcript.
|
113
|
+
gsub(%r((\\?"cc_number\\?":\\?")[^\\"]+(\\?"))i, '\1[FILTERED]\2').
|
114
|
+
gsub(%r((\\?"cvv\\?":\\?")[^\\"]+(\\?"))i, '\1[FILTERED]\2').
|
115
|
+
gsub(%r((Authorization: Bearer )\w+)i, '\1[FILTERED]\2')
|
116
|
+
end
|
117
|
+
|
118
|
+
private
|
119
|
+
|
120
|
+
def authorize_with_token(post, money, token, options)
|
121
|
+
add_token(post, token)
|
122
|
+
add_product_data(post, money, options)
|
123
|
+
commit('/checkout/create', post, options)
|
124
|
+
end
|
125
|
+
|
126
|
+
def add_product_data(post, money, options)
|
127
|
+
post[:account_id] = @options[:account_id]
|
128
|
+
post[:amount] = amount(money)
|
129
|
+
post[:short_description] = (options[:description] || "Purchase")
|
130
|
+
post[:type] = (options[:type] || "goods")
|
131
|
+
post[:currency] = (options[:currency] || currency(money))
|
132
|
+
post[:long_description] = options[:long_description] if options[:long_description]
|
133
|
+
post[:payer_email_message] = options[:payer_email_message] if options[:payer_email_message]
|
134
|
+
post[:payee_email_message] = options[:payee_email_message] if options[:payee_email_message]
|
135
|
+
post[:reference_id] = options[:order_id] if options[:order_id]
|
136
|
+
post[:unique_id] = options[:unique_id] if options[:unique_id]
|
137
|
+
post[:redirect_uri] = options[:redirect_uri] if options[:redirect_uri]
|
138
|
+
post[:callback_uri] = options[:callback_uri] if options[:callback_uri]
|
139
|
+
post[:fallback_uri] = options[:fallback_uri] if options[:fallback_uri]
|
140
|
+
post[:require_shipping] = options[:require_shipping] if options[:require_shipping]
|
141
|
+
post[:shipping_fee] = options[:shipping_fee] if options[:shipping_fee]
|
142
|
+
post[:charge_tax] = options[:charge_tax] if options[:charge_tax]
|
143
|
+
post[:mode] = options[:mode] if options[:mode]
|
144
|
+
post[:preapproval_id] = options[:preapproval_id] if options[:preapproval_id]
|
145
|
+
post[:prefill_info] = options[:prefill_info] if options[:prefill_info]
|
146
|
+
post[:funding_sources] = options[:funding_sources] if options[:funding_sources]
|
147
|
+
post[:payer_rbits] = options[:payer_rbits] if options[:payer_rbits]
|
148
|
+
post[:transaction_rbits] = options[:transaction_rbits] if options[:transaction_rbits]
|
149
|
+
add_fee(post, options)
|
150
|
+
end
|
151
|
+
|
152
|
+
def add_token(post, token)
|
153
|
+
payment_method = {}
|
154
|
+
payment_method[:type] = "credit_card"
|
155
|
+
payment_method[:credit_card] = {
|
156
|
+
id: token,
|
157
|
+
auto_capture: false
|
158
|
+
}
|
159
|
+
|
160
|
+
post[:payment_method] = payment_method
|
161
|
+
end
|
162
|
+
|
163
|
+
def add_fee(post, options)
|
164
|
+
if options[:application_fee] || options[:fee_payer]
|
165
|
+
post[:fee] = {}
|
166
|
+
post[:fee][:app_fee] = options[:application_fee] if options[:application_fee]
|
167
|
+
post[:fee][:fee_payer] = options[:fee_payer] if options[:fee_payer]
|
168
|
+
end
|
169
|
+
end
|
170
|
+
|
171
|
+
def parse(response)
|
172
|
+
JSON.parse(response)
|
173
|
+
end
|
174
|
+
|
175
|
+
def commit(action, params, options={})
|
176
|
+
begin
|
177
|
+
response = parse(ssl_post(
|
178
|
+
((test? ? test_url : live_url) + action),
|
179
|
+
params.to_json,
|
180
|
+
headers(options)
|
181
|
+
))
|
182
|
+
rescue ResponseError => e
|
183
|
+
response = parse(e.response.body)
|
184
|
+
end
|
185
|
+
|
186
|
+
return Response.new(
|
187
|
+
success_from(response),
|
188
|
+
message_from(response),
|
189
|
+
response,
|
190
|
+
authorization: authorization_from(response, params),
|
191
|
+
test: test?
|
192
|
+
)
|
193
|
+
|
194
|
+
rescue JSON::ParserError
|
195
|
+
return unparsable_response(response)
|
196
|
+
end
|
197
|
+
|
198
|
+
def success_from(response)
|
199
|
+
(!response["error"])
|
200
|
+
end
|
201
|
+
|
202
|
+
def message_from(response)
|
203
|
+
(response["error"] ? response["error_description"] : "Success")
|
204
|
+
end
|
205
|
+
|
206
|
+
def authorization_from(response, params)
|
207
|
+
return response["credit_card_id"].to_s if response["credit_card_id"]
|
208
|
+
|
209
|
+
original_amount = response["amount"].nil? ? nil : sprintf("%0.02f", response["amount"])
|
210
|
+
[response["checkout_id"], original_amount].join('|')
|
211
|
+
end
|
212
|
+
|
213
|
+
def split_authorization(authorization)
|
214
|
+
auth, original_amount = authorization.to_s.split("|")
|
215
|
+
[auth, original_amount]
|
216
|
+
end
|
217
|
+
|
218
|
+
def unparsable_response(raw_response)
|
219
|
+
message = "Invalid JSON response received from WePay. Please contact WePay support if you continue to receive this message."
|
220
|
+
message += " (The raw response returned by the API was #{raw_response.inspect})"
|
221
|
+
return Response.new(false, message)
|
222
|
+
end
|
223
|
+
|
224
|
+
def headers(options)
|
225
|
+
headers = {
|
226
|
+
"Content-Type" => "application/json",
|
227
|
+
"User-Agent" => "ActiveMerchantBindings/#{ActiveMerchant::VERSION}",
|
228
|
+
"Authorization" => "Bearer #{@options[:access_token]}"
|
229
|
+
}
|
230
|
+
headers["Api-Version"] = options[:version] if options[:version]
|
231
|
+
headers["Client-IP"] = options[:ip] if options[:ip]
|
232
|
+
headers["WePay-Risk-Token"] = options[:risk_token] if options[:risk_token]
|
233
|
+
|
234
|
+
headers
|
235
|
+
end
|
236
|
+
end
|
237
|
+
end
|
238
|
+
end
|