---
title: "GET /api/fundraise/donations/{id}"
method: GET
path: "/api/fundraise/donations/{id}"
tags: ["api", "fundraise"]
---

# GET /api/fundraise/donations/{id}

`GET /api/fundraise/donations/{id}`

Get a Donation

## Path parameters

- `id` string, required — The ID of the donation to get the donation (can be external ID). In case of external ID, the external ID must be prefixed with 'externalId:'

## Response `200`

OK

- DonationResource
  - `_id` string, required — The ID of the Donation
  - `amount` number, required — The amount of the donation
  - `currency` 'EUR' | 'USD' | 'GBP' | 'AUD' | 'CHF' | 'THB' | 'ILS' | 'COP' | 'MXN' | 'DKK' | 'NOK' | 'SEK' | 'QAR' | 'CAD' | 'ISK' | 'GTQ' | 'INR' | 'DOP' | 'SGD' | 'PLN' | 'SAR' | 'TTD' | 'ZAR' | 'KYD' | 'HKD' | 'CZK' | 'KRW' | 'JPY' | 'NZD' | 'AED' | 'MAD' | 'TWD' | 'BRL' | 'BWP' | 'NAD' | 'KES' | 'SCR' | 'TRY' | 'SZL' | 'LSL' | 'TZS' | 'UGX' | 'ZMW' | 'ZWG' | 'GHS' | 'NGN' | 'SLE' | 'LRD' | 'XOF' | 'XAF' | 'GEL' | 'IDR' | 'ARS' | 'CRC' | 'HUF' | 'EGP' | 'MYR' | 'VND' | 'PHP' | 'MWK', required — The currency of the donation
  - `applications` object[] — An array of pledges that have been fulfilled through this donation.
    - `pledgeId` string, required — The ID of the pledge that was fulfilled through this donation.
    - `amount` number, required — The amount of the donation that was applied to the pledge.
  - `customerId` string, required — The ID of the customer of the donation
  - `fundId` string, required — The ID of the fund of the donation
  - `campaignId` string — The ID of the campaign of the donation
  - `salesChannelId` string — The ID of the sales channel of the donation
  - `notes` string — The notes of the donation
  - `externalId` string — The external ID of the donation
  - `cartItemId` string — The ID of the cart item from which the donation created
  - `appliedAt` string, date-time — An ISO timestamp indicating when the donation was applied. (esp. helpful for donations from external integrations)
  - `sellerId` string, required — The ID of the seller owning the donation
  - `createdAt` string, date-time, required — An ISO timestamp indicating when the donation was created.
  - `updatedAt` string, date-time, required — An ISO timestamp indicating when the donation was updated.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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