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

IntegrationRecommended ForMerchant Implementation
Hosted CheckoutFastest integrationDigetPay handles the Apple Pay button and payment page
Embedded IntegrationCustom checkout experiencesMerchant 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


Supported Platforms

PlatformSupported
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.


Did this page help you?