Fetch an Invoice With ID
GET/v1/invoices/:idClick to copy
Use this endpoint to retrieve all the details of an invoice.
Is this page helpful?
Curl
change language
change language
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET]2-X GET https://api.razorpay.com/v1/invoices/inv_E7q0tqkxBRzdau3-H 'content-type:application/json'
Success
Failure
1{2"id": "inv_E7q0tqkxBRzdau",3"entity": "invoice",4"receipt": null,5"invoice_number": null,6"customer_id": "cust_E7q0trFqXgExmT",7"customer_details": {8"id": "cust_E7q0trFqXgExmT",9"name": "John Smith",10"email": "john.smith@example.com",11"contact": "+11234567890",12"gstin": null,13"billing_address": {14"id": "addr_E7q0ttqh4SGhAC",15"type": "billing_address",16"primary": true,17"line1": "Bakers Street",18"line2": "Country Road",19"zipcode": "560068",20"city": "Bengaluru",21"state": "Karnataka",22"country": "in"23},24"shipping_address": {25"id": "addr_E7q0ttKwVA1h2V",26"type": "shipping_address",27"primary": true,28"line1": "Bakers Street",29"line2": "Country Road",30"zipcode": "560068",31"city": "Bengaluru",32"state": "Karnataka",33"country": "in"34},35"customer_name": "John Smith",36"customer_email": "john.smith@example.com",37"customer_contact": "+11234567890"38},39"order_id": "order_E7q0tvRpC0WJwg",40"line_items": [41{42"id": "li_E7q0tuPNg84VbZ",43"item_id": null,44"ref_id": null,45"ref_type": null,46"name": "Master Cloud Computing in 30 Days",47"description": "Book by Ravena Ravenclaw",48"amount": 399,49"unit_amount": 399,50"gross_amount": 399,51"tax_amount": 0,52"taxable_amount": 399,53"net_amount": 399,54"currency": "",55"type": "invoice",56"tax_inclusive": false,57"hsn_code": null,58"sac_code": null,59"tax_rate": null,60"unit": null,61"quantity": 1,62"taxes": []63}64],65"payment_id": null,66"status": "issued",67"expire_by": 1589765167,68"issued_at": 1579765167,69"paid_at": null,70"cancelled_at": null,71"expired_at": null,72"sms_status": "pending",73"email_status": "pending",74"date": 1579765167,75"terms": null,76"partial_payment": true,77"gross_amount": 399,78"tax_amount": 0,79"taxable_amount": 399,80"amount": 399,81"amount_paid": 0,82"amount_due": 399,83"currency": "",84"currency_symbol": "₹",85"description": "Invoice for the month of January 2020",86"notes": [],87"comment": null,88"short_url": "https://rzp.io/i/2wxV8Xs",89"view_less": true,90"billing_start": null,91"billing_end": null,92"type": "invoice",93"group_taxes_discounts": false,94"created_at": 1579765167,95"idempotency_key": null96}
Path Parameters
id *
stringThe unique identifier of the invoice.
Response Parameters
idstringThe unique identifier of the invoice.
entitystring Indicates the type of entity. Here, it is invoice.
typestring Here, it should be invoice.
invoice_numberstringUnique number you added for internal reference. The minimum character length is 1 and maximum is 40.
customer_idstring The unique identifier of the customer. You can create customer_id using the
customer_detailsobjectDetails of the customer.
Show child parameters (6)
order_idstringThe unique identifier of the order associated with the invoice.
line_itemsobjectDetails of the line item that is billed in the invoice. Maximum of 50 line items.
Show child parameters (8)
payment_idstringUnique identifier of a payment made against this invoice.
statusstringThe status of the invoice. Know more about
. Possible values:draftissuedpartially_paidpaidcancelledexpireddeleted
expire_byintegerTimestamp, in Unix format, at which the invoice will expire.
issued_atintegerTimestamp, in Unix format, at which the invoice was issued to the customer.
paid_atintegerTimestamp, in Unix format, at which the payment was made.
cancelled_atintegerTimestamp, in Unix format, at which the invoice was cancelled.
expired_atintegerTimestamp, in Unix format, at which the invoice expired.
sms_statusstringThe delivery status of the SMS notification for the invoice sent to the customer. Possible values:
pendingsent
email_statusstringThe delivery status of the email notification for the invoice sent to the customer. Possible values:
pendingsent
partial_paymentbooleanIndicates whether the customer can make a partial payment on the invoice. Possible values:
true: The customer can make partial payments.false(default): The customer cannot make partial payments.
amountinteger Amount to be paid using the invoice. Must be in the smallest unit of the currency. For example, if the amount to be received from the customer is $300.00, pass the value as 30000.
amount_paidintegerAmount paid by the customer against the invoice.
amount_dueintegerThe remaining amount to be paid by the customer for the issued invoice.
currencystring The currency associated with the invoice. Possible value: USD.
descriptionstringA brief description of the invoice. The maximum character length is 2048.
notesobjectAny custom notes added to the invoice. Maximum of 2048 characters.
short_urlstringThe short URL that is generated. Share this link with customers to accept payments.
dateintegerTimestamp, in Unix format, that indicates the issue date of the invoice.
termsstringAny terms to be included in the invoice. Maximum of 2048 characters.
commentstringAny comments to be added in the invoice. Maximum of 2048 characters.
Errors
The API <key/secret> provided is invalid.
Error Status: 4xx
The API key or secret are not entered or an invalid API key is used.
Solution
The id provided does not exist.
Error Status: 400
The invoice id entered is either invalid or does not belong to the requester account.
Solution
Fetch an Invoice With ID
GET/v1/invoices/:idClick to copy
Use this endpoint to retrieve all the details of an invoice.
Is this page helpful?
Path Parameters
id *
stringThe unique identifier of the invoice.
Response Parameters
idstringThe unique identifier of the invoice.
entitystring Indicates the type of entity. Here, it is invoice.
typestring Here, it should be invoice.
invoice_numberstringUnique number you added for internal reference. The minimum character length is 1 and maximum is 40.
customer_idstring The unique identifier of the customer. You can create customer_id using the
customer_detailsobjectDetails of the customer.
Show child parameters (6)
order_idstringThe unique identifier of the order associated with the invoice.
line_itemsobjectDetails of the line item that is billed in the invoice. Maximum of 50 line items.
Show child parameters (8)
payment_idstringUnique identifier of a payment made against this invoice.
statusstringThe status of the invoice. Know more about
. Possible values:draftissuedpartially_paidpaidcancelledexpireddeleted
expire_byintegerTimestamp, in Unix format, at which the invoice will expire.
issued_atintegerTimestamp, in Unix format, at which the invoice was issued to the customer.
paid_atintegerTimestamp, in Unix format, at which the payment was made.
cancelled_atintegerTimestamp, in Unix format, at which the invoice was cancelled.
expired_atintegerTimestamp, in Unix format, at which the invoice expired.
sms_statusstringThe delivery status of the SMS notification for the invoice sent to the customer. Possible values:
pendingsent
email_statusstringThe delivery status of the email notification for the invoice sent to the customer. Possible values:
pendingsent
partial_paymentbooleanIndicates whether the customer can make a partial payment on the invoice. Possible values:
true: The customer can make partial payments.false(default): The customer cannot make partial payments.
amountinteger Amount to be paid using the invoice. Must be in the smallest unit of the currency. For example, if the amount to be received from the customer is $300.00, pass the value as 30000.
amount_paidintegerAmount paid by the customer against the invoice.
amount_dueintegerThe remaining amount to be paid by the customer for the issued invoice.
currencystring The currency associated with the invoice. Possible value: USD.
descriptionstringA brief description of the invoice. The maximum character length is 2048.
notesobjectAny custom notes added to the invoice. Maximum of 2048 characters.
short_urlstringThe short URL that is generated. Share this link with customers to accept payments.
dateintegerTimestamp, in Unix format, that indicates the issue date of the invoice.
termsstringAny terms to be included in the invoice. Maximum of 2048 characters.
commentstringAny comments to be added in the invoice. Maximum of 2048 characters.
Errors
The API <key/secret> provided is invalid.
Error Status: 4xx
The API key or secret are not entered or an invalid API key is used.
Solution
The id provided does not exist.
Error Status: 400
The invoice id entered is either invalid or does not belong to the requester account.
Solution
Curl
change language
change language
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET]2-X GET https://api.razorpay.com/v1/invoices/inv_E7q0tqkxBRzdau3-H 'content-type:application/json'
Success
Failure
1{2"id": "inv_E7q0tqkxBRzdau",3"entity": "invoice",4"receipt": null,5"invoice_number": null,6"customer_id": "cust_E7q0trFqXgExmT",7"customer_details": {8"id": "cust_E7q0trFqXgExmT",9"name": "John Smith",10"email": "john.smith@example.com",11"contact": "+11234567890",12"gstin": null,13"billing_address": {14"id": "addr_E7q0ttqh4SGhAC",15"type": "billing_address",16"primary": true,17"line1": "Bakers Street",18"line2": "Country Road",19"zipcode": "560068",20"city": "Bengaluru",21"state": "Karnataka",22"country": "in"23},24"shipping_address": {25"id": "addr_E7q0ttKwVA1h2V",26"type": "shipping_address",27"primary": true,28"line1": "Bakers Street",29"line2": "Country Road",30"zipcode": "560068",31"city": "Bengaluru",32"state": "Karnataka",33"country": "in"34},35"customer_name": "John Smith",36"customer_email": "john.smith@example.com",37"customer_contact": "+11234567890"38},39"order_id": "order_E7q0tvRpC0WJwg",40"line_items": [41{42"id": "li_E7q0tuPNg84VbZ",43"item_id": null,44"ref_id": null,45"ref_type": null,46"name": "Master Cloud Computing in 30 Days",47"description": "Book by Ravena Ravenclaw",48"amount": 399,49"unit_amount": 399,50"gross_amount": 399,51"tax_amount": 0,52"taxable_amount": 399,53"net_amount": 399,54"currency": "",55"type": "invoice",56"tax_inclusive": false,57"hsn_code": null,58"sac_code": null,59"tax_rate": null,60"unit": null,61"quantity": 1,62"taxes": []63}64],65"payment_id": null,66"status": "issued",67"expire_by": 1589765167,68"issued_at": 1579765167,69"paid_at": null,70"cancelled_at": null,71"expired_at": null,72"sms_status": "pending",73"email_status": "pending",74"date": 1579765167,75"terms": null,76"partial_payment": true,77"gross_amount": 399,78"tax_amount": 0,79"taxable_amount": 399,80"amount": 399,81"amount_paid": 0,82"amount_due": 399,83"currency": "",84"currency_symbol": "₹",85"description": "Invoice for the month of January 2020",86"notes": [],87"comment": null,88"short_url": "https://rzp.io/i/2wxV8Xs",89"view_less": true,90"billing_start": null,91"billing_end": null,92"type": "invoice",93"group_taxes_discounts": false,94"created_at": 1579765167,95"idempotency_key": null96}