Skip to main content

Response

Entity

Parameters

id : string The unique identifier of a product generated by Razorpay. This id is used to fetch or update a product. product_name : string The product(s) to be configured. Possible values:
  • Route
tnc_accepted : object It consists of the configuration for the accepted terms and conditions by the merchant for the requested product. If the terms and conditions are accepted by the user for the requested product, it would consist of following fields: id : string The unique identifier representing the acceptance of terms and conditions for a product by a user. accepted : boolean The flag that represents whether the terms and conditions are accepted by the user.
  • true: Terms and conditions are accepted by user.
  • false: Terms and conditions are not accepted by user.
accepted_at : integer The Unix timestamp at which the terms and conditions were accepted by the user for the requested product. 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, 7878780080310012. 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. field_reference : string The field which is in issue or missing. The JSON key path in resolution URL. resolution_url : string The URL to address the requirement. The API endpoint to be used for updating missing fields or documents. status : string The status of the requirement. reason_code : string The reason code for showing in the requirement. Possible values are:
  • field_missing
  • needs_clarification
  • document_missing
id : string The unique identifier of the account generated by Razorpay. For example, acc_prd_K1eopFF8G21tux. The product is created for this account id. account_id : string The unique identifier generated by Razorpay. For example, acc_K1em7bWYEiwmnc. product_name : string The product(s) to be configured. Here it is route. activation_status : string The status of the product activation.
  • requested
  • needs_clarification
  • under_review
  • activated
  • suspended
requested_at : integer The Unix timestamp at which the product configuration has been requested.