> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mattildapayments.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 our SDK. In both offerings, there will
be the need for you to sign up for an Apple Developer account and create your own 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
