Skip to main content
Available in🇮🇳 India🇸🇬 Singapore
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.
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. Run in Postman

Request a Product Configuration

POST /v2/accounts/:account_id/productsRequests a product configuration for Payment Gateway and Payment Links.

Fetch a Product Configuration

GET /v2/accounts/:account_id/products/:product_idRetrieves the details of an account.

Update Settlement Account Details

PATCH /v2/accounts/:account_id/products/:product_idUpdates settlement account details.

Request Payment Methods

PATCH /v2/accounts/:account_id/products/:product_idRequests Payment Methods.