> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# About Bills

> API Documentation for Razorpay bills. Create, Update and Delete Bills using APIs. Check the various use cases and code samples.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
  <span>🇺🇸 United States</span>
</div>

You can use Razorpay [Billme](/docs/sg/pos/billme) to create digital bills and share them with your customers.

Fork the Razorpay Postman Public Workspace and try the Bills APIs using your [Test API Keys](/docs/sg/payments/dashboard/account-settings/api-keys).

<a href="https://www.postman.com/razorpaydev/razorpay-public-workspace/folder/12492020-43632330-6e4d-4cf5-b2e4-14f278e72f46?action=share&source=copy-link&creator=19311422" target="_blank">![Run in Postman](https://run.pstmn.io/button.svg)</a>

<CardGroup cols={2}>
  <Card title="Create a Bill" href="/docs/sg/api/bills/create">
    `POST` `/v1/bills`

    Creates a Bill.
  </Card>

  <Card title="Update a Bill" href="/docs/sg/api/bills/update">
    `PATCH` `/v1/bills/:bill_id`

    Updates the details of a Bill.
  </Card>

  <Card title="Delete a Bill" href="/docs/sg/api/bills/delete">
    `DELETE` `/v1/bills/:bill_id`

    Deletes a Bill.
  </Card>
</CardGroup>

## Related Guides

* [Razorpay Billme](/docs/sg/pos/billme)
