Apple Pay Overview
Apple Pay lets customers pay quickly and securely using Face ID, Touch ID, or their device passcode without entering card details manually.
DigetPay supports Apple Pay for both Hosted Checkout and Embedded Integration, allowing merchants to choose the integration method that best fits their checkout experience.
Apple Pay is available on supported Apple devices and browsers. The implementation differs depending on whether you use Hosted Checkout or Embedded Integration.
Choose your integration
| Integration | Recommended For | Merchant Implementation |
|---|---|---|
| Hosted Checkout | Fastest integration | DigetPay handles the Apple Pay button and payment page |
| Embedded Integration | Custom checkout experiences | Merchant implements Apple Pay JS, merchant validation, and server-side processing |
Apple Pay Flow
flowchart LR
A[Customer selects Apple Pay]
--> B{Integration Type}
B -->|Hosted Checkout| C[DigetPay Checkout]
B -->|Embedded| D[Merchant Website]
C --> E[Customer Authorizes Payment]
D --> E
E --> F[Payment Processed]
F --> G[Payment Complete]
Requirements
Before enabling Apple Pay, make sure you have:
- Apple Developer Account
- Merchant ID
- HTTPS website
- Valid DigetPay merchant account
- Production approval from DigetPay
- Domain verification (Embedded Integration only)
Apple Pay Guides
Apple Pay using DigetPay Hosted Checkout.
Implement Apple Pay directly on your website.
Verify your website with Apple.
Test Apple Pay before going live.
Supported Apple devices and Safari browsers.
Pay from desktop using QR Code.
Supported Platforms
| Platform | Supported |
|---|---|
| iPhone (Safari) | ✅ |
| iPad (Safari) | ✅ |
| Mac (Safari) | ✅ |
| Windows (Chrome QR) | ✅ |
| Android | ❌ |
Next Steps
If you're unsure which integration to choose:
- Use Hosted Checkout for the quickest implementation.
- Use Embedded Integration if you need a fully customized checkout experience.
Updated 14 days ago
