Apple Pay on the Web Process

To ensure that the transaction is secure, Apple verifies the domain association. The verification occurs once, although reverification can occur again later. For every payment request, Apple verifies the server source of the request using TLS validation through the session validation key. Apple encrypts the payment data with the encryption key.

The merchant runs any verification they need on the billing address, just as they would for a non-apple Pay transaction. The billing address information can be provided with the payment object as non-encrypted and isn't required for the processing of Apple Pay transactions.

Process Flow

  1. Shopper visits the storefront using an Apple Pay on the Web enabled device.
  2. The storefront detects the device and other conditions necessary for Apple Pay and, if all conditions are met, shows the Apple Pay button.
  3. The shopper clicks the Apple Pay button.
  4. The storefront provides the necessary information to Apple Pay.
  5. The shopper checks out using Apple Pay.
  6. The storefront updates the basket with Apple Pay information.
  7. The shopper authorizes payment on their Apple Pay enabled device.
  8. Apple Pay provides the storefront with encrypted payment information.
  9. The storefront makes the authorization request to the PSP.
  10. The storefront stores the transaction ID that is in the authorization response from the PSP.
  11. The storefront notifies Apple Pay of successful authorization.
  12. The storefront shows the order confirmation.
  13. The order, including the PSP transaction ID, is exported to the OMS.
  14. The OMS sends post order updates to the shopper.