---
title: "Add a transaction receipt"
method: POST
path: "/v3/spend/transactions/{transactionId}/receipts"
tags: ["transactions"]
---

# Add a transaction receipt

`POST /v3/spend/transactions/{transactionId}/receipts`

Add a receipt to an existing transaction.

In the request, use the same upload `url` that you used to upload the receipt image. See [Create a transaction upload URL](https://developer.bill.com/reference/createreceiptuploadurl) to learn about creating a transaction image upload URL.

## Path parameters

- `transactionId` string, required — BILL-generated ID or UUID of the transaction

## Headers

- `apiToken` string, nullable — Access token for Spend & Expense API authentication

## Request body

- TransactionReceiptRequestDto — Add a transaction receipt
  - `url` string, required — Uploaded receipt URL

## Response `200`

Add a transaction receipt response

- ReceiptImage — DTO representing an image from the Spend API.
  - `url` string, required — Uploaded receipt URL
  - `filename` string, required — Receipt file name
  - `uuid` string, required — BILL-generated UUID for the receipt image

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

[API](https://skmtc.net/bill/apis/bill-v3-api.md) · [All operations](https://skmtc.net/bill/apis/bill-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bill/bill-v3-api/revisions/0483350c434e/schema)
