Request
Curl
Response
Success
Parameters
account_id mandatory
: string The unique identifier of an account generated by Razorpay. For example, acc_HQVlm3bnPmccC0.
product_id mandatory
: string The unique identifier of a product generated by Razorpay. For example, acc_prd_HEgNpywUFctQ9e.
Parameters
requested_configuration
: object The configuration of the product requested by the user that is yet to be set as active.
active_configuration
: object The configuration of the product that has been set as active.
settlements
: object The Settlement settings object.
account_number
: string The bank account number to which settlements are made. Account details can be found on the Dashboard. For example, 7878780080316316
ifsc_code
: string The IFSC associated with the bank account. For example, RATN0VAAPIS.
beneficiary_name
: 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.
requirements
: object The list of requirements to be enabled for this product or some of the configurations under this product.
Errors
The provided product config id doesn’t exist for the merchant.- code: 400
- description: This error occurs when the provided product configuration does not belong to the Linked Account.
- solution: Ensure you provide the correct
product_idassociated with the Linked Account.