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

# BBPS for Business

> API reference for Cashfree BBPS for Business covering NPCI-compliant biller API design, transaction status, complaint handling, and onboarding configuration.

The BBPS for Business (Biller Operating Unit, or BOU) APIs provide billers with a structured blueprint to build APIs that meet NPCI standards, enabling seamless onboarding onto the Bharat Bill Payment System (BBPS) network. By following this approach, billers can ensure their APIs align with Cashfree and NPCI requirements, improving workflow success rates and accelerating the onboarding process.

## Key features

Cashfree BBPS for Business supports the following capabilities:

* **NPCI-compliant API design**: Build bill fetch, validation, and payment APIs that meet NPCI standards, ensuring compatibility with the BBPS network.
* **Flexible bill flows**: Supports `FETCH_AND_PAY` and `VALIDATE_AND_PAY` flows based on your biller system's capability.
* **Transaction status checks**: Respond to status queries from the BBPS network to support reconciliation and dispute resolution.
* **Complaint handling**: Handle inbound complaint requests from the network for disputed or failed transactions.
* **Onboarding configuration guidance**: Access NPCI onboarding configurations to correctly set up your biller profile on the BBPS network.

<Tabs>
  <Tab title="Transaction status">
    <div class="row relative lowmhr">
      <div class="col-md-6">
        <div>
          <h4 class="text-gray-800 semibold dark:text-gray-500 pb-4">Transaction status</h4>

          <div>
            <a href="/docs/api-reference/other-apis/bbps/check-transaction-status" class="text-cf bold">Check transaction status</a>

            <p style={{marginBottom: '1rem'}} class="text-gray-500 dark:text-gray-500">
              Check the status of a transaction on the BBPS network for reconciliation and dispute resolution.
            </p>
          </div>
        </div>
      </div>
    </div>
  </Tab>
</Tabs>

## Getting started

Use the following resources to begin your BBPS for Business integration:

<CardGroup cols={2}>
  <Card title="Product Documentation" icon="book-open" href="/payments/bbps-billers/overview">
    Learn about the BBPS for Business integration model, onboarding requirements, and API design guidelines.
  </Card>

  <Card title="APIs to implement" icon="code" href="/api-reference/other-apis/bbps/apis-to-implement">
    Review the bill fetch and payment posting APIs your biller system must implement for BBPS integration.
  </Card>
</CardGroup>
