Shopify / js-buy-sdk

The JS Buy SDK is a lightweight library that allows you to build ecommerce into any website. It is based on Shopify's API and provides the ability to retrieve products and collections from your shop, add products to a cart, and checkout.
https://shopify.github.io/js-buy-sdk
MIT License
984 stars 259 forks source link

Apple Pay for Buy Now #323

Closed sethb75 closed 7 years ago

sethb75 commented 7 years ago

My company needs a way to process Apple Pay payments via the Shopify Buy Now feature.

I am not certain if support needs to be added to the SDK. Presumably something should be done to validate SSL on the web host that loads the Buy Now iframe.

minasmart commented 7 years ago

Right now we don't have a checkout API that supports this form of tokenized payment over the web, and there aren't immediate plans for it. On the web, this process must remain entirely owned by web checkout for PCI compliance reasons.