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

# UQPAY Developer Docs

> Build payment, banking, and card issuance products with UQPAY APIs.

<div className="landing-page">
  <div className="landing-hero">
    <div className="max-w-3xl mx-auto text-center">
      <div className="landing-badge">Developer Documentation</div>

      <h1 className="text-4xl lg:text-6xl font-bold text-gray-900 dark:text-zinc-50 tracking-tight leading-tight">
        Build with UQPAY
      </h1>

      <p className="mt-5 text-lg lg:text-xl text-gray-500 dark:text-zinc-400 max-w-2xl mx-auto leading-relaxed">
        Integrate global acquiring, global account, and card issuance through a unified API platform.
      </p>
    </div>
  </div>

  <div className="landing-quickstart">
    <div className="max-w-5xl mx-auto px-6">
      <div className="grid grid-cols-1 md:grid-cols-3 gap-0 landing-steps-container">
        <a href="/account-center/v1.6/guide/create-a-sandbox-account" className="landing-step">
          <span className="landing-step-number">1</span>

          <div>
            <span className="landing-step-title">Create a sandbox account</span>
            <span className="landing-step-desc">Sign up and access the test environment.</span>
          </div>
        </a>

        <a href="/account-center/v1.6/guide/create-api-keys" className="landing-step">
          <span className="landing-step-number">2</span>

          <div>
            <span className="landing-step-title">Get your API keys</span>
            <span className="landing-step-desc">Generate credentials for authentication.</span>
          </div>
        </a>

        <a href="/account-center/v1.6/guide/quickstart" className="landing-step">
          <span className="landing-step-number">3</span>

          <div>
            <span className="landing-step-title">Make your first API call</span>
            <span className="landing-step-desc">Authenticate and call an endpoint in minutes.</span>
          </div>
        </a>
      </div>
    </div>
  </div>

  <div className="px-6 pt-12 pb-16 max-w-5xl mx-auto">
    <div className="text-center mb-10">
      <h2 className="text-2xl font-semibold text-gray-900 dark:text-zinc-100">
        Explore our products
      </h2>

      <p className="mt-2 text-gray-500 dark:text-zinc-400">
        Choose a product to view guides, webhooks, and API reference.
      </p>
    </div>

    <CardGroup cols={2}>
      <Card title="Account Center" icon="user" href="/account-center/v1.6/guide/overview">
        Onboard entities, manage KYC, and configure API keys for all UQPAY products.
      </Card>

      <Card title="Global Acquiring" icon="cash-register" href="/global-acquiring/v1.6/guide/overview">
        Accept card and e-wallet payments online and in-store.
      </Card>

      <Card title="Global Account" icon="building-columns" href="/global-account/v1.6/guide/overview">
        Collect funds globally, send cross-border payouts, and exchange currencies.
      </Card>

      <Card title="Card Issuance" icon="credit-card" href="/card-issuance/v1.6/guide/overview">
        Issue and manage virtual or physical debit and prepaid cards.
      </Card>

      <Card title="Stablecoin Account" icon="arrow-right-arrow-left" href="/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer">
        On/off-ramp between fiat and stablecoins.
      </Card>
    </CardGroup>
  </div>

  <div className="landing-devtools">
    <div className="max-w-5xl mx-auto px-6 py-16">
      <div className="text-center mb-10">
        <h2 className="text-2xl font-semibold text-gray-900 dark:text-zinc-100">
          Developer tools
        </h2>

        <p className="mt-2 text-gray-500 dark:text-zinc-400">
          SDKs, CLI, and AI integrations to accelerate your workflow.
        </p>
      </div>

      <CardGroup cols={3}>
        <Card title="SDKs" icon="code" href="/developer-tools/sdk/nodejs/overview">
          Official clients for Node.js, Java, and Go.
        </Card>

        <Card title="CLI" icon="terminal" href="/developer-tools/cli/overview">
          Manage resources from the command line.
        </Card>

        <Card title="MCP" icon="robot" href="/developer-tools/mcp/mcp-integration-guide">
          Connect AI assistants to the UQPAY API.
        </Card>
      </CardGroup>
    </div>
  </div>
</div>
