> ## 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 on React Native

On iOS, Apple Pay can be easily integrated both with and without the SDK. In both offerings, sign up for an Apple Developer account and create an Apple merchant ID and
processing certificate.

|                                   | [Using SDK][mobile] | [Without SDK][mobile-without] |
| --------------------------------- | ------------------- | ----------------------------- |
| Apple Developer account required? | Yes                 | Yes                           |
| Apple merchant account required?  | Yes                 | Yes                           |
| Customization & Theming?          | Limited             | Full                          |
| Domain association required?      | No                  | No                            |
| Integrated with Checkout Flow?    | Yes                 | Optional                      |

<Info>
  [Apple Pay][apple-pay] is also available on the web.
</Info>

[mobile]: /guides/features/apple-pay/ios

[mobile-without]: /guides/features/apple-pay/ios-without-sdk

[apple-pay]: /guides/features/apple-pay
