Skip to main content
PATCH
Use this endpoint to update 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.

Request Parameters

object
The Settlement settings object.
string
The bank account number to which settlements are made. For example, 1234567890123456.
string
The IFSC associated with the bank account. For example, HDFC0000317.
string
required
The name of the beneficiary associated with the bank account.
boolean
required
This parameter is optional but needs to be added to accept terms and conditions. Possible value is only true.

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, 7878780080310012.
string
The IFSC associated with the bank account. For example, RATN0VAAPIS.
string
The name of the beneficiary associated with the bank account.
Handy Tip
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 requester is not the parent of the child account, or the child account does not exist.Solution: Ensure the Linked Account id exists before proceeding with the update API.
Code: 400This error occurs when the submitted extra fields are under the review stage.Solution: You can wait for the review to be successful.
Code: 400This error occurs when the IFSC is invalid.Solution: Ensure to pass the valid IFSC.
Code: 400This error occurs when the account number is less than 5 or more than 20 characters.Solution: Ensure the account number is between 5 to 20 characters.