Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

can we integrate apple pay into any website? [closed]

I am new to Apple Pay. I need to develop an website in which I can integrate Apple Pay as an option. I have checked out official documentation of ApplePay for payment from the documents given on below link.

https://developer.apple.com/apple-pay/

They have mentioned that customer can pay to merchant for Service or goods. But my question is can we integrate apple pay into any website?

Thanks in advance!

like image 713
nehapadwal Avatar asked Mar 11 '15 10:03

nehapadwal


People also ask

Can you use Apple Pay on any website?

You can make purchases using Apple Pay in apps, in App Clips, and on the web using Safari wherever you see the Apple Pay button.

Why can't I use Apple Pay on websites?

Go to your Safari menu bar, click Safari > Preferences then select the Privacy tab. Then make sure: Allow websites to check if Apple Pay is set up is selected. I confirm that the option is checked, both on my Mac and on my iPhone.

Can Apple Pay be used offline?

No, Apple Pay requires an active internet connection to make transactions with other users. However, you can make up to 4-5 transactions with all the offline tokens stored in your devices.


2 Answers

There is no way to offer Apple Pay in your website at the moment. This is limited to iOS apps and stores for now as explained on their product page:

Paying in stores or within apps has never been easier.

like image 75
koopajah Avatar answered Nov 13 '22 01:11

koopajah


This will be supported in macOS when it is released in Autumn 2016, and is in the macOS beta released on June 13th 2016 at WWDC.

The documentation lacks any actual examples of how to integrate it as a whole at the moment, just the API definitions, which are very minimal.

A selection of links are below:

  • Apple Pay
  • Apple Pay JS
  • Website Registration

An example integration of Apple Pay into a website can be found here.

like image 36
Martin Costello Avatar answered Nov 13 '22 01:11

Martin Costello