---
title: "Add Receipt"
method: POST
path: "/receipt"
---

# Add Receipt

`POST /receipt`

## Request body

- object
  - `seller_info` object
    - `id` integer — The unique identifier for the seller.
    - `name` string — The name of the seller or business.
    - `email` string — The email address of the seller.
    - `phone` string — The phone number of the seller.
    - `gstin` string — Goods and Services Tax Identification Number (GSTIN) of the seller.
    - `address` object — The physical address of the seller.
      - `address1` string — First line of the address.
      - `address2` string — Second line of the address.
      - `city` string — The city where the seller is located.
      - `state` string — The state where the seller is located.
      - `pincode` string — The postal code of the seller’s address.
      - `country` string — The country of the seller.
  - `contact` object
    - `id` integer, required — The unique identifier for the contact.
    - `name` string, required — The name of the contact.
    - `business_name` string — he business name of the contact.
    - `email` string — The email address of the contact.
    - `mobile` string — The mobile phone number of the contact.
    - `business_country` string — The country where the contact’s business is based
    - `country_code` string — The country code for the contact’s phone number.
    - `place_of_supply` string
  - `billing_address` object
    - `bill_addr1` string — First line of the billing address.
    - `bill_addr2` string — Second line of the billing address.
    - `bill_gstin` string — GSTIN for billing
    - `bill_city` string — City for billing.
    - `bill_state` string — State for billing
    - `bill_country` string — Country for billing
    - `bill_pincode` string — Postal code for billing
  - `shipping_address` object
    - `ship_addr1` string — First line of the shipping address.
    - `ship_addr2` string — Second line of the shipping address.
    - `ship_gstin` string — GSTIN for shipping.
    - `ship_city` string — City for shipping.
    - `ship_state` string — State for shipping.
    - `ship_country` string — Country for shipping.
    - `ship_pincode` string — Postal code for shipping.
  - `currency` string
  - `receipt_number` string
  - `receipt_date` string
  - `amount` string
  - `payment_method` string
  - `coa_id` string
  - `notes` string
  - `bank_branch` string
  - `notification` string
  - `branch_id` string

## Response `200`

200

- object
  - `status` integer
  - `data` object
    - `receipt_id` object
      - `id` integer
    - `url` string
    - `pdf_link` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500
- `501` — 501
- `502` — 502
- `503` — 503

---

[API](https://skmtc.dev/ledgers/apis/authentication.md) · [All operations](https://skmtc.dev/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgers/authentication/revisions/605f28ef08ef/schema)
