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

# Build with Busha

> Start fast with Busha APIs and SDKs for payments, on/off-ramp, and customer onboarding.

<Frame>
  <img src="https://mintcdn.com/busha-36f167ef/gBxYGMQrF1F-qJM7/images/docs-banner.png?fit=max&auto=format&n=gBxYGMQrF1F-qJM7&q=85&s=39fbab04d637e4c8d3e4378c60722324" alt="Busha developer platform" style={{ width: '100%' }} width="970" height="300" data-path="images/docs-banner.png" />
</Frame>

Build modern financial products with Busha — from payment collection and stablecoin flows to on/off-ramp APIs and customer onboarding for B2B2C experiences.

## Start in minutes

<Columns cols={2}>
  <Card title="Get Started" href="/guides/getting-started/quick-start" cta="Start now">
    Set up your account, generate API keys, and make your first successful API request.
  </Card>

  <Card title="Choose Integration Path" href="/guides/getting-started/integration-paths" cta="Choose path">
    Pick the exact implementation path for your product use case.
  </Card>
</Columns>

## What you can build with Busha

<Columns cols={2}>
  <Card title="Accept payments via API" href="/guides/payment-requests/create-first-payment" cta="Build API flow">
    Create payment requests, retrieve status, and automate updates with webhooks.
  </Card>

  <Card title="Accept payments via SDK / widgets" href="/guides/accepting-stablecoin-payments/payment-widget" cta="Build SDK flow">
    Integrate hosted checkout and payment links for faster frontend rollout.
  </Card>

  <Card title="On-ramp and off-ramp via API" href="/guides/quotes/create-first-quote" cta="Build ramp flow">
    Power fiat-to-crypto and crypto-to-fiat journeys with quote + transfer APIs.
  </Card>

  <Card title="Customer onboarding for B2B2C" href="/guides/customers/create-individual" cta="Build onboarding">
    Create and verify customers, then transact on behalf of end users.
  </Card>
</Columns>

## Recommended implementation sequence

<Steps>
  <Step title="Get credentials and environment ready">
    Complete [Quick Start](/guides/getting-started/quick-start), then [Generate API key](/guides/getting-started/generate-api-key).
  </Step>

  <Step title="Confirm first successful API call">
    Use [Make your first request](/guides/getting-started/make-first-request) to validate authentication and environment setup.
  </Step>

  <Step title="Implement your chosen path end-to-end">
    Follow [Choose Integration Path](/guides/getting-started/integration-paths) and ship one full flow before expanding.
  </Step>
</Steps>

## Need deeper technical details?

* [API Reference](/api-reference/introduction)
* [Webhook setup](/guides/webhooks/setup)
* [Examples](/examples/introduction)
