> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Product Configuration APIs

> You can use the Product Configuration APIs to configure and activate Razorpay products for a sub-merchant account according to their requirements. For example, if you need our Payment Gateway product for all sub-merchants or Payment Gateway for one sub-merchant and Payment Link product for another sub-merchant, you can do so using this API.

You can even accept terms and conditions for the requested product using these APIs. You can fetch the terms and conditions using the [Fetch Terms and Conditions API](/api/partners/terms-conditions/fetch).

The products Payment Links and Payment Gateway have similar requirements. If a requirement is submitted through a product configuration for `payment_gateway`, the same will be applicable for `payment_links`, and vice versa.

Fork the Razorpay Postman Public Workspace and try the Product Configuration APIs using your [Test API Keys](/partners/aggregators/onboarding-api#api-authentication).

[](https://www.postman.com/razorpaydev/workspace/razorpay-public-workspace/folder/12492020-07bc4970-f967-4020-922f-8adb7ea407e8)

### Related Guides

[Sub-merchant Onboarding APIs](/partners/aggregators/onboarding-api)
[Set Up Webhooks](/partners/aggregators/onboarding-api/webhooks)
[Webhook Payloads](/webhooks/partners)

### Endpoints

* **post** `/v2/accounts/:account_id/products` - Request a Product Configuration:
  Requests a product configuration for Payment Gateway and Payment Links.

* **get** `/v2/accounts/:account_id/products/:product_id` - Fetch a Product Configuration:
  Retrieves the details of an account.

* **patch** `/v2/accounts/:account_id/products/:product_id` - Update Settlement Account Details:
  Updates settlement account details.

* **patch** `/v2/accounts/:account_id/products/:product_id` - Request Payment Methods:
  Requests Payment Methods.
