How to enable a third-party payment gateway that Shopify does not want to support?

Same as this question , which received the accepted answer, but the only answer does not cover Plan B - what if Shopify rejects the integration support provided by ActiveMerchant?

I put javascript here because I have a feeling that the solution probably entails coding everything in client-side javascript code, assuming it can be done safely

-1
source share
1 answer

You might want to add your gateway as a payment off-site? According to iframes or the built-in JS inside Shopify , a PCI-compatible URL I think they won’t accept it because it includes additional steps and checks through PCI audit companies, and no one wants to be in the middle of PCI revisions from time to time .

0
source

All Articles