Skip to main content
GET
Retrieve a donation

Authorizations

Authorization
string
header
required

A Dueflow access token: dfp_ (personal) or dfs_ (service). Permissions are the token's scopes intersected with the role ceiling, re-evaluated per request.

Path Parameters

donationId
string
required

Response

Success

id
string
required
campaignId
string | null
required
donorId
string | null
required
chapterId
string | null
required
amount
string
required
totalAmount
string
required
currency
string
required
status
enum<string>
required
Available options:
pending,
paid,
failed,
refunded
source
enum<string>
required
Available options:
checkout,
import,
manual,
recurring
isAnonymous
boolean
required
paidAt
string<date-time> | null
required
createdAt
string<date-time>
required