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

# Welcome to Payaza

> Everything you need to integrate seamless global payments.

<div className="relative overflow-hidden border border-gray-200 dark:border-gray-800 rounded mb-16 mt-8 w-full">
  <div
    className="absolute inset-0 dark:hidden"
    style={{ 
  backgroundImage: "url('https://mintcdn.com/payazaafrica/fAAvnWmyn_mg64Zp/images/hero-bg-light.jpg?fit=max&auto=format&n=fAAvnWmyn_mg64Zp&q=85&s=2a1f26210be9722ff7045f49dbafb454')", 
  backgroundSize: "cover", 
  backgroundPosition: "center" 
}}
  />

  <div
    className="absolute inset-0 hidden dark:block"
    style={{
backgroundImage: "url('https://mintcdn.com/payazaafrica/fAAvnWmyn_mg64Zp/images/group36379.svg?fit=max&auto=format&n=fAAvnWmyn_mg64Zp&q=85&s=06f995d3d499e709a88963b37223a369')",
backgroundSize: "cover",
backgroundPosition: "center",
}}
  />

  <div className="relative z-10 text-center py-[120px] px-5">
    <h1 className="text-gray-900 dark:text-white text-[52px] font-bold mb-4 leading-tight">
      Building The Future Of
    </h1>

    <h1 className="text-gray-900 dark:text-white text-[52px] font-bold mb-4 leading-tight">
      Payments To Empower Businesses.
    </h1>

    <p className="text-gray-600 dark:text-gray-400 text-[18px] font-semibold max-w-[800px] mx-auto mb-8 leading-[1.6]">
      Explore our guides, API references, and developer resources to get your
      integration up and running in minutes.
    </p>

    <a href="/guides/getting-started" className="inline-block bg-[#A8FC84] text-[#223615] px-7 py-3 rounded-lg font-semibold text-[16px] no-underline transition-opacity duration-200 hover:opacity-80">
      Get started →
    </a>
  </div>
</div>

<div className="max-w-[1000px] mx-auto">
  <h2 className="text-2xl font-bold mt-8 mb-4 text-gray-900 dark:text-white">
    Accept payments
  </h2>

  <p className="text-[16px] font-normal mt-4 text-gray-500 dark:text-gray-400">
    Every way your customers can pay — cards, bank transfers, mobile money, and wallets.
  </p>

  <CardGroup cols={2}>
    <Card title="Card payments" icon="credit-card" href="/guides/card-collection">
      Collect debit and credit card payments with full 3DS authentication support.
    </Card>

    <Card title="Virtual accounts" icon="building-columns" href="/guides/virtual-accounts">
      Create dynamic and reserved virtual accounts to collect NGN bank transfers.
    </Card>

    <Card title="Mobile money" icon="mobile" href="/guides/momo-collections">
      Collect via Mobile Money across Ghana, Kenya, Uganda, Tanzania, and more.
    </Card>

    <Card title="Web checkout" icon="cart-shopping" href="/guides/webcheckoutguide">
      Embed a hosted payment modal on your website in minutes with the Web SDK.
    </Card>
  </CardGroup>

  <br />

  <h2 className="text-2xl font-bold mt-8 mb-4 text-gray-900 dark:text-white">
    Send money
  </h2>

  <p className="text-[16px] font-normal mt-4 text-gray-500 dark:text-gray-400">
    Send payouts to bank accounts and mobile wallets across Africa.
  </p>

  <CardGroup cols={2}>
    <Card title="Transfers" icon="money-bill-transfer" href="/guides/transfers">
      Send funds from your Payaza account to bank accounts and mobile wallets globally.
    </Card>

    <Card title="Sub-accounts" icon="users" href="/guides/sub-accounts">
      Create segmented accounts for merchants, vendors, or business units.
    </Card>
  </CardGroup>

  <br />

  <h2 className="text-2xl font-bold mt-8 mb-4 text-gray-900 dark:text-white">
    Developer tools
  </h2>

  <p className="text-[16px] font-normal mt-4 text-gray-500 dark:text-gray-400">
    Everything you need to build, test, and maintain your integration.
  </p>

  <CardGroup cols={2}>
    <Card title="Authentication" icon="key" href="/guides/authentication">
      Retrieve your API keys, encode them, and authenticate every request.
    </Card>

    <Card title="Webhooks" icon="webhook" href="/guides/webhooks">
      Receive real-time payment notifications and automate your backend workflows.
    </Card>

    <Card title="Test cards" icon="flask" href="/guides/testcards">
      Simulate card approvals, declines, and 3DS flows during development.
    </Card>

    <Card title="Errors reference" icon="triangle-exclamation" href="/guides/errors">
      Every API error response, its cause, and how to fix it.
    </Card>
  </CardGroup>

  <br />

  <h2 className="text-2xl font-bold mt-8 mb-4 text-gray-900 dark:text-white">
    Resources
  </h2>

  <p className="text-[16px] font-normal mt-4 text-gray-500 dark:text-gray-400">
    Need help or want to connect with other builders? We've got you covered.
  </p>

  <CardGroup cols={2}>
    <Card title="Developer Community" icon="slack" href="https://payaza-community.slack.com/">
      Join our active community of developers on Slack to share ideas and get help.
    </Card>

    <Card title="Support Team" icon="headset" href="mailto:integrationsupport@payaza.africa">
      Stuck on an issue? Reach out to our dedicated integration and support team.
    </Card>
  </CardGroup>
</div>
