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

# Build with Gr4vy

> Connect, build, and scale payments using the Gr4vy payment orchestration platform.

<Frame>
  <img src="https://mintcdn.com/gr4vy/QcT5hNC5Q8dDId2b/assets/images/general/hero.svg?fit=max&auto=format&n=QcT5hNC5Q8dDId2b&q=85&s=cd74dcb632e8f7447f79327506d7f402" alt="Build with Gr4vy" width="980" height="571" data-path="assets/images/general/hero.svg" />
</Frame>

Gr4vy is a payment orchestration platform that lets you connect multiple payment
processors, route transactions intelligently, and manage your entire payments stack
from one place. If you have questions or need assistance,
[contact support](https://support.gr4vy.com).

## Choose your integration path

<CardGroup cols={2}>
  <Card title="Accept payments on the web" icon="globe" href="/guides/payments/web">
    Add a drop-in payment UI to your website, or build a fully custom checkout with
    Secure Fields. Supports cards, wallets, and 100+ payment methods.
  </Card>

  <Card title="Accept payments on mobile" icon="mobile" href="/guides/payments/mobile">
    Integrate native payment experiences on iOS and Android using the Gr4vy mobile
    SDKs, or ship cross-platform with React Native.
  </Card>

  <Card title="Integrate your e-commerce platform" icon="basket-shopping" href="/guides/payments/commercetools/overview">
    Connect Gr4vy to your existing commerce stack with pre-built plugins for
    commercetools, Magento, and Salesforce Commerce Cloud.
  </Card>

  <Card title="Build custom flows via API" icon="code" href="/guides/payments/direct-api/quick-start/overview">
    Use the REST API or Native SDKs to build fully custom payment flows, vault cards,
    and run server-side transactions.
  </Card>
</CardGroup>

## Popular features

<CardGroup cols={3}>
  <Card title="3-D Secure" icon="shield-check" href="/guides/features/3ds/overview">
    Choose from Embed, Hosted, Native, or External 3DS approaches.
  </Card>

  <Card title="Apple Pay" icon="apple-pay" href="/guides/features/apple-pay/overview">
    Accept Apple Pay on web and iOS.
  </Card>

  <Card title="Google Pay" icon="google-pay" href="/guides/features/google-pay/overview">
    Accept Google Pay on web and Android.
  </Card>

  <Card title="Recurring payments" icon="arrows-rotate" href="/guides/features/recurring-payments/overview">
    Set up subscriptions and scheduled billing.
  </Card>

  <Card title="Flow rules" icon="diagram-project" href="/guides/dashboard/flow/overview">
    Route and control transactions dynamically with no-code rules.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/guides/features/webhooks/overview">
    Receive real-time event notifications for transactions and more.
  </Card>
</CardGroup>

## Resources

### Server-side SDKs

<CardGroup cols={3}>
  <Card title="C#" icon="hashtag" href="https://github.com/gr4vy/gr4vy-csharp">
    Make server-side API calls with the C# SDK.
  </Card>

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

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

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

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

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

### Client-side and mobile SDKs

<CardGroup cols={3}>
  <Card title="Embed (React)" icon="react" href="https://github.com/gr4vy/gr4vy-embed/tree/main/packages/embed-react">
    Drop-in payment UI for React.
  </Card>

  <Card title="Embed (Node.js)" icon="node-js" href="https://github.com/gr4vy/gr4vy-embed/tree/main/packages/embed">
    Drop-in payment UI for web.
  </Card>

  <Card title="Secure Fields (React)" icon="react" href="https://github.com/gr4vy/gr4vy-embed/tree/main/packages/secure-fields-react">
    PCI-compliant card fields for React.
  </Card>

  <Card title="Secure Fields (Node.js)" icon="node-js" href="https://github.com/gr4vy/gr4vy-embed/tree/main/packages/secure-fields">
    PCI-compliant card fields for web.
  </Card>

  <Card title="React Native" icon="react" href="https://github.com/gr4vy/gr4vy-react-native">
    Cross-platform payments for iOS and Android.
  </Card>

  <Card title="Embed for iOS" icon="apple" href="https://github.com/gr4vy/gr4vy-ios">
    Drop-in payment UI for iOS.
  </Card>

  <Card title="Embed for Android" icon="android" href="https://github.com/gr4vy/gr4vy-android">
    Drop-in payment UI for Android.
  </Card>

  <Card title="Swift SDK" icon="swift" href="https://github.com/gr4vy/gr4vy-swift">
    Native low-level Swift SDK for iOS.
  </Card>

  <Card title="Kotlin SDK" icon="android" href="https://github.com/gr4vy/gr4vy-kotlin">
    Native low-level Kotlin SDK for Android.
  </Card>
</CardGroup>

### Developer tools

<CardGroup cols={3}>
  <Card title="CLI" icon="terminal" href="/guides/tools/cli">
    Manage your Gr4vy instance from the command line.
  </Card>

  <Card title="Postman" icon="envelope" href="/guides/tools/postman">
    Explore the API with the official Postman collection.
  </Card>

  <Card title="API Reference" icon="square-terminal" href="/reference">
    Browse the full API reference.
  </Card>
</CardGroup>
