> ## Documentation Index
> Fetch the complete documentation index at: https://wpay-feat-edp-guide.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# How scalable payments flow

> Grow your payment capabilities with code.

![How scalable payments flow](https://mintlify.s3-us-west-1.amazonaws.com/wpay-feat-edp-guide/assets/images/general/hero.png)

Welcome to our documentation! Let's get started using payment orchestration
today. If you have any questions please [contact us](https://wpay.io/contact/).

## Get started

<CardGroup cols={2}>
  <Card title="Embed into your site" 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="Vault cards 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>
</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="commercetools" icon="store" href="/guides/payments/commercetools/overview">
    Integrate directly into your commercetools store.
  </Card>

  <Card title="Magento" icon="magento" href="/guides/payments/magento">
    Integrate directly into your Magento store.
  </Card>

  <Card title="Node SDK" icon="node-js" href="https://github.com/gr4vy/gr4vy-node">
    Make server-side calls with our Node 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="Java SDK" icon="java" href="https://github.com/gr4vy/gr4vy-java">
    Make server-side calls with our Java SDK.
  </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>
