v1
latestOpenAPI 3.1.02026-08-045901.5 MBView Receipt
get/receipt/{id}
Path parameters
idstring required
The unique identifier of the receipt you wish to retrieve. This parameter is required to specify which receipt to view.
Response
200
Example response
{
"status": 200,
"data": [
{
"receipt_id": 3224,
"receipt_date": "2025-03-14",
"receipt_number": "2025-112",
"branch": 414,
"customer_details": {
"id": 4678,
"name": "Test contact"
},
"payment_mode": "Cash",
"receipt_currecny": "INR",
"receipt_amount": 891.43,
"recon_details": [
{
"type": "INV",
"amount": 891.43,
"invoice_id": 8374,
"invoice_number": "2025-334",
"status": 1,
"currency": "INR",
"reconcile_date": "2025-03-14",
"reconciled_on": "2025-03-14 09:51:31"
}
],
"reconcile_amount": 891.43,
"receipt_status": 1,
"created_on": "2025-03-14 09:51:31",
"business_details": {
"business_name": "STOCK HOLDING CORPORATION OF INDIA LIMITED",
"gstin": "25AABCS1429B1ZY",
"branch_address": {
"address_line_1": "ESTAMPING OFFICE, PWD, DIVISION -1",
"address_line_2": "NEAR FATIMA CONVENT SCHOOL",
"city": "MOTI",
"state": "DAMAN AND DIU",
"country": "India",
"pincode": "396220"
}
},
"url": "https://indev.ledgers.cloud/public/receipt/S0J2cVV2Um9zRHp2UHpBUG9TTDZFdz09/N1prMGtCOFpMNGJxYldjc003aWhPdz09",
"pdf_url": "https://indev.ledgers.cloud/public/print-receipt/S0J2cVV2Um9zRHp2UHpBUG9TTDZFdz09/N1prMGtCOFpMNGJxYldjc003aWhPdz09"
}
]
}