Skip to main content
GET
Get one donation

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The donation's ID.

Response

The donation.

id
string
required
amount_cents
integer
required

The amount in whole cents: 5000 is $50.00.

currency
string
required
donation_type
enum<string>
required
Available options:
one_time,
recurring,
post_adoption_bump,
upsell
status
enum<string>
required

Only completed gifts count towards a campaign, a donor's giving or the donors list.

Available options:
pending,
completed,
failed,
refunded
donated_at
string
required

The day of the gift, YYYY-MM-DD.

created_at
string<date-time>
required

When it was recorded.

updated_at
string<date-time>
required
tenant_id
string

Your organization's ID.

person_id
string | null

The donor. Null for an anonymous gift.

campaign_id
string | null
recurring_schedule
object | null
payment_gateway
enum<string> | null

How the money came.

Available options:
stripe,
paypal,
square,
zelle,
cashapp,
venmo,
other,
null
gateway_reference
object
custom_fields
object