---
title: "Confirm the delivery of a set of Transactions"
method: POST
path: "/v3/transactions/confirm-delivery"
tags: ["Transaction (v3)"]
deprecated: true
---

# Confirm the delivery of a set of Transactions

`POST /v3/transactions/confirm-delivery`

> **Deprecated.**

Orderful will soon deprecate this endpoint. After retrieving Transactions from a Polling Bucket, you should use the Delivery API to mark a Delivery as <a href="https://docs.orderful.com/reference/deliverycontroller_handledeliveryapproved" target="_blank">Approved</a> or <a href="https://docs.orderful.com/reference/deliverycontroller_handlefaildeliveryrequest" target="_blank">Failed</a>. This will automatically remove the Transaction from the Bucket.

## Request body

- BatchConfirmDeliveryBody[]
  - `transactionId` string, required
  - `deliveryStatus` 'DELIVERED' | 'FAILED', required
  - `note` string — Note will be added to the audit trail.

## Response `200`

The confirmation batch was successfully processed.

- object

---

[API](https://skmtc.dev/orderful/apis/orderful-api.md) · [All operations](https://skmtc.dev/orderful/apis/orderful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orderful/orderful-api/revisions/c2e12b39b4e1/schema)
