Update a Bill
PATCH https://api.razorpay.com/v1/bills/:bill_id
You can create a QR Code using this API .
Request Body
{"store_code"=>"T102", "customer"=>{"contact"=>"9000090001", "email"=>"saurav.kumar@example.com"}, "receipt_type"=>"tax_invoice", "receipt_timestamp"=>1907416999, "receipt_delivery"=>"digital", "line_items"=>[{"name"=>"T-Shirt", "quantity"=>1, "total_amount"=>100000}], "receipt_summary"=>{"total_quantity"=>1, "sub_total_amount"=>100000, "currency"=>"INR", "net_payable_amount"=>124000, "payment_status"=>"paid"}, "taxes"=>[{"name"=>"cgst", "percentage"=>1200, "amount"=>12000}, {"name"=>"sgst", "percentage"=>1200, "amount"=>12000}], "payments"=>[{"method"=>"Bank Transfer", "amount"=>124000, "currency"=>"INR"}]}
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: ``