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
@@ -2,7 +2,6 @@ require 'json'
2
2
 
3
3
  module ActiveMerchant #:nodoc:
4
4
  module Billing #:nodoc:
5
-
6
5
  # For more information on Balanced visit https://www.balancedpayments.com
7
6
  # or visit #balanced on irc.freenode.net
8
7
  #
@@ -17,419 +16,207 @@ module ActiveMerchant #:nodoc:
17
16
  # 4. When you're ready to generate a production API key click the "Go
18
17
  # live" button on the Balanced dashboard and fill in your marketplace
19
18
  # details.
20
- #
21
- # ==== Overview
22
- #
23
- # Balanced provides a RESTful API, all entities within Balanced are
24
- # represented by their respective URIs, these are returned in the
25
- # `authorization` parameter of the Active Merchant Response object.
26
- #
27
- # All Response objects will contain a hash property called `params` which
28
- # holds the raw JSON dictionary returned by Balanced. You can find
29
- # properties about the operation performed and the object that represents
30
- # it within this hash.
31
- #
32
- # All operations within Balanced are tied to an account, as such, when you
33
- # perform an `authorization` or a `capture` with a new credit card you
34
- # must ensure you also pass the `:email` property within the `options`
35
- # parameter.
36
- #
37
- # For more details about Balanced's API visit:
38
- # https://www.balancedpayments.com/docs
39
- #
40
- # ==== Terminology & Transaction Flow
41
- #
42
- # * An `authorization` operation will return a Hold URI. An `authorization`
43
- # within Balanced is valid until the `expires_at` property. You can see the
44
- # exact date of the expiry on the Response object by inspecting the
45
- # property `response.params['expires_at']`. The resulting Hold may be
46
- # `capture`d or `void`ed at any time before the `expires_at` date for
47
- # any amount up to the full amount of the original `authorization`.
48
- # * A `capture` operation will return a Debit URI. You must pass the URI of
49
- # the previously performed `authorization`
50
- # * A `purchase` will create a Hold and Debit in a single operation and
51
- # return the URI of the resulting Debit.
52
- # * A `void` operation must be performed on an existing `authorization`
53
- # and will result in releasing the funds reserved by the
54
- # `authorization`.
55
- # * The `refund` operation must be performed on a previously captured
56
- # Debit URI. You may refund any fraction of the original amount of the
57
- # debit up to the original total.
58
- #
59
19
  class BalancedGateway < Gateway
60
- VERSION = '1.0.0'
20
+ VERSION = "2.0.0"
61
21
 
62
- TEST_URL = LIVE_URL = 'https://api.balancedpayments.com'
22
+ self.live_url = 'https://api.balancedpayments.com'
63
23
 
64
- # The countries the gateway supports merchants from as 2 digit ISO
65
- # country codes
66
24
  self.supported_countries = ['US']
67
25
  self.supported_cardtypes = [:visa, :master, :american_express, :discover]
68
26
  self.homepage_url = 'https://www.balancedpayments.com/'
69
27
  self.display_name = 'Balanced'
70
28
  self.money_format = :cents
71
29
 
72
- class Error < ActiveMerchant::ActiveMerchantError
73
- attr_reader :response
74
-
75
- def initialize(response, msg=nil)
76
- @response = response
77
- super(msg || response['description'])
78
- end
79
- end
80
-
81
- class CardDeclined < Error
82
- end
83
-
84
30
  # Creates a new BalancedGateway
85
31
  #
86
- # The gateway requires that a valid api_key be passed in the +options+
87
- # hash.
88
- #
89
32
  # ==== Options
90
33
  #
91
34
  # * <tt>:login</tt> -- The Balanced API Secret (REQUIRED)
92
35
  def initialize(options = {})
93
36
  requires!(options, :login)
94
37
  super
95
- initialize_marketplace(options[:marketplace] || load_marketplace)
96
38
  end
97
39
 
98
- # Performs an authorization (Hold in Balanced nonclementure), which
99
- # reserves the funds on the customer's credit card, but does not charge
100
- # the card. An authorization is valid until the `expires_at` field in
101
- # the params Hash passes. See `response.params['expires_at']`. The exact
102
- # amount of time until an authorization expires depends on the card
103
- # issuer.
104
- #
105
- # If you pass a previously tokenized `credit_card` URI the only other
106
- # parameter required is `money`. If you pass `credit_card` as a hash of
107
- # credit card information you must also pass `options` with a `:email`
108
- # entry.
109
- #
110
- # ==== Parameters
111
- #
112
- # * <tt>money</tt> -- The amount to be authorized as an Integer value in cents.
113
- # * <tt>credit_card</tt> -- A hash of credit card details for this
114
- # transaction or the URI of a card previously stored in Balanced.
115
- # * <tt>options</tt> -- A hash of optional parameters.
116
- #
117
- # ==== Options
118
- #
119
- # If you are passing a new credit card you must pass one of these two
120
- # parameters
121
- #
122
- # * <tt>email</tt> -- the email address of user associated with this
123
- # purchase.
124
- # * <tt>account_uri</tt> -- `account_uri` is the URI of an existing
125
- # Balanced account.
126
- def authorize(money, credit_card, options = {})
127
- if credit_card.respond_to?(:number)
128
- requires!(options, :email) unless options[:account_uri]
129
- end
130
-
40
+ def purchase(money, payment_method, options = {})
131
41
  post = {}
132
- post[:amount] = money
42
+ add_amount(post, money)
133
43
  post[:description] = options[:description]
44
+ add_common_params(post, options)
134
45
 
135
- create_or_find_account(post, options)
136
- add_credit_card(post, credit_card, options)
137
- add_address(credit_card, options)
138
-
139
- create_transaction(:post, @holds_uri, post)
140
- rescue Error => ex
141
- failed_response(ex.response)
142
- end
143
-
144
- # Perform a purchase, which is an authorization and capture in a single
145
- # operation.
146
- #
147
- # ==== Parameters
148
- #
149
- # * <tt>money</tt> -- The amount to be purchased as an Integer value in cents.
150
- # * <tt>credit_card</tt> -- A hash of credit card details for this
151
- # transaction or the URI of a card previously stored in Balanced.
152
- # * <tt>options</tt> -- A hash of optional parameters.
153
- #
154
- # ==== Options
155
- #
156
- # If you are passing a new credit card you must pass one of these two
157
- # parameters
158
- #
159
- # * <tt>email</tt> -- the email address of user associated with this
160
- # purchase.
161
- # * <tt>account_uri</tt> -- `account_uri` is the URI of an existing
162
- # Balanced account.
163
- def purchase(money, credit_card, options = {})
164
- if credit_card.respond_to?('number')
165
- requires!(options, :email) unless options[:account_uri]
46
+ MultiResponse.run do |r|
47
+ identifier = if(payment_method.respond_to?(:number))
48
+ r.process{store(payment_method, options)}
49
+ r.authorization
50
+ else
51
+ payment_method
52
+ end
53
+ r.process{commit("debits", "cards/#{card_identifier_from(identifier)}/debits", post)}
166
54
  end
55
+ end
167
56
 
57
+ def authorize(money, payment_method, options = {})
168
58
  post = {}
169
- post[:amount] = money
59
+ add_amount(post, money)
170
60
  post[:description] = options[:description]
61
+ add_common_params(post, options)
171
62
 
172
- create_or_find_account(post, options)
173
- add_credit_card(post, credit_card, options)
174
- add_address(credit_card, options)
175
-
176
- create_transaction(:post, @debits_uri, post)
177
- rescue Error => ex
178
- failed_response(ex.response)
63
+ MultiResponse.run do |r|
64
+ identifier = if(payment_method.respond_to?(:number))
65
+ r.process{store(payment_method, options)}
66
+ r.authorization
67
+ else
68
+ payment_method
69
+ end
70
+ r.process{commit("card_holds", "cards/#{card_identifier_from(identifier)}/card_holds", post)}
71
+ end
179
72
  end
180
73
 
181
- # Captures the funds from an authorized transaction (Hold).
182
- #
183
- # ==== Parameters
184
- #
185
- # * <tt>money</tt> -- The amount to be captured as an Integer value in
186
- # cents. If omitted the full amount of the original authorization
187
- # transaction will be captured.
188
- # * <tt>authorization</tt> -- The uri of an authorization returned from
189
- # an authorize request.
190
- #
191
- # ==== Options
192
- #
193
- # * <tt>description</tt> -- A string that will be displayed on the
194
- # Balanced dashboard
195
- def capture(money, authorization, options = {})
74
+ def capture(money, identifier, options = {})
196
75
  post = {}
197
- post[:hold_uri] = authorization
198
- post[:amount] = money if money
76
+ add_amount(post, money)
199
77
  post[:description] = options[:description] if options[:description]
200
- post[:on_behalf_of_uri] = options[:on_behalf_of_uri] if options[:on_behalf_of_uri]
78
+ add_common_params(post, options)
201
79
 
202
- create_transaction(:post, @debits_uri, post)
203
- rescue Error => ex
204
- failed_response(ex.response)
80
+ commit("debits", "card_holds/#{reference_identifier_from(identifier)}/debits", post)
205
81
  end
206
82
 
207
- # Void a previous authorization (Hold)
208
- #
209
- # ==== Parameters
210
- #
211
- # * <tt>authorization</tt> -- The uri of the authorization returned from
212
- # an `authorize` request.
213
- def void(authorization, options = {})
83
+ def void(identifier, options = {})
214
84
  post = {}
215
85
  post[:is_void] = true
86
+ add_common_params(post, options)
216
87
 
217
- create_transaction(:put, authorization, post)
218
- rescue Error => ex
219
- failed_response(ex.response)
88
+ commit("card_holds", "card_holds/#{reference_identifier_from(identifier)}", post, :put)
220
89
  end
221
90
 
222
- # Refund a transaction.
223
- #
224
- # Returns the money debited from a card to the card from the
225
- # marketplace's escrow balance.
226
- #
227
- # ==== Parameters
228
- #
229
- # * <tt>debit_uri</tt> -- The uri of the original transaction against
230
- # which the refund is being issued.
231
- # * <tt>options</tt> -- A hash of parameters.
232
- #
233
- # ==== Options
234
- #
235
- # * <tt>`:amount`<tt> -- specify an amount if you want to perform a
236
- # partial refund. This value will default to the total amount of the
237
- # debit that has not been refunded so far.
238
- def refund(amount, debit_uri = "deprecated", options = {})
239
- if(debit_uri == "deprecated" || debit_uri.kind_of?(Hash))
240
- deprecated "Calling the refund method without an amount parameter is deprecated and will be removed in a future version."
241
- return refund(options[:amount], amount, options)
242
- end
243
-
244
- requires!(debit_uri)
91
+ def refund(money, identifier, options = {})
245
92
  post = {}
246
- post[:debit_uri] = debit_uri
247
- post[:amount] = amount
93
+ add_amount(post, money)
248
94
  post[:description] = options[:description]
249
- create_transaction(:post, @refunds_uri, post)
250
- rescue Error => ex
251
- failed_response(ex.response)
95
+ add_common_params(post, options)
96
+
97
+ commit("refunds", "debits/#{reference_identifier_from(identifier)}/refunds", post)
252
98
  end
253
99
 
254
- # Stores a card and email address
255
- #
256
- # ==== Parameters
257
- #
258
- # * <tt>credit_card</tt> --
259
- def store(credit_card, options = {})
260
- requires!(options, :email)
100
+ def store(credit_card, options={})
261
101
  post = {}
262
- account_uri = create_or_find_account(post, options)
263
- if credit_card.respond_to? :number
264
- add_credit_card(post, credit_card, options)
265
- else
266
- associate_card_to_account(account_uri, credit_card)
267
- credit_card
268
- end
269
- rescue Error => ex
270
- failed_response(ex.response)
271
- end
272
102
 
273
- private
103
+ post[:number] = credit_card.number
104
+ post[:expiration_month] = credit_card.month
105
+ post[:expiration_year] = credit_card.year
106
+ post[:cvv] = credit_card.verification_value if credit_card.verification_value?
107
+ post[:name] = credit_card.name if credit_card.name
274
108
 
275
- # Load URIs for this marketplace by inspecting the marketplace object
276
- # returned from the uri. http://en.wikipedia.org/wiki/HATEOAS
277
- def load_marketplace
278
- response = http_request(:get, '/v1/marketplaces')
279
- if error?(response)
280
- raise Error.new(response, 'Invalid login credentials supplied')
281
- end
282
- response['items'][0]
283
- end
109
+ add_address(post, options)
284
110
 
285
- def initialize_marketplace(marketplace)
286
- @marketplace_uri = marketplace['uri']
287
- @holds_uri = marketplace['holds_uri']
288
- @debits_uri = marketplace['debits_uri']
289
- @cards_uri = marketplace['cards_uri']
290
- @accounts_uri = marketplace['accounts_uri']
291
- @refunds_uri = marketplace['refunds_uri']
111
+ commit("cards", "cards", post)
292
112
  end
293
113
 
294
- def create_or_find_account(post, options)
295
- account_uri = nil
296
-
297
- if options.has_key? :account_uri
298
- account_uri = options[:account_uri]
299
- end
300
-
301
- if account_uri == nil
302
- post[:email_address] = options[:email]
303
-
304
- # create an account
305
- response = http_request(:post, @accounts_uri, post)
114
+ private
306
115
 
307
- if response.has_key? 'uri'
308
- account_uri = response['uri']
309
- elsif error?(response)
310
- # lookup account from Balanced, account_uri should be in the
311
- # exception in a dictionary called extras
312
- account_uri = response['extras']['account_uri']
313
- raise Error.new(response) unless account_uri
314
- end
116
+ def reference_identifier_from(identifier)
117
+ case identifier
118
+ when %r{\|}
119
+ uri = identifier.
120
+ split("|").
121
+ detect{|part| part.size > 0}
122
+ uri.split("/")[2]
123
+ when %r{\/}
124
+ identifier.split("/")[5]
125
+ else
126
+ identifier
315
127
  end
316
-
317
- post[:account_uri] = account_uri
318
-
319
- account_uri
320
128
  end
321
129
 
322
- def add_address(credit_card, options)
323
- return unless credit_card.kind_of?(Hash)
324
- if address = options[:billing_address] || options[:address]
325
- credit_card[:street_address] = address[:address1] if address[:address1]
326
- credit_card[:street_address] += ' ' + address[:address2] if address[:address2]
327
- credit_card[:postal_code] = address[:zip] if address[:zip]
328
- credit_card[:country] = address[:country] if address[:country]
329
- end
130
+ def card_identifier_from(identifier)
131
+ identifier.split("/").last
330
132
  end
331
133
 
332
- def add_credit_card(post, credit_card, options)
333
- if credit_card.respond_to? :number
334
- card = {}
335
- card[:card_number] = credit_card.number
336
- card[:expiration_month] = credit_card.month
337
- card[:expiration_year] = credit_card.year
338
- card[:security_code] = credit_card.verification_value if credit_card.verification_value?
339
- card[:name] = credit_card.name if credit_card.name
340
-
341
- add_address(card, options)
342
-
343
- response = http_request(:post, @cards_uri, card)
344
- if error?(response)
345
- raise CardDeclined, response
346
- end
347
- card_uri = response['uri']
348
-
349
- associate_card_to_account(post[:account_uri], card_uri)
134
+ def add_amount(post, money)
135
+ post[:amount] = amount(money) if money
136
+ end
350
137
 
351
- post[:card_uri] = card_uri
352
- elsif credit_card.kind_of?(String)
353
- post[:card_uri] = credit_card
138
+ def add_address(post, options)
139
+ address = (options[:billing_address] || options[:address])
140
+ if(address && address[:zip].present?)
141
+ post[:address] = {}
142
+ post[:address][:line1] = address[:address1] if address[:address1]
143
+ post[:address][:line2] = address[:address2] if address[:address2]
144
+ post[:address][:city] = address[:city] if address[:city]
145
+ post[:address][:state] = address[:state] if address[:state]
146
+ post[:address][:postal_code] = address[:zip] if address[:zip]
147
+ post[:address][:country_code] = address[:country] if address[:country]
354
148
  end
355
-
356
- post[:card_uri]
357
149
  end
358
150
 
359
- def associate_card_to_account(account_uri, card_uri)
360
- http_request(:put, account_uri, :card_uri => card_uri)
151
+ def add_common_params(post, options)
152
+ post[:appears_on_statement_as] = options[:appears_on_statement_as]
153
+ post[:on_behalf_of_uri] = options[:on_behalf_of_uri]
154
+ post[:meta] = options[:meta]
361
155
  end
362
156
 
363
- def http_request(method, url, parameters={}, meta={})
364
- begin
365
- if method == :get
366
- raw_response = ssl_get(LIVE_URL + url, headers(meta))
367
- else
368
- raw_response = ssl_request(method,
369
- LIVE_URL + url,
370
- post_data(parameters),
371
- headers(meta))
372
- end
373
- parse(raw_response)
157
+ def commit(entity_name, path, post, method=:post)
158
+ raw_response = begin
159
+ parse(ssl_request(
160
+ method,
161
+ live_url + "/#{path}",
162
+ post_data(post),
163
+ headers
164
+ ))
374
165
  rescue ResponseError => e
375
- raw_response = e.response.body
376
- response_error(raw_response)
377
- rescue JSON::ParserError
378
- json_error(raw_response)
166
+ raise unless(e.response.code.to_s =~ /4\d\d/)
167
+ parse(e.response.body)
379
168
  end
380
- end
381
-
382
- def create_transaction(method, url, parameters, meta={})
383
- response = http_request(method, url, parameters, meta)
384
- success = !error?(response)
385
169
 
386
- Response.new(success,
387
- (success ? "Transaction approved" : response["description"]),
388
- response,
389
- :test => (@marketplace_uri.index("TEST") ? true : false),
390
- :authorization => response["uri"]
170
+ Response.new(
171
+ success_from(entity_name, raw_response),
172
+ message_from(raw_response),
173
+ raw_response,
174
+ authorization: authorization_from(entity_name, raw_response),
175
+ test: test?,
391
176
  )
392
177
  end
393
178
 
394
- def failed_response(response)
395
- is_test = false
396
- if @marketplace_uri
397
- is_test = (@marketplace_uri.index("TEST") ? true : false)
179
+ def success_from(entity_name, raw_response)
180
+ entity = (raw_response[entity_name] || []).first
181
+ if(!entity)
182
+ false
183
+ elsif((entity_name == "refunds") && entity.include?("status"))
184
+ %w(succeeded pending).include?(entity["status"])
185
+ elsif(entity.include?("status"))
186
+ (entity["status"] == "succeeded")
187
+ elsif(entity_name == "cards")
188
+ !!entity["id"]
189
+ else
190
+ false
398
191
  end
399
-
400
- Response.new(false,
401
- response["description"],
402
- response,
403
- :test => is_test
404
- )
405
192
  end
406
193
 
407
- def parse(body)
408
- JSON.parse(body)
194
+ def message_from(raw_response)
195
+ if(raw_response["errors"])
196
+ error = raw_response["errors"].first
197
+ (error["additional"] || error["message"] || error["description"])
198
+ else
199
+ "Success"
200
+ end
409
201
  end
410
202
 
411
- def response_error(raw_response)
412
- begin
413
- parse(raw_response)
414
- rescue JSON::ParserError
415
- json_error(raw_response)
416
- end
203
+ def authorization_from(entity_name, raw_response)
204
+ entity = (raw_response[entity_name] || []).first
205
+ (entity && entity["id"])
417
206
  end
418
207
 
419
- def json_error(raw_response)
420
- msg = 'Invalid response received from the Balanced API. Please contact support@balancedpayments.com if you continue to receive this message.'
421
- msg += " (The raw response returned by the API was #{raw_response.inspect})"
208
+ def parse(body)
209
+ JSON.parse(body)
210
+ rescue JSON::ParserError
211
+ message = 'Invalid response received from the Balanced API. Please contact support@balancedpayments.com if you continue to receive this message.'
212
+ message += " (The raw response returned by the API was #{raw_response.inspect})"
422
213
  {
423
- "error" => {
424
- "message" => msg
425
- }
214
+ "errors" => [{
215
+ "message" => message
216
+ }]
426
217
  }
427
218
  end
428
219
 
429
- def error?(response)
430
- response.key?('status_code')
431
- end
432
-
433
220
  def post_data(params)
434
221
  return nil unless params
435
222
 
@@ -447,19 +234,20 @@ module ActiveMerchant #:nodoc:
447
234
  end.compact.join("&")
448
235
  end
449
236
 
450
- def headers(meta={})
451
- @@ua ||= JSON.dump({
452
- :bindings_version => ActiveMerchant::VERSION,
453
- :lang => 'ruby',
454
- :lang_version => "#{RUBY_VERSION} p#{RUBY_PATCHLEVEL} (#{RUBY_RELEASE_DATE})",
455
- :lib_version => BalancedGateway::VERSION,
456
- :platform => RUBY_PLATFORM,
457
- :publisher => 'active_merchant'
458
- })
237
+ def headers
238
+ @@ua ||= JSON.dump(
239
+ bindings_version: ActiveMerchant::VERSION,
240
+ lang: 'ruby',
241
+ lang_version: "#{RUBY_VERSION} p#{RUBY_PATCHLEVEL} (#{RUBY_RELEASE_DATE})",
242
+ lib_version: BalancedGateway::VERSION,
243
+ platform: RUBY_PLATFORM,
244
+ publisher: 'active_merchant'
245
+ )
459
246
 
460
247
  {
461
248
  "Authorization" => "Basic " + Base64.encode64(@options[:login].to_s + ":").strip,
462
- "User-Agent" => "Balanced/v1 ActiveMerchantBindings/#{ActiveMerchant::VERSION}",
249
+ "User-Agent" => "Balanced/v1.1 ActiveMerchantBindings/#{ActiveMerchant::VERSION}",
250
+ "Accept" => "application/vnd.api+json;revision=1.1",
463
251
  "X-Balanced-User-Agent" => @@ua,
464
252
  }
465
253
  end