Skip to content

Apple Pay

markusmichalski-fc edited this page Dec 10, 2021 · 1 revision

Apple Pay allows the customer to simply pay using his assigned credit card in the Apple system. Thus a payment can be done easily using either password input, Touch ID or even Face ID.

Minimum Requirements for Apple Pay

Please note, that there are some minimum requirements to be able to use Apple Pay in your shop.

Shop Requirements

Your checkout must be served over HTTPS. Up to date TLS ciphers are required. For more information, see Apple’s documentation on setting up your server.

Apple Pay requires you to place a domain validation file on the domain you want to use the Apple Pay JS APIs on. The presence and validity of this file will be validated by Apple.

Download the domain validation file and place it on your server at

https://{{your-domain}}/.well-known/apple-developer-merchantid-domain-association

Please keep in mind, this needs to be publicly available!

Browser Requirements

There are some requirements for customers to use Apple Pay.

They have to use a compatible browser (Safari) on a compatible MAC (or iOS device) that has a Apple Pay card available.

You can test if Apple Pay is available by opening this page with your browser: https://applepaydemo.apple.com

Configuration

With Mollie you can integrate Apple Pay quickly and start processing payments right away.

Apple Pay is integrated like every other payment method in OXID. So you can set anything you would also configure for other payments.

So start with Apple Pay by activating the payment method in OXID.

The Mollie plugin will make sure to automatically hide the payment method on the payment selection page, if Apple Pay is not available for the customer.

API Methods

With this payment method you can choose which Mollie API you want to use:

For more information about the APIs just click the links above.