---
title: "Create an Acknowledgment"
method: POST
path: "/v3/transactions/{transactionId}/acknowledgment"
tags: ["Transaction (v3)"]
---

# Create an Acknowledgment

`POST /v3/transactions/{transactionId}/acknowledgment`

Creates an acknowledgment with the specified status for the specified Transaction.

## Path parameters

- `transactionId` number, required

## Headers

- `orderful-api-key` string, required

## Request body

- SetTransactionAcknowledgmentRequestDto
  - `status` 'ACCEPTED' | 'REJECTED', required — Status of the acknowledgment.
  - `errors` TransactionErrorMessageV3Dto[] — Error messages.
    - `path` string, required — The path where the error occurred.
    - `code` string, required — Error code.
    - `message` string, required — Error message.

## Response `201`

Acknowledgment created successfully.

---

[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)
