Create a Bill - Events
POST https://api.razorpay.com/v1/bills
You can create a QR Code using this API .
Request Body
{"store_code"=>"V2_911", "business_type"=>"retail", "business_category"=>"events", "customer"=>{"contact"=>"9876543210", "name"=>"Gaurav Kumar"}, "receipt_timestamp"=>1722664800, "cashier_name"=>"Saurav Kumar", "cashier_code"=>"420", "receipt_number"=>"INV00124912", "receipt_type"=>"tax_invoice", "receipt_delivery"=>"digital", "qr_code_number"=>"T2322 00000009291", "billing_pos_number"=>"bn", "pos_category"=>"traditional_pos", "receipt_summary"=>{"total_quantity"=>1, "sub_total_amount"=>50100, "total_tax_amount"=>500, "currency"=>"INR", "net_payable_amount"=>50600, "payment_status"=>"success", "delivery_charges"=>0, "cod_charges"=>0, "change_amount"=>0, "roundup_amount"=>0, "total_discount_percent"=>0, "total_discount_amount"=>0, "discounts"=>[{"name"=>"none", "amount"=>0}], "used_wallet_amount"=>0}, "taxes"=>[{"name"=>"cgst", "percentage"=>20, "amount"=>200}, {"name"=>"sgst", "percentage"=>20, "amount"=>200}, {"name"=>"cess", "percentage"=>10, "amount"=>100}], "line_items"=>[{"name"=>"3D Charge", "quantity"=>1, "total_amount"=>1000}], "payments"=>[{"method"=>"paytm", "currency"=>"INR", "amount"=>50000, "payment_reference_id"=>"", "financier_data"=>{"reference"=>"", "name"=>"v"}}], "event"=>{"name"=>"My Party", "start_timestamp"=>1722911400, "end_timestamp"=>1722924000, "location"=>"B-wing", "room"=>"Auditorium 1", "seats"=>["gold b1", "gold b2", "gold b3"]}}
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: ``