> ## 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.

# Getting started with mattilda Pay

> Grow your payment capabilities with code.

Welcome to our documentation! Let's get started using mattilda Pay,
today.

## Get started

<CardGroup cols={2}>
  <Card title="Embedded checkout" icon="cart-shopping" href="/guides/payments/embed/quick-start/overview">
    Get set up with our hosted checkout experience and learn how to harness
    frontend orchestration.
  </Card>

  <Card title="Card vaulting with Secure Fields" icon="credit-card" href="/guides/payments/secure-fields/quick-start/overview">
    Make the most of our vault by using Secure Fields to capture card data into
    our PCI-compliant vault.
  </Card>

  <Card title="Android and Google Pay" icon="mobile" href="/guides/payments/android/quick-start/overview">
    Start accepting cards, wallets, and Google Pay on Android.
  </Card>

  <Card title="iOS and Apple Pay" icon="mobile-notch" href="/guides/payments/ios/quick-start/overview">
    Start accepting cards, wallets, and Apple Pay on iOS devices.
  </Card>

  <Card title="Integrate directly with our API" icon="laptop-code" href="/guides/payments/direct-api/quick-start/overview">
    Everything is driven by APIs allowing you to make a bespoke integration.
  </Card>

  <Card title="Equip the right tools" icon="terminal" href="/guides/tools">
    Use our Postman and CLI tools to help explore our API in more detail.
  </Card>
</CardGroup>

## SDKs & Plugins

<CardGroup cols={3}>
  <Card title="iOS SDK" icon="apple" href="https://github.com/gr4vy/gr4vy-ios">
    Get started on iOS and start accepting Apple Pay today.
  </Card>

  <Card title="Android SDK" icon="google" href="https://github.com/gr4vy/gr4vy-android">
    Get started on Android and start accepting Google Pay today.
  </Card>

  <Card title="React Native SDK" icon="google" href="https://github.com/gr4vy/gr4vy-react-native">
    Get started on Android and iOS with React Native.
  </Card>

  <Card title="C# SDK" icon="hashtag" href="https://github.com/gr4vy/gr4vy-csharp">
    Make server-side calls with our C# SDK.
  </Card>

  <Card title="Go SDK" icon="golang" href="https://github.com/gr4vy/gr4vy-go">
    Make server-side calls with our Go SDK.
  </Card>

  <Card title="Java SDK" icon="java" href="https://github.com/gr4vy/gr4vy-java">
    Make server-side calls with our Java SDK.
  </Card>

  <Card title="PHP SDK" icon="php" href="https://github.com/gr4vy/gr4vy-php">
    Make server-side calls with our PHP SDK.
  </Card>

  <Card title="Python SDK" icon="python" href="https://github.com/gr4vy/gr4vy-python">
    Make server-side calls with our Python SDK.
  </Card>

  <Card title="TypeScript SDK" icon="node-js" href="https://github.com/gr4vy/gr4vy-typescript">
    Make server and client-side API calls with our TypeScript SDK.
  </Card>
</CardGroup>

## Tools

<CardGroup cols={3}>
  <Card title="CLI" icon="terminal" href="/guides/tools/cli">
    Get started with our command line interface tool.
  </Card>

  <Card title="Postman" icon="envelope" href="/guides/tools/postman">
    Start exploring our API using our official Postman collection.
  </Card>
</CardGroup>

## Deep dive

<CardGroup cols={2}>
  <Card title="Google Pay" icon="google-pay" href="/guides/features/google-pay/overview">
    Discover the different ways to integrate Google Pay.
  </Card>

  <Card title="Apple Pay" icon="apple-pay" href="/guides/features/apple-pay/overview">
    Discover the different ways to integrate Apple Pay.
  </Card>

  <Card title="Universal 3-D Secure" icon="credit-card" href="/guides/features/3ds/overview">
    Learn about our universal 3DS solution.
  </Card>

  <Card title="API Reference" icon="square-terminal" href="/reference">
    Explore the full suite of API endpoints available.
  </Card>
</CardGroup>
