How do I enable a third party payment gateway which Shopify does not want to support?

女生的网名这么多〃 提交于 2019-12-13 08:17:10

问题


Same as this question which got an accepted answer, but the only answer doesn't cover plan B - what if Shopify rejects to support the integration submitted to ActiveMerchant?

I'm tagging javascript here because I have a feeling that the solution probably entails coding the entire thing in client-side javascript code assuming this can be done safely


回答1:


You might want to consider adding your gateway as an off-site payment? As per iframes or embedded JS inside Shopify's PCI compliant checkout URL I guess they won't accept it as it involves extra steps and validations by the PCI auditing companies, and no one wants to be in the middle of PCI audits every now and then.



来源:https://stackoverflow.com/questions/27311823/how-do-i-enable-a-third-party-payment-gateway-which-shopify-does-not-want-to-sup

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!