Skip to main content
GET
Available in🇮🇳 India🇸🇬 Singapore🇺🇸 United States
Use this endpoint to fetch a product configuration.

Path Parameters

string
required
The unique identifier of an account generated by Razorpay. For example, acc_HQVlm3bnPmccC0.
string
required
The unique identifier of a product generated by Razorpay. For example, acc_prd_HEgNpywUFctQ9e.

Response Parameters

object
The configuration of the product requested by the user that is yet to be set as active.
object
The configuration of the product that has been set as active.
object
The Settlement settings object.
string
The bank account number to which settlements are made. Account details can be found on the Dashboard. For example, 7878780080316316
string
The IFSC associated with the bank account. For example, RATN0VAAPIS.
string
The name of the beneficiary associated with the bank account. This API parameter is needed to complete the KYC process. However, it is optional for this API.
object
The list of requirements to be enabled for this product or some of the configurations under this product.

Errors

Code: 400This error occurs when the provided product configuration does not belong to the Linked Account.Solution: Ensure you provide the correct product_id associated with the Linked Account.