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

# Samples

> End-to-end mobile sample applications using Moment

Sample mobile applications demonstrating how to integrate Moment SDKs and APIs in real-world scenarios. These samples are designed to be practical, minimal, and production-oriented — helping developers understand complete payment flows from backend session creation to mobile checkout and webhook handling.

***

## Getting Started

Choose a sample that matches your use case or integration style.

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="Flutter Sample App" icon="flutter" href="https://github.com/momentcoadmin">
    Cross-platform mobile checkout using Flutter.
  </Card>

  <Card title="React Native Sample App" icon="mobile" href="https://github.com/momentcoadmin">
    Mobile checkout integration using React Native.
  </Card>
</div>

#### Coming Soon

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="iOS Sample App (Swift)" icon="apple">
    Native iOS checkout integration using Swift.
  </Card>

  <Card title="Android Sample App (Kotlin)" icon="android">
    Native Android checkout integration using Kotlin.
  </Card>
</div>

***

## Next Steps

* Review the [API Reference](/api-reference/getting-started/overview) for deeper control
* Set up [Webhooks](/api-reference/webhooks/overview) for production workflows
* Use the samples as a foundation for your own integration
