Curlec Docs Logo
Curlec Docs Logo
/

Pricing

API Reference

Support

Log In

Introduction

API Reference Guide

API Changelog

Understand Razorpay APIs

Authentication

Sandbox Setup

Best Practices

Glossary

Payments

Orders

Payments

Downtime

Settlements

Instant Settlements

Refunds

Disputes

Documents

Customers

Payment Links

QR Codes

Invoices

Invoices Entity

Create an Invoice With Customer ID

Create an Invoice With Customer Details

Update an Invoice

Issue an Invoice

Delete an Invoice

Cancel an Invoice

Fetch an Invoice With ID

Fetch All Invoices

Send Notifications

Items Entity

Create an Item

Fetch an Item With ID

Fetch All Items

Update an Item

Delete an Item

Subscriptions

Route

Smart Collect

TPAP Pro

Customer Onboarding

Accounts Management

Payments

Mandates Flow

Bills

About Bills

Bills Entity

Create a Bill

Update a Bill

Delete a Bill

Partners

Account

Product Configuration

Stakeholder

Documents

Webhooks

Payout APIs

Get Started

Account Validation

Fetch Balance

Composite Account Validation

Contacts

Fund Accounts

Payouts

Payouts to Cards

Payout Composite

Payouts Approval

Payout Idempotency

Payout Links

Payout Wallet - Amazon

Transactions

Api

Payments

Invoices

API Test Keys

Invoices APIs

You can use

Curlec Invoices
to send invoices to your customers and accept payments instantly.The invoice contains information regarding the sale such as the name of the invoiced products or services, quantity, billing cycle, price breakup, receipt number and customer information.


You can create and manage Invoices using APIs or from the

Dashboard

.

Related Guides:

About Invoices

Set Up Webhooks

Webhook Payloads

Endpoints

14

Create an Invoice (Example 1)

POST

Creates an Invoice using a Customer id.

Create an Invoice (Example 2)

POST

Creates an Invoice using customer details such as name and billing details.

Update an Invoice

PATCH

Updates an Invoice.

Issue an Invoice

POST

Issues an Invoice.

Delete an Invoice

DELETE

Deletes an Invoice.

Cancel an Invoice

POST

Cancels an Invoice.

Fetch an Invoice With ID

GET

Retrieves details of a particular Invoice using id.

Fetch All Invoices

GET

Retrieves details of all Invoices.

Send Notifications

POST

Sends notifications to customers.

Create an Item

POST

Creates an item by providing basic details such as name and amount.

Fetch an Item With ID

GET

Retrieves details an item by id.

Fetch All Items

GET

Retrieves details of multiple items.

Update an Item

PATCH

Updates the details of an item.

Delete an Item

DELETE

Deletes an item.