Skip to main content
GET
Get contribution

Authorizations

Authorization
string
header
required

Organization API key created in Grain Settings → API. The key determines the organization and is limited to its assigned resource scopes. Write scopes imply the corresponding read scope.

Headers

X-Organization-Id
string

Required with OAuth access tokens. Optional with organization API keys; if supplied, it must match the key's organization.

Path Parameters

id
string
required

Resource ID

Response

Contribution

Contribution detail with one-level resource summaries. Provider metadata and processor billing identity are never returned.

id
string
required
donorId
string | null
required
sourceDonorId
string | null
required
amount
number
required
date
string<date-time>
required

Calendar day represented as a UTC-midnight ISO timestamp.

fundId
string
required
method
enum<string>
required
Available options:
CASH,
CHECK,
CREDIT_CARD,
ACH,
ONLINE,
STOCK,
OTHER
isTaxDeductible
boolean
required
externalSource
string
required
givingBatchId
string | null
required
settlementId
string | null
required
givingMerchantId
string | null
required
processingFee
number | null
required
netAmount
number | null
required
feeCovered
boolean
required
payment
object
required
settlementState
object
required
read-only
sourceType
enum<string> | null
required
Available options:
DIRECT,
DAF,
QCD_IRA,
MATCHING,
FOUNDATION,
ESTATE
quidProQuo
object
required
stock
object
required
inKind
object
required
foreignCurrency
string | null
required
foreignAmount
number | null
required
exchangeRate
number | null
required
donor
object | null
required

Present only with donor identity access.

sourceDonor
object | null
required

Present only with donor identity access.

fund
object | null
required
batch
object | null
required
settlement
object | null
required
journalEntry
object | null
required
merchant
object | null
required
createdAt
string<date-time> | null
required
updatedAt
string<date-time> | null
required
checkNumber
string | null
checkDate
string<date-time> | null

Calendar day represented as a UTC-midnight ISO timestamp.

notes
string | null
memo
string | null
externalId
string | null
externalDonorId
string | null

Provider donor identifier. Null when the caller lacks donor identity access.

givingEventKey
string | null
Required string length: 1 - 500
Last modified on August 23, 2026