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

# Introduction

> HitPay API documentation for accepting PayNow, FPX, QRIS, GrabPay, cards, and 40+ payment methods across Southeast Asia and beyond.

<Snippet file="schema-organization.mdx" />

export const HeroCard = ({ filename, title, description, href }) => {
  return (
    <a className="group cursor-pointer pb-8" href={href}>
      <img src={`https://mintlify.s3.us-west-1.amazonaws.com/hitpay/images/hero/${filename}.png`} className="pointer-events-none group-hover:scale-105 transition-all duration-100" />
      <h3 className="mt-5 text-gray-900 dark:text-zinc-50 font-medium">{title}</h3>
      <span className="mt-1.5">
        {description}
      </span>
    </a>
  )
}

<div className="relative">
  <div className="absolute top-0 lg:-top-16 left-0 right-0">
    <img src="https://mintcdn.com/hitpay/lFdg5hl_mcwYRTEb/images/hero/docs_cover.png?fit=max&auto=format&n=lFdg5hl_mcwYRTEb&q=85&s=4954911d306c88064474ff521b19fc62" className="block dark:hidden pointer-events-none" width="2304" height="570" data-path="images/hero/docs_cover.png" />

    <img src="https://mintcdn.com/hitpay/lFdg5hl_mcwYRTEb/images/hero/docs_cover-dark.png?fit=max&auto=format&n=lFdg5hl_mcwYRTEb&q=85&s=d28e903bd547fa6960fb41165bbd2cac" className="hidden dark:block pointer-events-none" width="3232" height="800" data-path="images/hero/docs_cover-dark.png" />
  </div>

  <div className="px-4 py-16 lg:py-48 lg:pb-24 max-w-3xl mx-auto">
    <h1 className="text-4xl font-medium text-center text-gray-900 dark:text-zinc-50 tracking-tight">
      HitPay Docs
    </h1>

    <p className="max-w-xl mx-auto px-4 mt-4 text-lg text-center text-gray-500 dark:text-zinc-500">
      Explore the capabilities of HitPay through our user-friendly documentation. For developers, our comprehensive API documentation provides clear guidance and code samples for easy integration.
    </p>

    <div className="px-6 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
      <HeroCard filename="get_started" title="Account Setup" description="Create your HitPay account, set up business details, and start accepting payments in minutes" href="/setup/account-creation" />

      <HeroCard filename="developers" title="Developers" description="Start building with our simple APIs for PayNow, FPX, QR codes, and more. Built for scale and speed in APAC." href="/apis/overview" />

      <HeroCard filename="no_code" title="No Code Tools" description="Invoicing, payment links, POS and more. HitPay's tools work out of the box so you can launch fast without writing code." href="/payment-links/payment-links" />

      <HeroCard filename="plugins" title="Integrations" description="Connect HitPay to Shopify, WooCommerce, Xero, Zapier, and other platforms with our seamless 1st-party plugins." href="/plugins/overview" />
    </div>
  </div>
</div>
