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

# Welcome to Dintero

> Dintero is a unified commerce platform for payments, loyalty, order management, and partner integrations. Find API references, integration guides, and code examples.

<div className="max-w-6xl mx-auto px-6 py-12 text-base leading-7 text-gray-700 dark:text-gray-300">
  <div className="mb-8">
    <h1 className="text-2xl sm:text-3xl text-gray-900 tracking-tight dark:text-gray-200 [overflow-wrap:anywhere] font-bold break-all mb-4">Dintero documentation</h1>
    Dintero is a unified commerce platform that brings payments, loyalty, order management, and partner tools together. Whether you're building an online store, a marketplace, or a  point-of-sale system, Dintero handles the financial infrastructure so you can focus on your product.
  </div>

  <Card title="Using WooCommerce, Shopify, Magento, or another e-commerce platform?" icon="https://mintcdn.com/dintero-c3a7bfec/WW-UMjl-QNnroAqd/mintlify-docs/assets/icons/puzzle.svg?fit=max&auto=format&n=WW-UMjl-QNnroAqd&q=85&s=480fce75b2db2f4a2c44f69a3e17cfef" href="/docs/integrations/plugins" width="20" height="20" data-path="mintlify-docs/assets/icons/puzzle.svg">
    You don't need to build a custom integration. Go to [Plugins & Integrations](/docs/integrations/plugins) for setup instructions.
  </Card>

  <h2 className="text-xl sm:text-2xl text-gray-900 tracking-tight dark:text-gray-200 font-semibold mt-10 mb-3">Get started with payments</h2>

  <CardGroup cols={2}>
    <Card title="Quickstart" icon="https://mintcdn.com/dintero-c3a7bfec/kqE6jEgPSu_iF1M_/mintlify-docs/assets/icons/sparkles.svg?fit=max&auto=format&n=kqE6jEgPSu_iF1M_&q=85&s=f70815f51d69bcb4775cb08102749416" href="/docs/checkout/quickstart" width="20" height="20" data-path="mintlify-docs/assets/icons/sparkles.svg">
      Go from zero to your first payment in minutes.
    </Card>

    <Card title="Payments introduction" icon="https://mintcdn.com/dintero-c3a7bfec/kqE6jEgPSu_iF1M_/mintlify-docs/assets/icons/shopping-cart.svg?fit=max&auto=format&n=kqE6jEgPSu_iF1M_&q=85&s=a106def896b6ea5ac07af8ac575e3c86" href="/docs/checkout/index" width="20" height="20" data-path="mintlify-docs/assets/icons/shopping-cart.svg">
      Introduction to Dintero Checkout, our hosted payment solution.
    </Card>
  </CardGroup>

  <h2 className="text-xl sm:text-2xl text-gray-900 tracking-tight dark:text-gray-200 font-semibold mt-10">Other products</h2>

  <div className="grid gap-2 mt-4">
    <a href="/docs/loyalty/getting-started" className="product-link block py-2 no-underline transition-opacity">
      <span className="font-semibold">Loyalty & Virtual Cards</span>
      <p className="mt-1 mb-0 text-sm text-gray-600 dark:text-gray-400">Manage customer profiles, run discount and loyalty programs, store digital receipts, and issue gift cards.</p>
    </a>

    <a href="/docs/order-management/overview" className="product-link block py-3 no-underline transition-opacity">
      <span className="font-semibold">Order Management</span>
      <p className="mt-1 mb-0 text-sm text-gray-600 dark:text-gray-400">Create and track orders independently of payment. Manage the full lifecycle from draft through authorization, capture, and refund.</p>
    </a>

    <a href="/docs/partners/partners" className="product-link block py-3 no-underline transition-opacity">
      <span className="font-semibold">Partners</span>
      <p className="mt-1 mb-0 text-sm text-gray-600 dark:text-gray-400">Automate merchant onboarding, configure payment settings, and pull reports on behalf of your merchants through the Partner API.</p>
    </a>
  </div>
</div>
