> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gr4vy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Apple Pay

> Set up Apple Pay as a digital wallet payment method in Gr4vy.

Apple Pay is a digital wallet solution that allows customers to make payments securely using their Apple devices. Supported on both web and iOS platforms, Apple Pay provides a streamlined checkout experience with biometric authentication.

## Key features

* **Web & iOS Support**: Integrate Apple Pay on websites and iOS applications
* **Secure Payment Tokens**: Uses encrypted device tokens for enhanced security
* **Biometric Authentication**: Leverages Face ID, Touch ID for secure transactions
* **One-click Checkout**: Reduces friction with pre-filled payment information
* **Recurring Payments**: Supports subscription and recurring payment flows

## Prerequisites

To enable Apple Pay transactions:

* Apple transmits decoded device tokens to payment services instead of encrypted gateway tokens
* Not all payment services support decoded Apple Pay tokens by default
* Contact your payment service provider to ensure this feature is enabled for your account

## Implementation guides

Choose the implementation guide that best suits your needs:

* [Apple Pay on Web (Embed SDK)](/guides/features/apple-pay/web) - Integrate Apple Pay using Gr4vy's Embed on your website
* [Apple Pay on Web (Without SDK)](/guides/features/apple-pay/web-without-sdk) - Custom implementation without Embed
* [Apple Pay on iOS (SDK)](/guides/features/apple-pay/ios) - Native integration using the Gr4vy iOS SDK
* [Apple Pay on iOS (Without SDK)](/guides/features/apple-pay/ios-without-sdk) - Custom native implementation

## What's next?

* Choose your integration method and follow the implementation guide
* Test thoroughly in the sandbox environment before going live
