Enabling Apple Pay
Steps to Enable Apple Pay on Your Payment Page
Step 1.
Check Apple Pay Eligibility
Step 2.
Initiate Apple Pay Transaction
- Have questions?
- Need help? Contact support
- LLM? Read llms.txt
Verifying eligibility is a crucial step when the merchant handles their payment page, and the user interface needs to be adjusted based on the eligibility response.
For Apple Pay, this means using the Apple Pay Eligibility API to check if the customer’s device supports it.
For detailed Apple Pay eligibility and implementation guidelines, refer to Apple’s official implementation guide.
After your customer validates their transaction with biometrics , Apple will generate an Apple pay payment token. This payment token to be sent in /txns Api
as shown below.
Once the users chooses to pay via Apple pay, transaction needs to be initiated to Juspay
Use /txns Api is to initiate transactions with payment method as Apple Pay.