Apple Pay lets customers complete purchases with Face ID, Touch ID, or a double-click on Apple Watch — no card number entry, no billing address form. On WooCommerce, it can appear as an express checkout button on product pages, the cart, and checkout, enabling one-tap purchases. Apple Pay transactions decline at less than half the rate of standard card entry, making it one of the highest-converting payment methods available (source: ConvesioPay Q1 2026 Report).
ConvesioPay enables Apple Pay for WooCommerce with zero additional setup — no domain verification certificates, no separate Apple Developer account. It works out of the box. Get started →
1. How Apple Pay Works on WooCommerce
When a customer with an Apple device visits your WooCommerce store, the Apple Pay button automatically appears if:
- Their device supports Apple Pay (iPhone, iPad, Mac with Touch ID, Apple Watch)
- They have a card set up in their Apple Wallet
- Your store is served over HTTPS
- Your payment gateway supports Apple Pay
When they tap the button, Apple Pay presents a payment sheet showing the card on file (or a selection if multiple are saved), the order total, and shipping options if applicable. Authentication happens via Face ID, Touch ID, or passcode — entirely within the Apple Pay interface. No card numbers are entered or transmitted to your store.
2. The Standard Setup Process (Without ConvesioPay)
If you’re using a gateway that requires manual Apple Pay setup, the typical process involves:
- Apple Developer account — create or use an existing Apple Developer account ($99/year)
- Merchant ID creation — register a Merchant ID in the Apple Developer portal (e.g., merchant.com.yourstore)
- Payment Processing Certificate — generate a Certificate Signing Request (CSR) from your payment gateway, upload it to Apple, download the resulting certificate, and upload it back to your gateway
- Domain verification — download an Apple-provided verification file and host it at a specific path on your domain:
https://yourdomain.com/.well-known/apple-developer-merchantid-domain-association. This must be accessible via HTTPS on every domain where Apple Pay will appear - WooCommerce plugin configuration — enable Apple Pay in your gateway plugin settings and configure where the button appears
This process works, but requires touching Apple Developer portal, certificate management, and server file hosting — creating friction and ongoing maintenance (certificates expire and must be renewed).