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

# Home

> Global Payment APIs - Connect to Swift, SEPA, ACH & More in Days

<div className="home-page">
  <div className="home-hero">
    <div className="home-hero__content">
      <h1 className="home-hero__title">Welcome to Blaaiz Platform.</h1>

      <p className="home-hero__body">
        Access global payment networks including SWIFT, SEPA Instant, Same Day ACH, BACS, and cryptocurrency rails. Our APIs handle international money transfers, compliance, and multi-currency settlements so you can focus on your customers.
      </p>

      <div className="home-hero__actions">
        <a className="home-hero__cta" href="/guides/getting-started">
          Get started →
        </a>
      </div>
    </div>
  </div>

  <div className="home-container">
    <section className="home-section">
      <p className="home-section__title">Quickstart guides</p>

      <CardGroup cols={3}>
        <Card title="Create a verified individual customer" icon="user" href="/guides/creating-first-payout">
          Onboard individuals through KYC: identity files, verification, payouts.
        </Card>

        <Card title="Onboard a business customer (KYB)" icon="building" href="/guides/kyb/overview">
          Onboard companies through KYB: beneficial owners, KYB documents, submit.
        </Card>

        <Card title="Make your first payout" icon="money-check-dollar-pen" href="/guides/creating-first-payout">
          Orchestrate payouts and on/off-ramps across fiat and crypto rails.
        </Card>

        <Card title="Provision virtual accounts" icon="id-card" href="/api-reference/virtual-bank-accounts/create-virtual-bank-account">
          Create virtual bank accounts with local details to receive deposits.
        </Card>

        <Card title="Webhooks overview" icon="bell" href="/guides/webhooks/events">
          Configure webhooks and test event delivery for your integrations.
        </Card>

        <Card title="Interac Auto Deposits" icon="paper-plane" href="/guides/interac-auto-deposits">
          Enable Auto Deposit for CAD collections and map incoming payments with webhooks.
        </Card>

        <Card title="Accept collections in stablecoins" icon="coins" href="/faq/collection-methods">
          Accept stablecoin payments and settle instantly.
        </Card>
      </CardGroup>
    </section>

    <section className="home-section">
      <p className="home-section__title">Resources</p>

      <CardGroup cols={3}>
        <Card title="Contact support" icon="envelope" href="mailto:support@blaaiz.com">
          Reach out to our team for integration or technical issues.
        </Card>

        <Card title="Request sales" icon="handshake" href="https://www.blaaiz.com/platform">
          Request a demo or talk with sales.
        </Card>

        <Card title="Changelog" icon="clock-rotate-left" href="/changelog">
          See the latest updates, releases, and improvements to the platform.
        </Card>

        <Card title="Check out our SDKs" icon="code" href="/guides/sdks">
          Skip boilerplate and jump straight into building with our PHP, Python, and Node.js SDKs (with more on the way).
        </Card>
      </CardGroup>
    </section>
  </div>
</div>
