activemerchant 1.38.0 → 1.79.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (400) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG +1402 -3
  3. data/CONTRIBUTORS +154 -0
  4. data/README.md +157 -144
  5. data/lib/active_merchant/billing/apple_pay_payment_token.rb +22 -0
  6. data/lib/active_merchant/billing/base.rb +21 -17
  7. data/lib/active_merchant/billing/check.rb +32 -22
  8. data/lib/active_merchant/billing/compatibility.rb +120 -0
  9. data/lib/active_merchant/billing/credit_card.rb +215 -67
  10. data/lib/active_merchant/billing/credit_card_formatting.rb +4 -1
  11. data/lib/active_merchant/billing/credit_card_methods.rb +152 -53
  12. data/lib/active_merchant/billing/cvv_result.rb +15 -15
  13. data/lib/active_merchant/billing/gateway.rb +170 -24
  14. data/lib/active_merchant/billing/gateways/adyen.rb +299 -0
  15. data/lib/active_merchant/billing/gateways/allied_wallet.rb +206 -0
  16. data/lib/active_merchant/billing/gateways/authorize_net.rb +904 -606
  17. data/lib/active_merchant/billing/gateways/authorize_net_arb.rb +417 -0
  18. data/lib/active_merchant/billing/gateways/authorize_net_cim.rb +43 -18
  19. data/lib/active_merchant/billing/gateways/axcessms.rb +181 -0
  20. data/lib/active_merchant/billing/gateways/balanced.rb +134 -346
  21. data/lib/active_merchant/billing/gateways/bank_frick.rb +225 -0
  22. data/lib/active_merchant/billing/gateways/banwire.rb +13 -2
  23. data/lib/active_merchant/billing/gateways/barclaycard_smartpay.rb +326 -0
  24. data/lib/active_merchant/billing/gateways/be2bill.rb +131 -0
  25. data/lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb +96 -15
  26. data/lib/active_merchant/billing/gateways/beanstream.rb +52 -9
  27. data/lib/active_merchant/billing/gateways/beanstream_interac.rb +12 -8
  28. data/lib/active_merchant/billing/gateways/blue_pay.rb +520 -501
  29. data/lib/active_merchant/billing/gateways/blue_snap.rb +343 -0
  30. data/lib/active_merchant/billing/gateways/bogus.rb +94 -50
  31. data/lib/active_merchant/billing/gateways/borgun.rb +221 -0
  32. data/lib/active_merchant/billing/gateways/bpoint.rb +277 -0
  33. data/lib/active_merchant/billing/gateways/braintree/braintree_common.rb +15 -2
  34. data/lib/active_merchant/billing/gateways/braintree.rb +2 -2
  35. data/lib/active_merchant/billing/gateways/braintree_blue.rb +387 -139
  36. data/lib/active_merchant/billing/gateways/braintree_orange.rb +4 -4
  37. data/lib/active_merchant/billing/gateways/bridge_pay.rb +245 -0
  38. data/lib/active_merchant/billing/gateways/cams.rb +230 -0
  39. data/lib/active_merchant/billing/gateways/card_connect.rb +286 -0
  40. data/lib/active_merchant/billing/gateways/card_stream.rb +269 -118
  41. data/lib/active_merchant/billing/gateways/cardknox.rb +328 -0
  42. data/lib/active_merchant/billing/gateways/cardprocess.rb +254 -0
  43. data/lib/active_merchant/billing/gateways/cashnet.rb +219 -0
  44. data/lib/active_merchant/billing/gateways/cc5.rb +45 -0
  45. data/lib/active_merchant/billing/gateways/cecabank.rb +239 -0
  46. data/lib/active_merchant/billing/gateways/cenpos.rb +327 -0
  47. data/lib/active_merchant/billing/gateways/checkout.rb +214 -0
  48. data/lib/active_merchant/billing/gateways/checkout_v2.rb +233 -0
  49. data/lib/active_merchant/billing/gateways/citrus_pay.rb +23 -0
  50. data/lib/active_merchant/billing/gateways/clearhaus.rb +220 -0
  51. data/lib/active_merchant/billing/gateways/commercegate.rb +143 -0
  52. data/lib/active_merchant/billing/gateways/conekta.rb +225 -0
  53. data/lib/active_merchant/billing/gateways/creditcall.rb +272 -0
  54. data/lib/active_merchant/billing/gateways/credorax.rb +345 -0
  55. data/lib/active_merchant/billing/gateways/culqi.rb +279 -0
  56. data/lib/active_merchant/billing/gateways/cyber_source.rb +237 -98
  57. data/lib/active_merchant/billing/gateways/data_cash.rb +41 -314
  58. data/lib/active_merchant/billing/gateways/dibs.rb +205 -0
  59. data/lib/active_merchant/billing/gateways/digitzs.rb +292 -0
  60. data/lib/active_merchant/billing/gateways/ebanx.rb +296 -0
  61. data/lib/active_merchant/billing/gateways/efsnet.rb +3 -14
  62. data/lib/active_merchant/billing/gateways/elavon.rb +143 -142
  63. data/lib/active_merchant/billing/gateways/element.rb +356 -0
  64. data/lib/active_merchant/billing/gateways/epay.rb +23 -12
  65. data/lib/active_merchant/billing/gateways/eway.rb +12 -12
  66. data/lib/active_merchant/billing/gateways/eway_managed.rb +1 -1
  67. data/lib/active_merchant/billing/gateways/eway_rapid.rb +417 -204
  68. data/lib/active_merchant/billing/gateways/exact.rb +10 -1
  69. data/lib/active_merchant/billing/gateways/ezic.rb +196 -0
  70. data/lib/active_merchant/billing/gateways/fat_zebra.rb +65 -37
  71. data/lib/active_merchant/billing/gateways/federated_canada.rb +1 -8
  72. data/lib/active_merchant/billing/gateways/finansbank.rb +3 -2
  73. data/lib/active_merchant/billing/gateways/first_giving.rb +143 -0
  74. data/lib/active_merchant/billing/gateways/first_pay.rb +110 -124
  75. data/lib/active_merchant/billing/gateways/firstdata_e4.rb +155 -29
  76. data/lib/active_merchant/billing/gateways/flo2cash.rb +215 -0
  77. data/lib/active_merchant/billing/gateways/flo2cash_simple.rb +20 -0
  78. data/lib/active_merchant/billing/gateways/forte.rb +256 -0
  79. data/lib/active_merchant/billing/gateways/garanti.rb +11 -5
  80. data/lib/active_merchant/billing/gateways/global_collect.rb +334 -0
  81. data/lib/active_merchant/billing/gateways/global_transport.rb +194 -0
  82. data/lib/active_merchant/billing/gateways/hps.rb +305 -0
  83. data/lib/active_merchant/billing/gateways/iats_payments.rb +271 -16
  84. data/lib/active_merchant/billing/gateways/ideal/ideal_base.rb +2 -5
  85. data/lib/active_merchant/billing/gateways/ideal/ideal_rabobank.pem +0 -0
  86. data/lib/active_merchant/billing/gateways/ideal_rabobank.rb +1 -1
  87. data/lib/active_merchant/billing/gateways/in_context_paypal_express.rb +15 -0
  88. data/lib/active_merchant/billing/gateways/inspire.rb +8 -10
  89. data/lib/active_merchant/billing/gateways/instapay.rb +0 -0
  90. data/lib/active_merchant/billing/gateways/ipp.rb +175 -0
  91. data/lib/active_merchant/billing/gateways/iridium.rb +210 -4
  92. data/lib/active_merchant/billing/gateways/iveri.rb +251 -0
  93. data/lib/active_merchant/billing/gateways/jetpay.rb +176 -49
  94. data/lib/active_merchant/billing/gateways/jetpay_v2.rb +437 -0
  95. data/lib/active_merchant/billing/gateways/komoju.rb +115 -0
  96. data/lib/active_merchant/billing/gateways/kushki.rb +227 -0
  97. data/lib/active_merchant/billing/gateways/latitude19.rb +416 -0
  98. data/lib/active_merchant/billing/gateways/linkpoint.rb +17 -13
  99. data/lib/active_merchant/billing/gateways/litle.rb +329 -439
  100. data/lib/active_merchant/billing/gateways/mastercard.rb +268 -0
  101. data/lib/active_merchant/billing/gateways/maxipago.rb +220 -0
  102. data/lib/active_merchant/billing/gateways/mercado_pago.rb +262 -0
  103. data/lib/active_merchant/billing/gateways/merchant_e_solutions.rb +26 -7
  104. data/lib/active_merchant/billing/gateways/merchant_one.rb +0 -1
  105. data/lib/active_merchant/billing/gateways/merchant_partners.rb +245 -0
  106. data/lib/active_merchant/billing/gateways/merchant_ware.rb +12 -15
  107. data/lib/active_merchant/billing/gateways/merchant_ware_version_four.rb +24 -13
  108. data/lib/active_merchant/billing/gateways/merchant_warrior.rb +33 -14
  109. data/lib/active_merchant/billing/gateways/mercury.rb +74 -29
  110. data/lib/active_merchant/billing/gateways/metrics_global.rb +2 -21
  111. data/lib/active_merchant/billing/gateways/micropayment.rb +185 -0
  112. data/lib/active_merchant/billing/gateways/migs.rb +73 -14
  113. data/lib/active_merchant/billing/gateways/modern_payments.rb +1 -1
  114. data/lib/active_merchant/billing/gateways/modern_payments_cim.rb +1 -3
  115. data/lib/active_merchant/billing/gateways/monei.rb +307 -0
  116. data/lib/active_merchant/billing/gateways/moneris.rb +119 -36
  117. data/lib/active_merchant/billing/gateways/moneris_us.rb +146 -45
  118. data/lib/active_merchant/billing/gateways/money_movers.rb +152 -0
  119. data/lib/active_merchant/billing/gateways/mundipagg.rb +292 -0
  120. data/lib/active_merchant/billing/gateways/nab_transact.rb +81 -56
  121. data/lib/active_merchant/billing/gateways/ncr_secure_pay.rb +165 -0
  122. data/lib/active_merchant/billing/gateways/net_registry.rb +8 -3
  123. data/lib/active_merchant/billing/gateways/netbanx.rb +289 -0
  124. data/lib/active_merchant/billing/gateways/netbilling.rb +61 -26
  125. data/lib/active_merchant/billing/gateways/netpay.rb +1 -1
  126. data/lib/active_merchant/billing/gateways/network_merchants.rb +242 -0
  127. data/lib/active_merchant/billing/gateways/nmi.rb +265 -10
  128. data/lib/active_merchant/billing/gateways/ogone.rb +85 -27
  129. data/lib/active_merchant/billing/gateways/omise.rb +324 -0
  130. data/lib/active_merchant/billing/gateways/openpay.rb +227 -0
  131. data/lib/active_merchant/billing/gateways/opp.rb +372 -0
  132. data/lib/active_merchant/billing/gateways/optimal_payment.rb +59 -28
  133. data/lib/active_merchant/billing/gateways/orbital/orbital_soft_descriptors.rb +22 -21
  134. data/lib/active_merchant/billing/gateways/orbital.rb +346 -56
  135. data/lib/active_merchant/billing/gateways/pac_net_raven.rb +207 -0
  136. data/lib/active_merchant/billing/gateways/pagarme.rb +248 -0
  137. data/lib/active_merchant/billing/gateways/pago_facil.rb +122 -0
  138. data/lib/active_merchant/billing/gateways/pay_conex.rb +246 -0
  139. data/lib/active_merchant/billing/gateways/pay_gate_xml.rb +30 -14
  140. data/lib/active_merchant/billing/gateways/pay_hub.rb +213 -0
  141. data/lib/active_merchant/billing/gateways/pay_junction.rb +19 -25
  142. data/lib/active_merchant/billing/gateways/pay_junction_v2.rb +190 -0
  143. data/lib/active_merchant/billing/gateways/pay_secure.rb +0 -7
  144. data/lib/active_merchant/billing/gateways/paybox_direct.rb +16 -12
  145. data/lib/active_merchant/billing/gateways/payeezy.rb +386 -0
  146. data/lib/active_merchant/billing/gateways/payex.rb +412 -0
  147. data/lib/active_merchant/billing/gateways/payflow/payflow_common_api.rb +38 -17
  148. data/lib/active_merchant/billing/gateways/payflow.rb +100 -19
  149. data/lib/active_merchant/billing/gateways/payflow_express.rb +22 -22
  150. data/lib/active_merchant/billing/gateways/payflow_express_uk.rb +2 -2
  151. data/lib/active_merchant/billing/gateways/payflow_uk.rb +6 -6
  152. data/lib/active_merchant/billing/gateways/payment_express.rb +15 -3
  153. data/lib/active_merchant/billing/gateways/paymentez.rb +276 -0
  154. data/lib/active_merchant/billing/gateways/paymill.rb +237 -48
  155. data/lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb +55 -8
  156. data/lib/active_merchant/billing/gateways/paypal/paypal_express_response.rb +4 -0
  157. data/lib/active_merchant/billing/gateways/paypal/paypal_recurring_api.rb +18 -4
  158. data/lib/active_merchant/billing/gateways/paypal.rb +37 -20
  159. data/lib/active_merchant/billing/gateways/paypal_ca.rb +1 -1
  160. data/lib/active_merchant/billing/gateways/paypal_digital_goods.rb +6 -5
  161. data/lib/active_merchant/billing/gateways/paypal_express.rb +32 -4
  162. data/lib/active_merchant/billing/gateways/paypal_express_common.rb +3 -3
  163. data/lib/active_merchant/billing/gateways/payscout.rb +162 -0
  164. data/lib/active_merchant/billing/gateways/paystation.rb +32 -24
  165. data/lib/active_merchant/billing/gateways/payu_in.rb +248 -0
  166. data/lib/active_merchant/billing/gateways/payu_latam.rb +440 -0
  167. data/lib/active_merchant/billing/gateways/pin.rb +68 -13
  168. data/lib/active_merchant/billing/gateways/plugnpay.rb +1 -12
  169. data/lib/active_merchant/billing/gateways/pro_pay.rb +326 -0
  170. data/lib/active_merchant/billing/gateways/psigate.rb +14 -14
  171. data/lib/active_merchant/billing/gateways/psl_card.rb +3 -3
  172. data/lib/active_merchant/billing/gateways/qbms.rb +12 -1
  173. data/lib/active_merchant/billing/gateways/quantum.rb +2 -2
  174. data/lib/active_merchant/billing/gateways/quickbooks.rb +290 -0
  175. data/lib/active_merchant/billing/gateways/quickpay/quickpay_common.rb +188 -0
  176. data/lib/active_merchant/billing/gateways/quickpay/quickpay_v10.rb +299 -0
  177. data/lib/active_merchant/billing/gateways/quickpay/quickpay_v4to7.rb +227 -0
  178. data/lib/active_merchant/billing/gateways/quickpay.rb +10 -319
  179. data/lib/active_merchant/billing/gateways/qvalent.rb +236 -0
  180. data/lib/active_merchant/billing/gateways/realex.rb +40 -25
  181. data/lib/active_merchant/billing/gateways/redsys.rb +212 -80
  182. data/lib/active_merchant/billing/gateways/s5.rb +247 -0
  183. data/lib/active_merchant/billing/gateways/safe_charge.rb +262 -0
  184. data/lib/active_merchant/billing/gateways/sage.rb +412 -119
  185. data/lib/active_merchant/billing/gateways/sage_pay.rb +176 -59
  186. data/lib/active_merchant/billing/gateways/secure_net.rb +35 -29
  187. data/lib/active_merchant/billing/gateways/secure_pay.rb +182 -9
  188. data/lib/active_merchant/billing/gateways/secure_pay_au.rb +21 -7
  189. data/lib/active_merchant/billing/gateways/secure_pay_tech.rb +0 -7
  190. data/lib/active_merchant/billing/gateways/securion_pay.rb +267 -0
  191. data/lib/active_merchant/billing/gateways/skip_jack.rb +1 -3
  192. data/lib/active_merchant/billing/gateways/smart_ps.rb +14 -3
  193. data/lib/active_merchant/billing/gateways/so_easy_pay.rb +194 -0
  194. data/lib/active_merchant/billing/gateways/spreedly_core.rb +74 -14
  195. data/lib/active_merchant/billing/gateways/stripe.rb +472 -83
  196. data/lib/active_merchant/billing/gateways/swipe_checkout.rb +156 -0
  197. data/lib/active_merchant/billing/gateways/telr.rb +275 -0
  198. data/lib/active_merchant/billing/gateways/tns.rb +22 -0
  199. data/lib/active_merchant/billing/gateways/trans_first.rb +142 -28
  200. data/lib/active_merchant/billing/gateways/trans_first_transaction_express.rb +608 -0
  201. data/lib/active_merchant/billing/gateways/transact_pro.rb +224 -0
  202. data/lib/active_merchant/billing/gateways/transnational.rb +2 -231
  203. data/lib/active_merchant/billing/gateways/trexle.rb +217 -0
  204. data/lib/active_merchant/billing/gateways/trust_commerce.rb +17 -11
  205. data/lib/active_merchant/billing/gateways/usa_epay_advanced.rb +193 -75
  206. data/lib/active_merchant/billing/gateways/usa_epay_transaction.rb +156 -64
  207. data/lib/active_merchant/billing/gateways/vanco.rb +294 -0
  208. data/lib/active_merchant/billing/gateways/verifi.rb +1 -8
  209. data/lib/active_merchant/billing/gateways/viaklix.rb +1 -15
  210. data/lib/active_merchant/billing/gateways/visanet_peru.rb +209 -0
  211. data/lib/active_merchant/billing/gateways/webpay.rb +45 -28
  212. data/lib/active_merchant/billing/gateways/wepay.rb +238 -0
  213. data/lib/active_merchant/billing/gateways/wirecard.rb +167 -49
  214. data/lib/active_merchant/billing/gateways/world_net.rb +344 -0
  215. data/lib/active_merchant/billing/gateways/worldpay.rb +171 -45
  216. data/lib/active_merchant/billing/gateways/worldpay_online_payments.rb +218 -0
  217. data/lib/active_merchant/billing/gateways/worldpay_us.rb +221 -0
  218. data/lib/active_merchant/billing/gateways.rb +8 -11
  219. data/lib/active_merchant/billing/model.rb +30 -0
  220. data/lib/active_merchant/billing/network_tokenization_credit_card.rb +39 -0
  221. data/lib/active_merchant/billing/payment_token.rb +21 -0
  222. data/lib/active_merchant/billing/rails.rb +3 -0
  223. data/lib/active_merchant/billing/response.rb +24 -17
  224. data/lib/active_merchant/billing.rb +7 -1
  225. data/lib/active_merchant/connection.rb +208 -0
  226. data/lib/active_merchant/country.rb +334 -0
  227. data/lib/active_merchant/empty.rb +20 -0
  228. data/lib/active_merchant/errors.rb +35 -0
  229. data/lib/active_merchant/net_http_ssl_connection.rb +9 -0
  230. data/lib/active_merchant/network_connection_retries.rb +81 -0
  231. data/lib/active_merchant/post_data.rb +24 -0
  232. data/lib/active_merchant/posts_data.rb +94 -0
  233. data/lib/active_merchant/version.rb +1 -1
  234. data/lib/active_merchant.rb +22 -22
  235. data/lib/certs/cacert.pem +3951 -0
  236. data/lib/support/gateway_support.rb +16 -10
  237. data/lib/support/outbound_hosts.rb +13 -10
  238. data/lib/support/ssl_version.rb +87 -0
  239. metadata +164 -306
  240. data/gem-public_cert.pem +0 -20
  241. data/lib/active_merchant/billing/expiry_date.rb +0 -34
  242. data/lib/active_merchant/billing/gateways/barclays_epdq.rb +0 -314
  243. data/lib/active_merchant/billing/gateways/card_stream_modern.rb +0 -155
  244. data/lib/active_merchant/billing/gateways/certo_direct.rb +0 -277
  245. data/lib/active_merchant/billing/gateways/orbital/avs_result.rb +0 -93
  246. data/lib/active_merchant/billing/gateways/sage/sage_bankcard.rb +0 -93
  247. data/lib/active_merchant/billing/gateways/sage/sage_core.rb +0 -114
  248. data/lib/active_merchant/billing/gateways/sage/sage_virtual_check.rb +0 -102
  249. data/lib/active_merchant/billing/gateways/samurai.rb +0 -118
  250. data/lib/active_merchant/billing/gateways/vindicia.rb +0 -361
  251. data/lib/active_merchant/billing/integrations/a1agregator/helper.rb +0 -31
  252. data/lib/active_merchant/billing/integrations/a1agregator/notification.rb +0 -186
  253. data/lib/active_merchant/billing/integrations/a1agregator/status.rb +0 -38
  254. data/lib/active_merchant/billing/integrations/a1agregator.rb +0 -26
  255. data/lib/active_merchant/billing/integrations/action_view_helper.rb +0 -73
  256. data/lib/active_merchant/billing/integrations/authorize_net_sim/helper.rb +0 -229
  257. data/lib/active_merchant/billing/integrations/authorize_net_sim/notification.rb +0 -340
  258. data/lib/active_merchant/billing/integrations/authorize_net_sim.rb +0 -38
  259. data/lib/active_merchant/billing/integrations/bogus/helper.rb +0 -17
  260. data/lib/active_merchant/billing/integrations/bogus/notification.rb +0 -11
  261. data/lib/active_merchant/billing/integrations/bogus/return.rb +0 -10
  262. data/lib/active_merchant/billing/integrations/bogus.rb +0 -23
  263. data/lib/active_merchant/billing/integrations/chronopay/helper.rb +0 -120
  264. data/lib/active_merchant/billing/integrations/chronopay/notification.rb +0 -158
  265. data/lib/active_merchant/billing/integrations/chronopay/return.rb +0 -10
  266. data/lib/active_merchant/billing/integrations/chronopay.rb +0 -23
  267. data/lib/active_merchant/billing/integrations/direc_pay/helper.rb +0 -200
  268. data/lib/active_merchant/billing/integrations/direc_pay/notification.rb +0 -76
  269. data/lib/active_merchant/billing/integrations/direc_pay/return.rb +0 -32
  270. data/lib/active_merchant/billing/integrations/direc_pay/status.rb +0 -37
  271. data/lib/active_merchant/billing/integrations/direc_pay.rb +0 -41
  272. data/lib/active_merchant/billing/integrations/directebanking/helper.rb +0 -90
  273. data/lib/active_merchant/billing/integrations/directebanking/notification.rb +0 -120
  274. data/lib/active_merchant/billing/integrations/directebanking/return.rb +0 -11
  275. data/lib/active_merchant/billing/integrations/directebanking.rb +0 -47
  276. data/lib/active_merchant/billing/integrations/dotpay/helper.rb +0 -77
  277. data/lib/active_merchant/billing/integrations/dotpay/notification.rb +0 -86
  278. data/lib/active_merchant/billing/integrations/dotpay/return.rb +0 -11
  279. data/lib/active_merchant/billing/integrations/dotpay.rb +0 -22
  280. data/lib/active_merchant/billing/integrations/dwolla/common.rb +0 -23
  281. data/lib/active_merchant/billing/integrations/dwolla/helper.rb +0 -43
  282. data/lib/active_merchant/billing/integrations/dwolla/notification.rb +0 -64
  283. data/lib/active_merchant/billing/integrations/dwolla/return.rb +0 -49
  284. data/lib/active_merchant/billing/integrations/dwolla.rb +0 -23
  285. data/lib/active_merchant/billing/integrations/e_payment_plans/helper.rb +0 -34
  286. data/lib/active_merchant/billing/integrations/e_payment_plans/notification.rb +0 -84
  287. data/lib/active_merchant/billing/integrations/e_payment_plans.rb +0 -48
  288. data/lib/active_merchant/billing/integrations/easy_pay/common.rb +0 -40
  289. data/lib/active_merchant/billing/integrations/easy_pay/helper.rb +0 -36
  290. data/lib/active_merchant/billing/integrations/easy_pay/notification.rb +0 -59
  291. data/lib/active_merchant/billing/integrations/easy_pay.rb +0 -30
  292. data/lib/active_merchant/billing/integrations/epay/helper.rb +0 -55
  293. data/lib/active_merchant/billing/integrations/epay/notification.rb +0 -110
  294. data/lib/active_merchant/billing/integrations/epay.rb +0 -21
  295. data/lib/active_merchant/billing/integrations/first_data/helper.rb +0 -61
  296. data/lib/active_merchant/billing/integrations/first_data/notification.rb +0 -56
  297. data/lib/active_merchant/billing/integrations/first_data.rb +0 -38
  298. data/lib/active_merchant/billing/integrations/gestpay/common.rb +0 -42
  299. data/lib/active_merchant/billing/integrations/gestpay/helper.rb +0 -70
  300. data/lib/active_merchant/billing/integrations/gestpay/notification.rb +0 -85
  301. data/lib/active_merchant/billing/integrations/gestpay/return.rb +0 -10
  302. data/lib/active_merchant/billing/integrations/gestpay.rb +0 -25
  303. data/lib/active_merchant/billing/integrations/helper.rb +0 -117
  304. data/lib/active_merchant/billing/integrations/hi_trust/helper.rb +0 -58
  305. data/lib/active_merchant/billing/integrations/hi_trust/notification.rb +0 -59
  306. data/lib/active_merchant/billing/integrations/hi_trust/return.rb +0 -68
  307. data/lib/active_merchant/billing/integrations/hi_trust.rb +0 -27
  308. data/lib/active_merchant/billing/integrations/ipay88/helper.rb +0 -114
  309. data/lib/active_merchant/billing/integrations/ipay88/return.rb +0 -95
  310. data/lib/active_merchant/billing/integrations/ipay88.rb +0 -19
  311. data/lib/active_merchant/billing/integrations/liqpay/helper.rb +0 -43
  312. data/lib/active_merchant/billing/integrations/liqpay/notification.rb +0 -89
  313. data/lib/active_merchant/billing/integrations/liqpay/return.rb +0 -83
  314. data/lib/active_merchant/billing/integrations/liqpay.rb +0 -30
  315. data/lib/active_merchant/billing/integrations/maksuturva/helper.rb +0 -119
  316. data/lib/active_merchant/billing/integrations/maksuturva/notification.rb +0 -48
  317. data/lib/active_merchant/billing/integrations/maksuturva.rb +0 -86
  318. data/lib/active_merchant/billing/integrations/moneybookers/helper.rb +0 -75
  319. data/lib/active_merchant/billing/integrations/moneybookers/notification.rb +0 -129
  320. data/lib/active_merchant/billing/integrations/moneybookers.rb +0 -26
  321. data/lib/active_merchant/billing/integrations/nochex/helper.rb +0 -68
  322. data/lib/active_merchant/billing/integrations/nochex/notification.rb +0 -94
  323. data/lib/active_merchant/billing/integrations/nochex/return.rb +0 -10
  324. data/lib/active_merchant/billing/integrations/nochex.rb +0 -88
  325. data/lib/active_merchant/billing/integrations/notification.rb +0 -71
  326. data/lib/active_merchant/billing/integrations/paxum/common.rb +0 -24
  327. data/lib/active_merchant/billing/integrations/paxum/helper.rb +0 -42
  328. data/lib/active_merchant/billing/integrations/paxum/notification.rb +0 -33
  329. data/lib/active_merchant/billing/integrations/paxum.rb +0 -44
  330. data/lib/active_merchant/billing/integrations/pay_fast/common.rb +0 -42
  331. data/lib/active_merchant/billing/integrations/pay_fast/helper.rb +0 -50
  332. data/lib/active_merchant/billing/integrations/pay_fast/notification.rb +0 -134
  333. data/lib/active_merchant/billing/integrations/pay_fast/return.rb +0 -10
  334. data/lib/active_merchant/billing/integrations/pay_fast.rb +0 -70
  335. data/lib/active_merchant/billing/integrations/payflow_link/helper.rb +0 -116
  336. data/lib/active_merchant/billing/integrations/payflow_link/notification.rb +0 -78
  337. data/lib/active_merchant/billing/integrations/payflow_link.rb +0 -21
  338. data/lib/active_merchant/billing/integrations/paypal/helper.rb +0 -119
  339. data/lib/active_merchant/billing/integrations/paypal/notification.rb +0 -227
  340. data/lib/active_merchant/billing/integrations/paypal/return.rb +0 -10
  341. data/lib/active_merchant/billing/integrations/paypal.rb +0 -39
  342. data/lib/active_merchant/billing/integrations/paypal_payments_advanced/helper.rb +0 -15
  343. data/lib/active_merchant/billing/integrations/paypal_payments_advanced.rb +0 -20
  344. data/lib/active_merchant/billing/integrations/paysbuy/helper.rb +0 -15
  345. data/lib/active_merchant/billing/integrations/paysbuy/notification.rb +0 -28
  346. data/lib/active_merchant/billing/integrations/paysbuy.rb +0 -36
  347. data/lib/active_merchant/billing/integrations/payu_in/helper.rb +0 -74
  348. data/lib/active_merchant/billing/integrations/payu_in/notification.rb +0 -165
  349. data/lib/active_merchant/billing/integrations/payu_in/return.rb +0 -36
  350. data/lib/active_merchant/billing/integrations/payu_in.rb +0 -43
  351. data/lib/active_merchant/billing/integrations/platron/helper.rb +0 -32
  352. data/lib/active_merchant/billing/integrations/platron/notification.rb +0 -113
  353. data/lib/active_merchant/billing/integrations/platron.rb +0 -28
  354. data/lib/active_merchant/billing/integrations/pxpay/helper.rb +0 -112
  355. data/lib/active_merchant/billing/integrations/pxpay/notification.rb +0 -157
  356. data/lib/active_merchant/billing/integrations/pxpay/return.rb +0 -25
  357. data/lib/active_merchant/billing/integrations/pxpay.rb +0 -31
  358. data/lib/active_merchant/billing/integrations/quickpay/helper.rb +0 -74
  359. data/lib/active_merchant/billing/integrations/quickpay/notification.rb +0 -137
  360. data/lib/active_merchant/billing/integrations/quickpay.rb +0 -21
  361. data/lib/active_merchant/billing/integrations/rbkmoney/helper.rb +0 -23
  362. data/lib/active_merchant/billing/integrations/rbkmoney/notification.rb +0 -91
  363. data/lib/active_merchant/billing/integrations/rbkmoney.rb +0 -17
  364. data/lib/active_merchant/billing/integrations/return.rb +0 -42
  365. data/lib/active_merchant/billing/integrations/robokassa/common.rb +0 -19
  366. data/lib/active_merchant/billing/integrations/robokassa/helper.rb +0 -50
  367. data/lib/active_merchant/billing/integrations/robokassa/notification.rb +0 -55
  368. data/lib/active_merchant/billing/integrations/robokassa/return.rb +0 -17
  369. data/lib/active_merchant/billing/integrations/robokassa.rb +0 -49
  370. data/lib/active_merchant/billing/integrations/sage_pay_form/encryption.rb +0 -33
  371. data/lib/active_merchant/billing/integrations/sage_pay_form/helper.rb +0 -136
  372. data/lib/active_merchant/billing/integrations/sage_pay_form/notification.rb +0 -210
  373. data/lib/active_merchant/billing/integrations/sage_pay_form/return.rb +0 -31
  374. data/lib/active_merchant/billing/integrations/sage_pay_form.rb +0 -37
  375. data/lib/active_merchant/billing/integrations/two_checkout/helper.rb +0 -91
  376. data/lib/active_merchant/billing/integrations/two_checkout/notification.rb +0 -139
  377. data/lib/active_merchant/billing/integrations/two_checkout/return.rb +0 -17
  378. data/lib/active_merchant/billing/integrations/two_checkout.rb +0 -44
  379. data/lib/active_merchant/billing/integrations/valitor/helper.rb +0 -86
  380. data/lib/active_merchant/billing/integrations/valitor/notification.rb +0 -13
  381. data/lib/active_merchant/billing/integrations/valitor/response_fields.rb +0 -97
  382. data/lib/active_merchant/billing/integrations/valitor/return.rb +0 -13
  383. data/lib/active_merchant/billing/integrations/valitor.rb +0 -33
  384. data/lib/active_merchant/billing/integrations/verkkomaksut/helper.rb +0 -88
  385. data/lib/active_merchant/billing/integrations/verkkomaksut/notification.rb +0 -59
  386. data/lib/active_merchant/billing/integrations/verkkomaksut.rb +0 -20
  387. data/lib/active_merchant/billing/integrations/web_pay/common.rb +0 -50
  388. data/lib/active_merchant/billing/integrations/web_pay/helper.rb +0 -68
  389. data/lib/active_merchant/billing/integrations/web_pay/notification.rb +0 -51
  390. data/lib/active_merchant/billing/integrations/web_pay.rb +0 -45
  391. data/lib/active_merchant/billing/integrations/webmoney/common.rb +0 -17
  392. data/lib/active_merchant/billing/integrations/webmoney/helper.rb +0 -40
  393. data/lib/active_merchant/billing/integrations/webmoney/notification.rb +0 -47
  394. data/lib/active_merchant/billing/integrations/webmoney.rb +0 -43
  395. data/lib/active_merchant/billing/integrations/world_pay/helper.rb +0 -101
  396. data/lib/active_merchant/billing/integrations/world_pay/notification.rb +0 -160
  397. data/lib/active_merchant/billing/integrations/world_pay.rb +0 -34
  398. data/lib/active_merchant/billing/integrations.rb +0 -17
  399. data.tar.gz.sig +0 -0
  400. metadata.gz.sig +0 -0
@@ -0,0 +1,345 @@
1
+ module ActiveMerchant #:nodoc:
2
+ module Billing #:nodoc:
3
+ class CredoraxGateway < Gateway
4
+ class_attribute :test_url, :live_na_url, :live_eu_url
5
+
6
+ self.display_name = "Credorax Gateway"
7
+ self.homepage_url = "https://www.credorax.com/"
8
+
9
+ self.test_url = "https://intconsole.credorax.com/intenv/service/gateway"
10
+
11
+ # The live URL is assigned on a per merchant basis once certification has passed
12
+ # See the Credorax remote tests for the full certification test suite
13
+ #
14
+ # Once you have your assigned subdomain, you can override the live URL in your application via:
15
+ # ActiveMerchant::Billing::CredoraxGateway.live_url = "https://assigned-subdomain.credorax.net/crax_gate/service/gateway"
16
+ self.live_url = 'https://assigned-subdomain.credorax.net/crax_gate/service/gateway'
17
+
18
+ self.supported_countries = %w(DE GB FR IT ES PL NL BE GR CZ PT SE HU RS AT CH BG DK FI SK NO IE HR BA AL LT MK SI LV EE ME LU MT IS AD MC LI SM)
19
+ self.default_currency = "EUR"
20
+ self.currencies_without_fractions = %w(CLP JPY KRW PYG VND)
21
+ self.currencies_with_three_decimal_places = %w(BHD JOD KWD OMR RSD TND)
22
+
23
+ self.money_format = :cents
24
+ self.supported_cardtypes = [:visa, :master, :maestro]
25
+
26
+ RESPONSE_MESSAGES = {
27
+ "00" => "Approved or completed successfully",
28
+ "01" => "Refer to card issuer",
29
+ "02" => "Refer to card issuer special condition",
30
+ "03" => "Invalid merchant",
31
+ "04" => "Pick up card",
32
+ "05" => "Do not Honour",
33
+ "06" => "Error",
34
+ "07" => "Pick up card special condition",
35
+ "08" => "Honour with identification",
36
+ "09" => "Request in progress",
37
+ "10" => "Approved for partial amount",
38
+ "11" => "Approved (VIP)",
39
+ "12" => "Invalid transaction",
40
+ "13" => "Invalid amount",
41
+ "14" => "Invalid card number",
42
+ "15" => "No such issuer",
43
+ "16" => "Approved, update track 3",
44
+ "17" => "Customer cancellation",
45
+ "18" => "Customer dispute",
46
+ "19" => "Re-enter transaction",
47
+ "20" => "Invalid response",
48
+ "21" => "No action taken",
49
+ "22" => "Suspected malfunction",
50
+ "23" => "Unacceptable transaction fee",
51
+ "24" => "File update not supported by receiver",
52
+ "25" => "No such record",
53
+ "26" => "Duplicate record update, old record replaced",
54
+ "27" => "File update field edit error",
55
+ "28" => "File locked out while update",
56
+ "29" => "File update error, contact acquirer",
57
+ "30" => "Format error",
58
+ "31" => "Issuer signed-off",
59
+ "32" => "Completed partially",
60
+ "33" => "Pick-up, expired card",
61
+ "34" => "Suspect Fraud",
62
+ "35" => "Pick-up, card acceptor contact acquirer",
63
+ "36" => "Pick up, card restricted",
64
+ "37" => "Pick up, call acquirer security",
65
+ "38" => "Pick up, Allowable PIN tries exceeded",
66
+ "39" => "Transaction Not Allowed",
67
+ "40" => "Requested function not supported",
68
+ "41" => "Lost Card, Pickup",
69
+ "42" => "No universal account",
70
+ "43" => "Pick up, stolen card",
71
+ "44" => "No investment account",
72
+ "50" => "Do not renew",
73
+ "51" => "Not sufficient funds",
74
+ "52" => "No checking Account",
75
+ "53" => "No savings account",
76
+ "54" => "Expired card",
77
+ "55" => "Pin incorrect",
78
+ "56" => "No card record",
79
+ "57" => "Transaction not allowed for cardholder",
80
+ "58" => "Transaction not allowed for merchant",
81
+ "59" => "Suspected Fraud",
82
+ "60" => "Card acceptor contact acquirer",
83
+ "61" => "Exceeds withdrawal amount limit",
84
+ "62" => "Restricted card",
85
+ "63" => "Security violation",
86
+ "64" => "Wrong original amount",
87
+ "65" => "Activity count limit exceeded",
88
+ "66" => "Call acquirers security department",
89
+ "67" => "Card to be picked up at ATM",
90
+ "68" => "Response received too late.",
91
+ "70" => "Invalid transaction; contact card issuer",
92
+ "71" => "Decline PIN not changed",
93
+ "75" => "Pin tries exceeded",
94
+ "76" => "Wrong PIN, number of PIN tries exceeded",
95
+ "77" => "Wrong Reference No.",
96
+ "78" => "Record Not Found",
97
+ "79" => "Already reversed",
98
+ "80" => "Network error",
99
+ "81" => "Foreign network error / PIN cryptographic error",
100
+ "82" => "Time out at issuer system",
101
+ "83" => "Transaction failed",
102
+ "84" => "Pre-authorization timed out",
103
+ "85" => "No reason to decline",
104
+ "86" => "Cannot verify pin",
105
+ "87" => "Purchase amount only, no cashback allowed",
106
+ "88" => "MAC sync Error",
107
+ "89" => "Authentication failure",
108
+ "91" => "Issuer not available",
109
+ "92" => "Unable to route at acquirer Module",
110
+ "93" => "Cannot be completed, violation of law",
111
+ "94" => "Duplicate Transmission",
112
+ "95" => "Reconcile error / Auth Not found",
113
+ "96" => "System malfunction",
114
+ "R0" => "Stop Payment Order",
115
+ "R1" => "Revocation of Authorisation Order",
116
+ "R3" => "Revocation of all Authorisations Order"
117
+ }
118
+
119
+ def initialize(options={})
120
+ requires!(options, :merchant_id, :cipher_key)
121
+ super
122
+ end
123
+
124
+ def purchase(amount, payment_method, options={})
125
+ post = {}
126
+ add_invoice(post, amount, options)
127
+ add_payment_method(post, payment_method)
128
+ add_customer_data(post, options)
129
+ add_email(post, options)
130
+ add_3d_secure(post, options)
131
+ add_echo(post, options)
132
+ add_transaction_type(post, options)
133
+
134
+ commit(:purchase, post)
135
+ end
136
+
137
+ def authorize(amount, payment_method, options={})
138
+ post = {}
139
+ add_invoice(post, amount, options)
140
+ add_payment_method(post, payment_method)
141
+ add_customer_data(post, options)
142
+ add_email(post, options)
143
+ add_3d_secure(post, options)
144
+ add_echo(post, options)
145
+ add_transaction_type(post, options)
146
+
147
+ commit(:authorize, post)
148
+ end
149
+
150
+ def capture(amount, authorization, options={})
151
+ post = {}
152
+ add_invoice(post, amount, options)
153
+ add_reference(post, authorization)
154
+ add_customer_data(post, options)
155
+ add_echo(post, options)
156
+
157
+ commit(:capture, post)
158
+ end
159
+
160
+ def void(authorization, options={})
161
+ post = {}
162
+ add_customer_data(post, options)
163
+ reference_action = add_reference(post, authorization)
164
+ add_echo(post, options)
165
+ post[:a1] = generate_unique_id
166
+
167
+ commit(:void, post, reference_action)
168
+ end
169
+
170
+ def refund(amount, authorization, options={})
171
+ post = {}
172
+ add_invoice(post, amount, options)
173
+ add_reference(post, authorization)
174
+ add_customer_data(post, options)
175
+ add_echo(post, options)
176
+
177
+ commit(:refund, post)
178
+ end
179
+
180
+ def credit(amount, payment_method, options={})
181
+ post = {}
182
+ add_invoice(post, amount, options)
183
+ add_payment_method(post, payment_method)
184
+ add_customer_data(post, options)
185
+ add_email(post, options)
186
+ add_echo(post, options)
187
+ add_transaction_type(post, options)
188
+
189
+ commit(:credit, post)
190
+ end
191
+
192
+ def verify(credit_card, options={})
193
+ MultiResponse.run(:use_first_response) do |r|
194
+ r.process { authorize(100, credit_card, options) }
195
+ r.process(:ignore_result) { void(r.authorization, options) }
196
+ end
197
+ end
198
+
199
+ def supports_scrubbing?
200
+ true
201
+ end
202
+
203
+ def scrub(transcript)
204
+ transcript.
205
+ gsub(%r((b1=)\d+), '\1[FILTERED]').
206
+ gsub(%r((b5=)\d+), '\1[FILTERED]')
207
+ end
208
+
209
+ private
210
+
211
+ def add_invoice(post, money, options)
212
+ currency = options[:currency] || currency(money)
213
+
214
+ post[:a4] = localized_amount(money, currency)
215
+ post[:a1] = generate_unique_id
216
+ post[:a5] = currency
217
+ post[:h9] = options[:order_id]
218
+ end
219
+
220
+ CARD_TYPES = {
221
+ "visa" => '1',
222
+ "mastercard" => '2',
223
+ "maestro" => '9'
224
+ }
225
+
226
+ def add_payment_method(post, payment_method)
227
+ post[:c1] = payment_method.name
228
+ post[:b2] = CARD_TYPES[payment_method.brand] || ''
229
+ post[:b1] = payment_method.number
230
+ post[:b5] = payment_method.verification_value
231
+ post[:b4] = format(payment_method.year, :two_digits)
232
+ post[:b3] = format(payment_method.month, :two_digits)
233
+ end
234
+
235
+ def add_customer_data(post, options)
236
+ post[:d1] = options[:ip] || '127.0.0.1'
237
+ if (billing_address = options[:billing_address])
238
+ post[:c5] = billing_address[:address1]
239
+ post[:c7] = billing_address[:city]
240
+ post[:c10] = billing_address[:zip]
241
+ post[:c8] = billing_address[:state]
242
+ post[:c9] = billing_address[:country]
243
+ post[:c2] = billing_address[:phone]
244
+ end
245
+ end
246
+
247
+ def add_reference(post, authorization)
248
+ response_id, authorization_code, request_id, action = authorization.split(";")
249
+ post[:g2] = response_id
250
+ post[:g3] = authorization_code
251
+ post[:g4] = request_id
252
+ action || :authorize
253
+ end
254
+
255
+ def add_email(post, options)
256
+ post[:c3] = options[:email] || 'unspecified@example.com'
257
+ end
258
+
259
+ def add_3d_secure(post, options)
260
+ return unless options[:eci] && options[:xid]
261
+ post[:i8] = "#{options[:eci]}:#{(options[:cavv] || "none")}:#{options[:xid]}"
262
+ end
263
+
264
+ def add_echo(post, options)
265
+ # The d2 parameter is used during the certification process
266
+ # See remote tests for full certification test suite
267
+ post[:d2] = options[:echo] unless options[:echo].blank?
268
+ end
269
+
270
+ def add_transaction_type(post, options)
271
+ post[:a9] = options[:transaction_type] if options[:transaction_type]
272
+ end
273
+
274
+ ACTIONS = {
275
+ purchase: '1',
276
+ authorize: '2',
277
+ capture: '3',
278
+ authorize_void: '4',
279
+ refund: '5',
280
+ credit: '6',
281
+ purchase_void: '7',
282
+ refund_void: '8',
283
+ capture_void: '9'
284
+ }
285
+
286
+ def commit(action, params, reference_action = nil)
287
+ raw_response = ssl_post(url, post_data(action, params, reference_action))
288
+ response = parse(raw_response)
289
+
290
+ Response.new(
291
+ success_from(response),
292
+ message_from(response),
293
+ response,
294
+ authorization: "#{response["Z1"]};#{response["Z4"]};#{response["A1"]};#{action}",
295
+ avs_result: AVSResult.new(code: response["Z9"]),
296
+ cvv_result: CVVResult.new(response["Z14"]),
297
+ test: test?
298
+ )
299
+ end
300
+
301
+ def sign_request(params)
302
+ params = params.sort
303
+ params.each { |param| param[1].gsub!(/[<>()\\]/, ' ') }
304
+ values = params.map { |param| param[1].strip }
305
+ Digest::MD5.hexdigest(values.join + @options[:cipher_key])
306
+ end
307
+
308
+ def post_data(action, params, reference_action)
309
+ params.keys.each { |key| params[key] = params[key].to_s}
310
+ params[:M] = @options[:merchant_id]
311
+ params[:O] = request_action(action, reference_action)
312
+ params[:K] = sign_request(params)
313
+ params.map {|k, v| "#{k}=#{CGI.escape(v.to_s)}"}.join('&')
314
+ end
315
+
316
+ def request_action(action, reference_action)
317
+ if reference_action
318
+ ACTIONS["#{reference_action}_#{action}".to_sym]
319
+ else
320
+ ACTIONS[action]
321
+ end
322
+ end
323
+
324
+ def url
325
+ test? ? test_url : live_url
326
+ end
327
+
328
+ def parse(body)
329
+ Hash[CGI::parse(body).map{|k,v| [k.upcase,v.first]}]
330
+ end
331
+
332
+ def success_from(response)
333
+ response["Z2"] == "0"
334
+ end
335
+
336
+ def message_from(response)
337
+ if success_from(response)
338
+ "Succeeded"
339
+ else
340
+ RESPONSE_MESSAGES[response["Z6"]] || response["Z3"] || "Unable to read error message"
341
+ end
342
+ end
343
+ end
344
+ end
345
+ end
@@ -0,0 +1,279 @@
1
+ require 'digest/md5'
2
+
3
+ module ActiveMerchant #:nodoc:
4
+ module Billing #:nodoc:
5
+ # Important note:
6
+ # ===
7
+ # Culqi merchant accounts are configured for either purchase or auth/capture
8
+ # modes. This is configured by Culqi when setting up a merchant account and
9
+ # largely depends on the transaction acquiring bank. Be sure to understand how
10
+ # your account was configured prior to using this gateway.
11
+ class CulqiGateway < Gateway
12
+ self.display_name = "Culqi"
13
+ self.homepage_url = "https://www.culqi.com"
14
+
15
+ self.test_url = "https://staging.paymentz.com/transaction/"
16
+ self.live_url = "https://secure.culqi.com/transaction/"
17
+
18
+ self.supported_countries = ["PE"]
19
+ self.default_currency = "PEN"
20
+ self.money_format = :dollars
21
+ self.supported_cardtypes = [:visa, :master, :diners_club, :american_express]
22
+
23
+ def initialize(options={})
24
+ requires!(options, :merchant_id, :terminal_id, :secret_key)
25
+ super
26
+ end
27
+
28
+ def purchase(amount, payment_method, options={})
29
+ authorize(amount, payment_method, options)
30
+ end
31
+
32
+ def authorize(amount, payment_method, options={})
33
+ if payment_method.is_a?(String)
34
+ action = :tokenpay
35
+ else
36
+ action = :authorize
37
+ end
38
+ post = {}
39
+ add_credentials(post)
40
+ add_invoice(action, post, amount, options)
41
+ add_payment_method(post, payment_method, action, options)
42
+ add_customer_data(post, options)
43
+ add_checksum(action, post)
44
+
45
+ commit(action, post)
46
+ end
47
+
48
+ def capture(amount, authorization, options={})
49
+ action = :capture
50
+ post = {}
51
+ add_credentials(post)
52
+ add_invoice(action, post, amount, options)
53
+ add_reference(post, authorization)
54
+ add_checksum(action, post)
55
+
56
+ commit(action, post)
57
+ end
58
+
59
+ def void(authorization, options={})
60
+ action = :void
61
+ post = {}
62
+ add_credentials(post)
63
+ add_invoice(action, post, nil, options)
64
+ add_reference(post, authorization)
65
+ add_checksum(action, post)
66
+
67
+ commit(action, post)
68
+ end
69
+
70
+ def refund(amount, authorization, options={})
71
+ action = :refund
72
+ post = {}
73
+ add_credentials(post)
74
+ add_invoice(action, post, amount, options)
75
+ add_reference(post, authorization)
76
+ add_checksum(action, post)
77
+
78
+ commit(action, post)
79
+ end
80
+
81
+ def verify(credit_card, options={})
82
+ MultiResponse.run(:use_first_response) do |r|
83
+ r.process { authorize(1000, credit_card, options) }
84
+ r.process(:ignore_result) { void(r.authorization, options) }
85
+ end
86
+ end
87
+
88
+ def verify_credentials
89
+ response = void("0", order_id: "0")
90
+ response.message.include? "Transaction not found"
91
+ end
92
+
93
+ def store(credit_card, options={})
94
+ action = :tokenize
95
+ post = {}
96
+ post[:partnerid] = options[:partner_id] if options[:partner_id]
97
+ post[:cardholderid] = options[:cardholder_id] if options[:cardholder_id]
98
+ add_credentials(post)
99
+ add_payment_method(post, credit_card, action, options)
100
+ add_customer_data(post, options)
101
+ add_checksum(action, post)
102
+
103
+ commit(action, post)
104
+ end
105
+
106
+ def invalidate(authorization, options={})
107
+ action = :invalidate
108
+ post = {}
109
+ post[:partnerid] = options[:partner_id] if options[:partner_id]
110
+ add_credentials(post)
111
+ post[:token] = authorization
112
+ add_checksum(action, post)
113
+
114
+ commit(action, post)
115
+ end
116
+
117
+ def supports_scrubbing?
118
+ true
119
+ end
120
+
121
+ def scrub(transcript)
122
+ transcript.
123
+ gsub(%r((cardnumber=)\d+), '\1[FILTERED]').
124
+ gsub(%r((cvv=)\d+), '\1[FILTERED]')
125
+ end
126
+
127
+ private
128
+
129
+ def add_credentials(post)
130
+ post[:toid] = @options[:merchant_id]
131
+ post[:totype] = 'Culqi'
132
+ post[:terminalid] = @options[:terminal_id]
133
+ post[:language] = 'ENG'
134
+ end
135
+
136
+ def add_invoice(action, post, money, options)
137
+ case action
138
+ when :capture
139
+ post[:captureamount] = amount(money)
140
+ when :refund
141
+ post[:refundamount] = amount(money)
142
+ post[:reason] = 'none'
143
+ else
144
+ post[:amount] = amount(money)
145
+ end
146
+
147
+ post[:description] = options[:order_id]
148
+ post[:redirecturl] = options[:redirect_url] || 'http://www.example.com'
149
+ end
150
+
151
+ def add_payment_method(post, payment_method, action, options)
152
+ if payment_method.is_a?(String)
153
+ post[:token] = payment_method
154
+ post[:cvv] = options[:cvv] if options[:cvv]
155
+ else
156
+ post[:cardnumber] = payment_method.number
157
+ post[:cvv] = payment_method.verification_value
158
+ post[:firstname], post[:lastname] = payment_method.name.split(' ')
159
+ if action == :tokenize
160
+ post[:expirymonth] = format(payment_method.month, :two_digits)
161
+ post[:expiryyear] = format(payment_method.year, :four_digits)
162
+ else
163
+ post[:expiry_month] = format(payment_method.month, :two_digits)
164
+ post[:expiry_year] = format(payment_method.year, :four_digits)
165
+ end
166
+ end
167
+ end
168
+
169
+ def add_customer_data(post, options)
170
+ post[:emailaddr] = options[:email] || 'unspecified@example.com'
171
+ if (billing_address = options[:billing_address] || options[:address])
172
+ post[:street] = [billing_address[:address1], billing_address[:address2]].join(' ')
173
+ post[:city] = billing_address[:city]
174
+ post[:state] = billing_address[:state]
175
+ post[:countrycode] = billing_address[:country]
176
+ post[:zip] = billing_address[:zip]
177
+ post[:telno] = billing_address[:phone]
178
+ post[:telnocc] = options[:telephone_country_code] || '051'
179
+ end
180
+ end
181
+
182
+ def add_checksum(action, post)
183
+ checksum_elements = case action
184
+ when :capture; [post[:toid], post[:trackingid], post[:captureamount], @options[:secret_key]]
185
+ when :void; [post[:toid], post[:description], post[:trackingid], @options[:secret_key]]
186
+ when :refund; [post[:toid], post[:trackingid], post[:refundamount], @options[:secret_key]]
187
+ when :tokenize; [post[:partnerid], post[:cardnumber], post[:cvv], @options[:secret_key]]
188
+ when :invalidate; [post[:partnerid], post[:token], @options[:secret_key]]
189
+ else [post[:toid], post[:totype], post[:amount], post[:description], post[:redirecturl],
190
+ post[:cardnumber] || post[:token], @options[:secret_key]]
191
+ end
192
+
193
+ post[:checksum] = Digest::MD5.hexdigest(checksum_elements.compact.join('|'))
194
+ end
195
+
196
+ def add_reference(post, authorization)
197
+ post[:trackingid] = authorization
198
+ end
199
+
200
+ ACTIONS = {
201
+ authorize: "SingleCallGenericServlet",
202
+ capture: "SingleCallGenericCaptureServlet",
203
+ void: "SingleCallGenericVoid",
204
+ refund: "SingleCallGenericReverse",
205
+ tokenize: "SingleCallTokenServlet",
206
+ invalidate: "SingleCallInvalidateToken",
207
+ tokenpay: "SingleCallTokenTransaction",
208
+ }
209
+
210
+ def commit(action, params)
211
+ response = begin
212
+ parse(ssl_post(url + ACTIONS[action], post_data(action, params), headers))
213
+ rescue ResponseError => e
214
+ parse(e.response.body)
215
+ end
216
+
217
+ success = success_from(response)
218
+
219
+ Response.new(
220
+ success,
221
+ message_from(response),
222
+ response,
223
+ authorization: success ? authorization_from(response) : nil,
224
+ cvv_result: success ? cvvresult_from(response) : nil,
225
+ error_code: success ? nil : error_from(response),
226
+ test: test?
227
+ )
228
+ end
229
+
230
+ def headers
231
+ {
232
+ "Accept" => "application/json",
233
+ "Content-Type" => "application/x-www-form-urlencoded;charset=UTF-8"
234
+ }
235
+ end
236
+
237
+ def post_data(action, params)
238
+ params.map {|k, v| "#{k}=#{CGI.escape(v.to_s)}"}.join('&')
239
+ end
240
+
241
+ def url
242
+ test? ? test_url : live_url
243
+ end
244
+
245
+ def parse(body)
246
+ begin
247
+ JSON.parse(body)
248
+ rescue JSON::ParserError
249
+ message = "Invalid JSON response received from CulqiGateway. Please contact CulqiGateway if you continue to receive this message."
250
+ message += "(The raw response returned by the API was #{body.inspect})"
251
+ {
252
+ "status" => "N",
253
+ "statusdescription" => message
254
+ }
255
+ end
256
+ end
257
+
258
+ def success_from(response)
259
+ response['status'] == 'Y'
260
+ end
261
+
262
+ def message_from(response)
263
+ response['statusdescription'] || response['statusDescription']
264
+ end
265
+
266
+ def authorization_from(response)
267
+ response['trackingid'] || response['token']
268
+ end
269
+
270
+ def cvvresult_from(response)
271
+ CVVResult.new(response['cvvresult'])
272
+ end
273
+
274
+ def error_from(response)
275
+ response['resultcode']
276
+ end
277
+ end
278
+ end
279
+ end