# PEZESHA APIs

## PEZESHA APIs

- [Pezesha (means capital enabler)](https://docs.pezesha.com/master.md): CONNECT. ENABLE. EMPOWER
- [Get Started](https://docs.pezesha.com/get_started.md): The PEZESHA APIs are customizable & can be tailored to user's request. (Term & Conditions apply)
- [Authentication](https://docs.pezesha.com/get_started/authentication.md)
- [Errors & Status Codes](https://docs.pezesha.com/get_started/errors.md)
- [User Registration](https://docs.pezesha.com/user-registration.md): Use this endpoint to register borrowers, merchants or agents onto PEZESHA
- [Terms & Conditions](https://docs.pezesha.com/terms-and-conditions.md): This API endpoint shows how to inform Pezesha that a merchant has accepted terms & conditions.
- [Opt Out](https://docs.pezesha.com/opt-out.md): Send Opt Out request to Pezesha
- [Data Ingestion](https://docs.pezesha.com/data-ingestion.md): Upload merchant's historical transactional information into Pezesha Credit Scoring Model.
- [Loan Offers](https://docs.pezesha.com/loan-offers.md): Get a user's loan limit
- [Loan Application](https://docs.pezesha.com/loan-application.md): Apply for loan on behalf of merchant/customer
- [Loan Status](https://docs.pezesha.com/loan-status.md): Get loan information for a user's latest loan
- [Loan History](https://docs.pezesha.com/loan-history.md): Get a merchant's loan history
- [Active Loans](https://docs.pezesha.com/active-loans.md): As a partner use this endpoint to get all your customers active loans (Loans not fully repaid) on Pezesha.
- [Loan Repayment Schedule](https://docs.pezesha.com/borrower-loan-repayment-schedule.md): use this endpoint to repayment schedule for a borrowers loan.
- [Pezesha Wallet](https://docs.pezesha.com/pezesha-wallet.md): APIs to manage Pezesha's Wallets
- [Loan Confirmation](https://docs.pezesha.com/pezesha-wallet/loan-confirmation.md): Confirm that loan has been funded
- [Loan Repayment](https://docs.pezesha.com/pezesha-wallet/loan-repayment.md): Send loan repayment confirmation
- [Pezesha Mpesa STK](https://docs.pezesha.com/pezesha-mpesa-stk.md): This endpoint enables easier payment experience for Pezesha Partners
- [FAQs](https://docs.pezesha.com/faqs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.pezesha.com/master.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.
