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,207 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class PacNetRavenGateway < Gateway
|
4
|
+
|
5
|
+
AVS_ADDRESS_CODES = {
|
6
|
+
'avs_address_unavailable' => 'X',
|
7
|
+
'avs_address_not_checked' => 'X',
|
8
|
+
'avs_address_matched' => 'Y',
|
9
|
+
'avs_address_not_matched' => 'N',
|
10
|
+
'avs_address_partial_match' => 'N'
|
11
|
+
}
|
12
|
+
|
13
|
+
AVS_POSTAL_CODES = {
|
14
|
+
'avs_postal_unavailable' => 'X',
|
15
|
+
'avs_postal_not_checked' => 'X',
|
16
|
+
'avs_postal_matched' => 'Y',
|
17
|
+
'avs_postal_not_matched' => 'N',
|
18
|
+
'avs_postal_partial_match' => 'N'
|
19
|
+
}
|
20
|
+
|
21
|
+
CVV2_CODES = {
|
22
|
+
'cvv2_matched' => 'Y',
|
23
|
+
'cvv2_not_matched' => 'N',
|
24
|
+
'cvv2_unavailable' => 'X',
|
25
|
+
'cvv2_not_checked' => 'X'
|
26
|
+
}
|
27
|
+
|
28
|
+
self.live_url = 'https://raven.deepcovelabs.net/realtime/'
|
29
|
+
self.test_url = self.live_url
|
30
|
+
|
31
|
+
self.supported_countries = ['US']
|
32
|
+
self.supported_cardtypes = [:visa, :master]
|
33
|
+
self.money_format = :cents
|
34
|
+
self.default_currency = 'USD'
|
35
|
+
self.homepage_url = 'https://www.deepcovelabs.com/raven'
|
36
|
+
self.display_name = 'Raven'
|
37
|
+
|
38
|
+
def initialize(options = {})
|
39
|
+
requires!(options, :user, :secret, :prn)
|
40
|
+
super
|
41
|
+
end
|
42
|
+
|
43
|
+
def authorize(money, creditcard, options = {})
|
44
|
+
post = {}
|
45
|
+
add_creditcard(post, creditcard)
|
46
|
+
add_currency_code(post, money, options)
|
47
|
+
add_address(post, options)
|
48
|
+
post['PRN'] = @options[:prn]
|
49
|
+
|
50
|
+
commit('cc_preauth', money, post)
|
51
|
+
end
|
52
|
+
|
53
|
+
def purchase(money, creditcard, options = {})
|
54
|
+
post = {}
|
55
|
+
add_currency_code(post, money, options)
|
56
|
+
add_creditcard(post, creditcard)
|
57
|
+
add_address(post, options)
|
58
|
+
post['PRN'] = @options[:prn]
|
59
|
+
|
60
|
+
commit('cc_debit', money, post)
|
61
|
+
end
|
62
|
+
|
63
|
+
def void(authorization, options = {})
|
64
|
+
post = {}
|
65
|
+
post['TrackingNumber'] = authorization
|
66
|
+
post['PymtType'] = options[:pymt_type]
|
67
|
+
|
68
|
+
commit('void', nil, post)
|
69
|
+
end
|
70
|
+
|
71
|
+
def capture(money, authorization, options = {})
|
72
|
+
post = {}
|
73
|
+
post['PreauthNumber'] = authorization
|
74
|
+
post['PRN'] = @options[:prn]
|
75
|
+
add_currency_code(post, money, options)
|
76
|
+
|
77
|
+
commit('cc_settle', money, post)
|
78
|
+
end
|
79
|
+
|
80
|
+
def refund(money, template_number, options = {})
|
81
|
+
post = {}
|
82
|
+
post['PRN'] = @options[:prn]
|
83
|
+
post['TemplateNumber'] = template_number
|
84
|
+
add_currency_code(post, money, options)
|
85
|
+
|
86
|
+
commit('cc_refund', money, post)
|
87
|
+
end
|
88
|
+
|
89
|
+
private
|
90
|
+
|
91
|
+
def add_creditcard(post, creditcard)
|
92
|
+
post['CardNumber'] = creditcard.number
|
93
|
+
post['Expiry'] = expdate(creditcard)
|
94
|
+
post['CVV2'] = creditcard.verification_value if creditcard.verification_value
|
95
|
+
end
|
96
|
+
|
97
|
+
def add_currency_code(post, money, options)
|
98
|
+
post['Currency'] = options[:currency] || currency(money)
|
99
|
+
end
|
100
|
+
|
101
|
+
def add_address(post, options)
|
102
|
+
if address = options[:billing_address] || options[:address]
|
103
|
+
post['BillingStreetAddressLineOne'] = address[:address1].to_s
|
104
|
+
post['BillingStreetAddressLineFour'] = address[:address2].to_s
|
105
|
+
post['BillingPostalCode'] = address[:zip].to_s
|
106
|
+
end
|
107
|
+
end
|
108
|
+
|
109
|
+
def parse(body)
|
110
|
+
Hash[body.split('&').map{|x| x.split('=').map{|y| CGI.unescape(y)}}]
|
111
|
+
end
|
112
|
+
|
113
|
+
def commit(action, money, parameters)
|
114
|
+
parameters['Amount'] = amount(money) unless action == 'void'
|
115
|
+
|
116
|
+
data = ssl_post url(action), post_data(action, parameters)
|
117
|
+
|
118
|
+
response = parse(data)
|
119
|
+
response[:action] = action
|
120
|
+
|
121
|
+
message = message_from(response)
|
122
|
+
|
123
|
+
test_mode = test? || message =~ /TESTMODE/
|
124
|
+
|
125
|
+
Response.new(success?(response), message, response,
|
126
|
+
:test => test_mode,
|
127
|
+
:authorization => response['TrackingNumber'],
|
128
|
+
:fraud_review => fraud_review?(response),
|
129
|
+
:avs_result => {
|
130
|
+
:postal_match => AVS_POSTAL_CODES[response['AVSPostalResponseCode']],
|
131
|
+
:street_match => AVS_ADDRESS_CODES[response['AVSAddressResponseCode']]
|
132
|
+
},
|
133
|
+
:cvv_result => CVV2_CODES[response['CVV2ResponseCode']]
|
134
|
+
)
|
135
|
+
end
|
136
|
+
|
137
|
+
def url(action)
|
138
|
+
(test? ? self.test_url : self.live_url) + endpoint(action)
|
139
|
+
end
|
140
|
+
|
141
|
+
def endpoint(action)
|
142
|
+
return 'void' if action == 'void'
|
143
|
+
'submit'
|
144
|
+
end
|
145
|
+
|
146
|
+
def fraud_review?(response)
|
147
|
+
false
|
148
|
+
end
|
149
|
+
|
150
|
+
def success?(response)
|
151
|
+
if %w(cc_settle cc_debit cc_preauth cc_refund).include?(response[:action])
|
152
|
+
!response['ApprovalCode'].nil? and response['ErrorCode'].nil? and response['Status'] == 'Approved'
|
153
|
+
elsif response[:action] = 'void'
|
154
|
+
!response['ApprovalCode'].nil? and response['ErrorCode'].nil? and response['Status'] == 'Voided'
|
155
|
+
end
|
156
|
+
end
|
157
|
+
|
158
|
+
def message_from(response)
|
159
|
+
return response['Message'] if response['Message']
|
160
|
+
|
161
|
+
if response['Status'] == 'Approved'
|
162
|
+
"This transaction has been approved"
|
163
|
+
elsif response['Status'] == 'Declined'
|
164
|
+
"This transaction has been declined"
|
165
|
+
elsif response['Status'] == 'Voided'
|
166
|
+
"This transaction has been voided"
|
167
|
+
else
|
168
|
+
response['Status']
|
169
|
+
end
|
170
|
+
end
|
171
|
+
|
172
|
+
def post_data(action, parameters = {})
|
173
|
+
post = {}
|
174
|
+
|
175
|
+
post['PymtType'] = action
|
176
|
+
post['RAPIVersion'] = '2'
|
177
|
+
post['UserName'] = @options[:user]
|
178
|
+
post['Timestamp'] = timestamp
|
179
|
+
post['RequestID'] = request_id
|
180
|
+
post['Signature'] = signature(action, post, parameters)
|
181
|
+
|
182
|
+
request = post.merge(parameters).collect { |key, value| "#{key}=#{CGI.escape(value.to_s)}" }.join("&")
|
183
|
+
request
|
184
|
+
end
|
185
|
+
|
186
|
+
def timestamp
|
187
|
+
Time.now.strftime("%Y-%m-%dT%H:%M:%S.Z")
|
188
|
+
end
|
189
|
+
|
190
|
+
def request_id
|
191
|
+
SecureRandom.uuid
|
192
|
+
end
|
193
|
+
|
194
|
+
def signature(action, post, parameters = {})
|
195
|
+
string = if %w(cc_settle cc_debit cc_preauth cc_refund).include?(action)
|
196
|
+
post['UserName'] + post['Timestamp'] + post['RequestID'] + post['PymtType'] + parameters['Amount'].to_s + parameters['Currency']
|
197
|
+
elsif action == 'void'
|
198
|
+
post['UserName'] + post['Timestamp'] + post['RequestID'] + parameters['TrackingNumber']
|
199
|
+
else
|
200
|
+
post['UserName']
|
201
|
+
end
|
202
|
+
OpenSSL::HMAC.hexdigest(OpenSSL::Digest::SHA1.new(@options[:secret]), @options[:secret], string)
|
203
|
+
end
|
204
|
+
end
|
205
|
+
end
|
206
|
+
end
|
207
|
+
|
@@ -0,0 +1,248 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class PagarmeGateway < Gateway
|
4
|
+
self.live_url = 'https://api.pagar.me/1/'
|
5
|
+
|
6
|
+
self.supported_countries = ['BR']
|
7
|
+
self.default_currency = 'BRL'
|
8
|
+
self.money_format = :cents
|
9
|
+
self.supported_cardtypes = [:visa, :master, :american_express, :discover, :diners_club]
|
10
|
+
|
11
|
+
self.homepage_url = 'https://pagar.me/'
|
12
|
+
self.display_name = 'Pagar.me'
|
13
|
+
|
14
|
+
STANDARD_ERROR_CODE_MAPPING = {
|
15
|
+
'refused' => STANDARD_ERROR_CODE[:card_declined],
|
16
|
+
'processing_error' => STANDARD_ERROR_CODE[:processing_error],
|
17
|
+
}
|
18
|
+
|
19
|
+
def initialize(options={})
|
20
|
+
requires!(options, :api_key)
|
21
|
+
@api_key = options[:api_key]
|
22
|
+
|
23
|
+
super
|
24
|
+
end
|
25
|
+
|
26
|
+
def purchase(money, payment_method, options={})
|
27
|
+
post = {}
|
28
|
+
add_amount(post, money)
|
29
|
+
add_payment_method(post, payment_method)
|
30
|
+
add_metadata(post, options)
|
31
|
+
|
32
|
+
commit(:post, 'transactions', post)
|
33
|
+
end
|
34
|
+
|
35
|
+
def authorize(money, payment_method, options={})
|
36
|
+
post = {}
|
37
|
+
add_amount(post, money)
|
38
|
+
add_payment_method(post, payment_method)
|
39
|
+
add_metadata(post, options)
|
40
|
+
|
41
|
+
post[:capture] = false
|
42
|
+
|
43
|
+
commit(:post, 'transactions', post)
|
44
|
+
end
|
45
|
+
|
46
|
+
def capture(money, authorization, options={})
|
47
|
+
if authorization.nil?
|
48
|
+
return Response.new(false, 'Não é possível capturar uma transação sem uma prévia autorização.')
|
49
|
+
end
|
50
|
+
|
51
|
+
post = {}
|
52
|
+
commit(:post, "transactions/#{authorization}/capture", post)
|
53
|
+
end
|
54
|
+
|
55
|
+
def refund(money, authorization, options={})
|
56
|
+
if authorization.nil?
|
57
|
+
return Response.new(false, 'Não é possível estornar uma transação sem uma prévia captura.')
|
58
|
+
end
|
59
|
+
|
60
|
+
void(authorization, options)
|
61
|
+
end
|
62
|
+
|
63
|
+
def void(authorization, options={})
|
64
|
+
if authorization.nil?
|
65
|
+
return Response.new(false, 'Não é possível estornar uma transação autorizada sem uma prévia autorização.')
|
66
|
+
end
|
67
|
+
|
68
|
+
post = {}
|
69
|
+
commit(:post, "transactions/#{authorization}/refund", post)
|
70
|
+
end
|
71
|
+
|
72
|
+
def verify(payment_method, options={})
|
73
|
+
MultiResponse.run(:use_first_response) do |r|
|
74
|
+
r.process { authorize(127, payment_method, options) }
|
75
|
+
r.process(:ignore_result) { void(r.authorization, options) }
|
76
|
+
end
|
77
|
+
end
|
78
|
+
|
79
|
+
def supports_scrubbing?
|
80
|
+
true
|
81
|
+
end
|
82
|
+
|
83
|
+
def scrub(transcript)
|
84
|
+
transcript.
|
85
|
+
gsub(%r((Authorization: Basic )\w+), '\1[FILTERED]').
|
86
|
+
gsub(%r((card_number=)\d+), '\1[FILTERED]').
|
87
|
+
gsub(%r((card_cvv=)\d+), '\1[FILTERED]')
|
88
|
+
end
|
89
|
+
|
90
|
+
private
|
91
|
+
|
92
|
+
def add_amount(post, money)
|
93
|
+
post[:amount] = amount(money)
|
94
|
+
end
|
95
|
+
|
96
|
+
def add_payment_method(post, payment_method)
|
97
|
+
post[:payment_method] = 'credit_card'
|
98
|
+
add_credit_card(post, payment_method)
|
99
|
+
end
|
100
|
+
|
101
|
+
def add_credit_card(post, credit_card)
|
102
|
+
post[:card_number] = credit_card.number
|
103
|
+
post[:card_holder_name] = credit_card.name
|
104
|
+
post[:card_expiration_date] = "#{credit_card.month}/#{credit_card.year}"
|
105
|
+
post[:card_cvv] = credit_card.verification_value
|
106
|
+
end
|
107
|
+
|
108
|
+
def add_metadata(post, options={})
|
109
|
+
post[:metadata] = {}
|
110
|
+
post[:metadata][:order_id] = options[:order_id]
|
111
|
+
post[:metadata][:ip] = options[:ip]
|
112
|
+
post[:metadata][:customer] = options[:customer]
|
113
|
+
post[:metadata][:invoice] = options[:invoice]
|
114
|
+
post[:metadata][:merchant] = options[:merchant]
|
115
|
+
post[:metadata][:description] = options[:description]
|
116
|
+
post[:metadata][:email] = options[:email]
|
117
|
+
end
|
118
|
+
|
119
|
+
def parse(body)
|
120
|
+
JSON.parse(body)
|
121
|
+
end
|
122
|
+
|
123
|
+
def post_data(params)
|
124
|
+
return nil unless params
|
125
|
+
|
126
|
+
params.map do |key, value|
|
127
|
+
next if value != false && value.blank?
|
128
|
+
if value.is_a?(Hash)
|
129
|
+
h = {}
|
130
|
+
value.each do |k, v|
|
131
|
+
h["#{key}[#{k}]"] = v unless v.blank?
|
132
|
+
end
|
133
|
+
post_data(h)
|
134
|
+
elsif value.is_a?(Array)
|
135
|
+
value.map { |v| "#{key}[]=#{CGI.escape(v.to_s)}" }.join("&")
|
136
|
+
else
|
137
|
+
"#{key}=#{CGI.escape(value.to_s)}"
|
138
|
+
end
|
139
|
+
end.compact.join("&")
|
140
|
+
end
|
141
|
+
|
142
|
+
def headers(options = {})
|
143
|
+
{
|
144
|
+
"Authorization" => "Basic " + Base64.encode64(@api_key.to_s + ":x").strip,
|
145
|
+
"User-Agent" => "Pagar.me/1 ActiveMerchant/#{ActiveMerchant::VERSION}",
|
146
|
+
"Accept-Encoding" => "deflate"
|
147
|
+
}
|
148
|
+
end
|
149
|
+
|
150
|
+
def api_request(method, endpoint, parameters = nil, options = {})
|
151
|
+
raw_response = response = nil
|
152
|
+
begin
|
153
|
+
raw_response = ssl_request(method, self.live_url + endpoint, post_data(parameters), headers(options))
|
154
|
+
response = parse(raw_response)
|
155
|
+
rescue ResponseError => e
|
156
|
+
raw_response = e.response.body
|
157
|
+
response = response_error(raw_response)
|
158
|
+
rescue JSON::ParserError
|
159
|
+
response = json_error(raw_response)
|
160
|
+
end
|
161
|
+
response
|
162
|
+
end
|
163
|
+
|
164
|
+
def commit(method, url, parameters, options = {})
|
165
|
+
response = api_request(method, url, parameters, options)
|
166
|
+
|
167
|
+
Response.new(
|
168
|
+
success_from(response),
|
169
|
+
message_from(response),
|
170
|
+
response,
|
171
|
+
authorization: authorization_from(response),
|
172
|
+
test: test?,
|
173
|
+
error_code: error_code_from(response)
|
174
|
+
)
|
175
|
+
end
|
176
|
+
|
177
|
+
def response_error(raw_response)
|
178
|
+
begin
|
179
|
+
parse(raw_response)
|
180
|
+
rescue JSON::ParserError
|
181
|
+
json_error(raw_response)
|
182
|
+
end
|
183
|
+
end
|
184
|
+
|
185
|
+
def json_error(raw_response)
|
186
|
+
msg = 'Resposta inválida retornada pela API do Pagar.me. Por favor entre em contato com suporte@pagar.me se você continuar recebendo essa mensagem.'
|
187
|
+
msg += " (A resposta retornada pela API foi #{raw_response.inspect})"
|
188
|
+
{
|
189
|
+
"errors" => [{
|
190
|
+
"message" => msg
|
191
|
+
}]
|
192
|
+
}
|
193
|
+
end
|
194
|
+
|
195
|
+
def success_from(response)
|
196
|
+
success_purchase = response.key?("status") && response["status"] == "paid"
|
197
|
+
success_authorize = response.key?("status") && response["status"] == "authorized"
|
198
|
+
success_refund = response.key?("status") && response["status"] == "refunded"
|
199
|
+
|
200
|
+
success_purchase || success_authorize || success_refund
|
201
|
+
end
|
202
|
+
|
203
|
+
def failure_from(response)
|
204
|
+
response.key?("status") && response["status"] == "refused"
|
205
|
+
end
|
206
|
+
|
207
|
+
def message_from(response)
|
208
|
+
if success_from(response)
|
209
|
+
case response["status"]
|
210
|
+
when "paid"
|
211
|
+
"Transação aprovada"
|
212
|
+
when "authorized"
|
213
|
+
"Transação autorizada"
|
214
|
+
when "refunded"
|
215
|
+
"Transação estornada"
|
216
|
+
else
|
217
|
+
"Transação com status '#{response["status"]}'"
|
218
|
+
end
|
219
|
+
elsif failure_from(response)
|
220
|
+
"Transação recusada"
|
221
|
+
elsif response.key?("errors")
|
222
|
+
response["errors"][0]["message"]
|
223
|
+
else
|
224
|
+
msg = json_error(response)
|
225
|
+
msg["errors"][0]["message"]
|
226
|
+
end
|
227
|
+
end
|
228
|
+
|
229
|
+
def authorization_from(response)
|
230
|
+
if success_from(response)
|
231
|
+
response["id"]
|
232
|
+
end
|
233
|
+
end
|
234
|
+
|
235
|
+
def test?()
|
236
|
+
@api_key.start_with?("ak_test")
|
237
|
+
end
|
238
|
+
|
239
|
+
def error_code_from(response)
|
240
|
+
if failure_from(response)
|
241
|
+
STANDARD_ERROR_CODE_MAPPING["refused"]
|
242
|
+
elsif response.key?("errors")
|
243
|
+
STANDARD_ERROR_CODE_MAPPING["processing_error"]
|
244
|
+
end
|
245
|
+
end
|
246
|
+
end
|
247
|
+
end
|
248
|
+
end
|
@@ -0,0 +1,122 @@
|
|
1
|
+
module ActiveMerchant #:nodoc:
|
2
|
+
module Billing #:nodoc:
|
3
|
+
class PagoFacilGateway < Gateway
|
4
|
+
self.test_url = 'https://www.pagofacil.net/st/public/Wsrtransaccion/index/format/json?'
|
5
|
+
self.live_url = 'https://www.pagofacil.net/ws/public/Wsrtransaccion/index/format/json?'
|
6
|
+
|
7
|
+
self.supported_countries = ['MX']
|
8
|
+
self.default_currency = 'MXN'
|
9
|
+
self.supported_cardtypes = [:visa, :master, :american_express, :jcb]
|
10
|
+
|
11
|
+
self.homepage_url = 'http://www.pagofacil.net/'
|
12
|
+
self.display_name = 'PagoFacil'
|
13
|
+
|
14
|
+
def initialize(options={})
|
15
|
+
requires!(options, :branch_id, :merchant_id, :service_id)
|
16
|
+
super
|
17
|
+
end
|
18
|
+
|
19
|
+
def purchase(money, credit_card, options={})
|
20
|
+
post = {}
|
21
|
+
add_invoice(post, money, options)
|
22
|
+
add_payment(post, credit_card)
|
23
|
+
add_address(post, options)
|
24
|
+
add_customer_data(post, options)
|
25
|
+
add_merchant_data(post)
|
26
|
+
|
27
|
+
commit(post)
|
28
|
+
end
|
29
|
+
|
30
|
+
private
|
31
|
+
|
32
|
+
def add_customer_data(post, options)
|
33
|
+
post[:email] = options[:email]
|
34
|
+
post[:celular] = options[:cellphone]
|
35
|
+
end
|
36
|
+
|
37
|
+
def add_address(post, options)
|
38
|
+
address = options.fetch(:billing_address, {})
|
39
|
+
post[:calleyNumero] = address[:address1]
|
40
|
+
post[:colonia] = address[:address2]
|
41
|
+
post[:municipio] = address[:city]
|
42
|
+
post[:estado] = address[:state]
|
43
|
+
post[:pais] = address[:country]
|
44
|
+
post[:telefono] = address[:phone]
|
45
|
+
post[:cp] = address[:zip]
|
46
|
+
end
|
47
|
+
|
48
|
+
def add_invoice(post, money, options)
|
49
|
+
post[:monto] = amount(money)
|
50
|
+
post[:idPedido] = options[:order_id]
|
51
|
+
add_currency(post, money, options)
|
52
|
+
end
|
53
|
+
|
54
|
+
def add_currency(post, money, options)
|
55
|
+
currency = options.fetch(:currency, currency(money))
|
56
|
+
unless currency == self.class.default_currency
|
57
|
+
post[:divisa] = currency
|
58
|
+
end
|
59
|
+
end
|
60
|
+
|
61
|
+
def add_payment(post, credit_card)
|
62
|
+
post[:nombre] = credit_card.first_name
|
63
|
+
post[:apellidos] = credit_card.last_name
|
64
|
+
post[:numeroTarjeta] = credit_card.number
|
65
|
+
post[:cvt] = credit_card.verification_value
|
66
|
+
post[:mesExpiracion] = sprintf("%02d", credit_card.month)
|
67
|
+
post[:anyoExpiracion] = credit_card.year.to_s.slice(-2, 2)
|
68
|
+
end
|
69
|
+
|
70
|
+
def add_merchant_data(post)
|
71
|
+
post[:idSucursal] = options.fetch(:branch_id)
|
72
|
+
post[:idUsuario] = options.fetch(:merchant_id)
|
73
|
+
post[:idServicio] = options.fetch(:service_id)
|
74
|
+
end
|
75
|
+
|
76
|
+
def parse(body)
|
77
|
+
JSON.parse(body)["WebServices_Transacciones"]["transaccion"]
|
78
|
+
rescue JSON::ParserError
|
79
|
+
json_error(body)
|
80
|
+
end
|
81
|
+
|
82
|
+
def commit(parameters)
|
83
|
+
url = (test? ? test_url : live_url)
|
84
|
+
response = parse(ssl_post(url, post_data(parameters)))
|
85
|
+
Response.new(
|
86
|
+
success_from(response),
|
87
|
+
message_from(response),
|
88
|
+
response,
|
89
|
+
authorization: authorization_from(response),
|
90
|
+
test: test?
|
91
|
+
)
|
92
|
+
end
|
93
|
+
|
94
|
+
def success_from(response)
|
95
|
+
response["autorizado"] == "1" ||
|
96
|
+
response["autorizado"] == true
|
97
|
+
end
|
98
|
+
|
99
|
+
def message_from(response)
|
100
|
+
response["texto"]
|
101
|
+
end
|
102
|
+
|
103
|
+
def authorization_from(response)
|
104
|
+
response["autorizacion"]
|
105
|
+
end
|
106
|
+
|
107
|
+
def post_data(parameters = {})
|
108
|
+
{
|
109
|
+
method: 'transaccion',
|
110
|
+
data: parameters
|
111
|
+
}.to_query
|
112
|
+
end
|
113
|
+
|
114
|
+
def json_error(response)
|
115
|
+
{
|
116
|
+
"texto" => 'Invalid response received from the PagoFacil API.',
|
117
|
+
"raw_response" => response
|
118
|
+
}
|
119
|
+
end
|
120
|
+
end
|
121
|
+
end
|
122
|
+
end
|