# BBPS Biller Integration

This document explains the APIs to be implemented by the billers to integrate with the BBPS system.

Billers need to integrate the following APIs and endpoints. The APIs are asynchronous, meaning once an API is triggered, BBPS BOU servers will expect an Acknowledgement from the server immediately, before receiving the Response after processing. The actual response will be sent from biller systems as a follow on HTTP request .

In this case, whenever the BBPS Protocol system sends a request to the Biller server, the Biller server needs to send the Acknowledgement. Once the request is processed at the biller server, the Biller server will send the Response back to the Protocol server aka Bank server.

<table data-full-width="true"><thead><tr><th> API</th><th> Biller Server Endpoints</th><th> Purpose</th></tr></thead><tbody><tr><td><p><br></p><p>BILL FETCH API</p></td><td><p><br></p><p>{Biller domain name}/fetch</p></td><td><p><br></p><p>To fetch the bill details from the biller</p></td></tr><tr><td><p><br></p><p>BILL PAY API</p></td><td><p><br></p><p>{Biller domain name}/payment</p></td><td><p><br></p><p>To initiate bill payment</p></td></tr><tr><td><p><br></p><p>BILL VALIDATE API</p></td><td><p><br></p><p>{Biller domain name}/validation</p></td><td><p><br></p><p>To validate the bill</p></td></tr><tr><td><p><br></p><p>STATUS 402</p></td><td><p><br></p><p>{Biller domain name}/TxnStatus402</p></td><td><p><br></p><p>To check the status of the transaction</p></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digiledge.in/untitled/bbps/bbps-biller-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
