---
title: "createAcknowledgement"
method: POST
path: "/transactions/{transaction}/acknowledgements"
tags: ["Acknowledgement"]
---

# createAcknowledgement

`POST /transactions/{transaction}/acknowledgements`

Create Acknowledgement for specified Transaction

## Path parameters

- `transaction` integer, required

## Request body

- AcknowledgementFillable
  - `fundraising_entity_id` integer, nullable — Primary identifier of associated Fundraising Entity
  - `fundraising_entity_type` 'organization' | 'campaign' | 'fundraisingPage' | 'fundraisingTeam', nullable — Type of associated Fundraising Entity

## Response `200`

Success

- Acknowledgement
  - `id` integer — Primary identifier of record
  - `member_id` integer — Primary identifier of associated Member
  - `transaction_id` integer — Primary identifier of associated Transaction
  - `fundraising_entity_id` integer, nullable — Primary identifier of associated Fundraising Entity
  - `fundraising_entity_type` 'organization' | 'campaign' | 'fundraisingPage' | 'fundraisingTeam', nullable — Type of associated Fundraising Entity
  - `created_at` string, date-time — Date/time of initial record creation
  - `updated_at` string, date-time — Date/time of last record update

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Transaction not found

---

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