Set up Apple Pay through the JavaScript SDK approach
Learn how to set up Apple Pay using Zuora's JavaScript SDK, including domain registration, client and server-side integration, and testing.
This section describes how to add Apple Pay to your checkout flow by integrating with the latest version of JavaScript SDK provided by Zuora. If you need guidance for the legacy version of the JavaScript SDK, see Set up Apple Pay with legacy version of Zuora JavaScript SDK.
You can add Apple Pay to your checkout flow by integrating with a JavaScript SDK provided by Zuora. The Apple Pay button can be displayed in Safari browsers according to your customization. If end users do not have Apple Pay enabled on their devices, the Apple Pay button is still displayed and the end user can follow a wizard to set up a payment method.
To integrate with Zuora's JavaScript SDK for Apple Pay setup, complete all of the following tasks:
- Ensure you complete prerequisite tasks before the integration .
- Register your domains with Apple Pay .
- Implement the client-side SDK integration .
- Implement the server-side API integration .
- Perform integration testing .