Update a Product Configuration

PATCH https://api.razorpay.com/v2/accounts/{account_id}/products/{product_id}

Use this API to update a product configuration. You can also use this API to accept terms and conditions.

Know more about the Update a Product Configuration API .

Request Body

{"notifications"=>{"email"=>["gaurav.kumar@example.com", "acd@gmail.com"]}, "checkout"=>{"theme_color"=>"#528FFF"}, "refund"=>{"default_refund_speed"=>"optimum"}, "settlements"=>{"account_number"=>"1234567890", "ifsc_code"=>"HDFC0000317", "beneficiary_name"=>"Gaurav Kumar"}, "tnc_accepted"=>true}

HEADERS

| Key | Datatype | Required | Description |

RESPONSES

status: ``