---
page_source: https://juspay.io/sea/docs/digital-wallets-sea/docs/how-to-integrate-native/enable-apple-pay-mandate
page_title: Enable Apple pay (Mandate)
---


# Enabling Apple Pay 




### Steps to Enable Apple Pay on Your Payment Page 



---

## Integration type : Juspay Express Checkout SDK


### Step 1. Customer Creation


You must create a customer before initiating the transaction flow. View [Create Customer API](https://juspay.io/sea/docs/digital-wallets-sea/docs/how-to-integrate-native/creating-a-customer)

> **Note**
> 






### Step 2. Check Apple Pay Eligibility


* Verify whether the customer's device supports Apple Pay by using the [Apple Pay Eligibility API](https://juspay.io/sea/docs/digital-wallets-sea/docs/how-to-integrate-native/check-eligibility)[](https://juspay.io/in/docs/digital-wallets/docs/apple-pay/check-eligibility-native)with the appropriate payload.




### Step 3. Create the Apple Pay Button


Display the Apple Pay button on the payment page only after confirming eligibility. Use Apple’s native `PKPaymentButton` to maintain design and compliance standards.Refer to the official Apple documentation here:[Create Apple Pay Button – Apple Developer Documentation](https://developer.apple.com/documentation/passkit/pkpaymentbutton)




### Step 4. Order Creation


Create an order to proceed with the transaction using [Create Order API](https://juspay.io/sea/docs/digital-wallets-sea/docs/how-to-integrate-native/create-order--mandate).




### Step 5. Initiate Apple Pay transactions


Once a customer selects Apple Pay as the payment method, you can initiate the transaction with Juspay using the Apple Pay [Process Payload](https://juspay.io/sea/docs/digital-wallets-sea/docs/how-to-integrate-native/process-call-apinative)


### **Requirement:** ⚙️



**Minimum SDK Version:** `2.2.4.10`

