> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# About Partners APIs

> List of APIs available to onboard sub-merchants/businesses to your platform.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

You can use our APIs to onboard businesses (sub-merchants) to your platform.

## List of Account APIs

The table below lists the various APIs and gives a brief description of each API:

| API                                                               | Description                         |
| ----------------------------------------------------------------- | ----------------------------------- |
| [Create an Account](/docs/api/partners/account-onboarding/create) | Creates a new sub-merchant account. |
| [Fetch an Account](/docs/api/partners/account-onboarding/fetch)   | Retrieves an existing Account.      |
| [Update an Account](/docs/api/partners/account-onboarding/update) | Updates an existing account.        |
| [Delete an Account](/docs/api/partners/account-onboarding/delete) | Deletes the account.                |

## List of Product Configuration APIs

The table below lists the various APIs and gives a brief description of each API:

| API                                                                                                             | Description                                                                                  |
| --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| [Request a Product Configuration](/docs/api/partners/product-configuration/request)                             | Requests a product configuration for Payment Gateway or Payment Links.                       |
| [Fetch a Product Configuration](/docs/api/partners/product-configuration/fetch)                                 | Retrieves the details of a product for a given sub-merchant's account.                       |
| [Update Settlement Account Details](/docs/api/partners/product-configuration/update-settlement-account-details) | Updates a product's configuration.                                                           |
| [Request Payment Methods](/docs/api/partners/product-configuration/update-request-payment-methods)              | Updates a product's configuration and request payment methods like UPI, netbanking and card. |

## List of Stakeholder APIs

The table below lists the various APIs and gives a brief description of each API:

| API                                                                         | Description                                                    |
| --------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [Create a Stakeholder](/docs/api/partners/stakeholder/create)               | Creates a stakeholder.                                         |
| [Fetch a Stakeholder With ID](/docs/api/partners/stakeholder/fetch-with-id) | Retrieves the details of a stakeholder.                        |
| [Fetch All Stakeholders](/docs/api/partners/stakeholder/fetch-all)          | Retrieves the details of all stakeholders for a given account. |
| [Update a Stakeholder](/docs/api/partners/stakeholder/update)               | Updates the details of a stakeholder.                          |

## List of Document APIs

The table below lists the various APIs and gives a brief description of each API:

| API                                                                                             | Description                                              |
| ----------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [Upload Account Documents](/docs/api/partners/upload-document/upload-account-documents)         | Uploads business documents for a sub-merchant's account. |
| [Upload Stakeholder Documents](/docs/api/partners/upload-document/upload-stakeholder-documents) | Uploads signatory documents for a stakeholder.           |
| [Fetch Account Documents](/docs/api/partners/upload-document/fetch-account-documents)           | Retrieves the documents uploaded for an account.         |
| [Fetch Stakeholder Documents](/docs/api/partners/upload-document/fetch-stakeholder-documents)   | Retrieves the documents uploaded for a stakeholder.      |
