curl --request GET \
--url https://server.stage.overflow.co/api/v3/contributions \
--header 'x-client-id: <api-key>'{
"data": [
{
"id": "6710f34fd5061afeec3eab57",
"createdAt": "2025-01-01T00:00:00.000Z",
"updatedAt": "2025-01-01T00:00:00.000Z",
"type": "CASH",
"amount": 1000,
"contributionDate": "2025-01-01T00:00:00.000Z",
"contributionReceivedAt": "2023-11-07T05:31:56Z",
"liquidationInitiatedAt": null,
"receivedTokensAt": null,
"status": "PAID_OUT",
"stocks": {
"quantity": 2,
"tickers": [
"AAPL",
"MSFT"
]
},
"crypto": {
"quantity": 1,
"token": "BTC"
},
"frequency": "one-time",
"paymentMethod": {
"type": "Card",
"logoUrl": "https://example.com/logo.png",
"last4": "4242"
},
"depositId": "8810f34fd5061afeec3eab67",
"campaign": {
"id": "7710f34fd5061afeec3eab78",
"name": "Mission 2025"
},
"subcampaign": {
"id": "7710f34fd5061afeec3eab79",
"name": "Toy Drive"
},
"dedication": "In memory of Lois Lane",
"donorNotes": "Happy to support this cause!",
"donor": {
"id": "6710f34fd5061afeec3eab57",
"createdAt": "2025-01-01T00:00:00.000Z",
"updatedAt": "2025-01-01T00:00:00.000Z",
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"phone": "+1234567890",
"address": {
"line1": "123 Main St",
"line2": "Apt 1",
"city": "Anytown",
"state": "CA",
"zip": "12345"
},
"activeRecurringCount": 1,
"latestContributionDate": "2025-01-01T00:00:00.000",
"totalContributionsCount": 10
},
"donorCoveredFees": false,
"subscriptionId": "6710f34fd5061afeec3eab57",
"anonymous": false
}
],
"totalCount": 100
}Returns contributions for the nonprofit based on the provided filters.
curl --request GET \
--url https://server.stage.overflow.co/api/v3/contributions \
--header 'x-client-id: <api-key>'{
"data": [
{
"id": "6710f34fd5061afeec3eab57",
"createdAt": "2025-01-01T00:00:00.000Z",
"updatedAt": "2025-01-01T00:00:00.000Z",
"type": "CASH",
"amount": 1000,
"contributionDate": "2025-01-01T00:00:00.000Z",
"contributionReceivedAt": "2023-11-07T05:31:56Z",
"liquidationInitiatedAt": null,
"receivedTokensAt": null,
"status": "PAID_OUT",
"stocks": {
"quantity": 2,
"tickers": [
"AAPL",
"MSFT"
]
},
"crypto": {
"quantity": 1,
"token": "BTC"
},
"frequency": "one-time",
"paymentMethod": {
"type": "Card",
"logoUrl": "https://example.com/logo.png",
"last4": "4242"
},
"depositId": "8810f34fd5061afeec3eab67",
"campaign": {
"id": "7710f34fd5061afeec3eab78",
"name": "Mission 2025"
},
"subcampaign": {
"id": "7710f34fd5061afeec3eab79",
"name": "Toy Drive"
},
"dedication": "In memory of Lois Lane",
"donorNotes": "Happy to support this cause!",
"donor": {
"id": "6710f34fd5061afeec3eab57",
"createdAt": "2025-01-01T00:00:00.000Z",
"updatedAt": "2025-01-01T00:00:00.000Z",
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"phone": "+1234567890",
"address": {
"line1": "123 Main St",
"line2": "Apt 1",
"city": "Anytown",
"state": "CA",
"zip": "12345"
},
"activeRecurringCount": 1,
"latestContributionDate": "2025-01-01T00:00:00.000",
"totalContributionsCount": 10
},
"donorCoveredFees": false,
"subscriptionId": "6710f34fd5061afeec3eab57",
"anonymous": false
}
],
"totalCount": 100
}Client ID for API authentication
The number of contributions to return.
1 <= x <= 100The page number of the contributions to return.
x >= 1The minimum updated date of the contributions to return.
"2025-01-01"
The maximum updated date of the contributions to return.
"2025-02-01"
Filter contributions by status buckets.
CANCELED, CONFIRMED, PENDING, FAILED ["PENDING", "CONFIRMED"]Filter by campaign id.
Filter by subcampaign id.
List of contributions.
Show child attributes
Contribution Id
"6710f34fd5061afeec3eab57"
Contribution created at
"2025-01-01T00:00:00.000Z"
Contribution updated at
"2025-01-01T00:00:00.000Z"
Asset type
CASH, CRYPTO, DAF, MANUAL_CASH, STOCK "CASH"
Contribution amount
1000
Contribution date
"2025-01-01T00:00:00.000Z"
Contribution received at
Liquidation initiated at date for stock contributions
null
Received tokens at date for crypto contributions
null
Contribution status
CHARGEBACK, CONFIRMED, FAILED, PAID_OUT, PENDING, PROCESSING, REFUNDED, VOIDED "PAID_OUT"
Gift frequency
one-time, recurring "one-time"
Contribution payment method information.
{
"type": "Card",
"logoUrl": "https://example.com/logo.png",
"last4": "4242"
}Deposit id for the contribution
"8810f34fd5061afeec3eab67"
Dedication for the contribution
"In memory of Lois Lane"
Notes from the donor
"Happy to support this cause!"
Donor details for the contribution
Show child attributes
Donor Id
"6710f34fd5061afeec3eab57"
Donor created at
"2025-01-01T00:00:00.000Z"
Donor updated at
"2025-01-01T00:00:00.000Z"
Donor first name
"John"
Donor last name
"Doe"
Donor email
Donor phone number in E.164 format
"+1234567890"
Donor address
Show child attributes
111{
"line1": "123 Main St",
"line2": "Apt 1",
"city": "Anytown",
"state": "CA",
"zip": "12345"
}The number of active recurring donations
1
The date of the latest contribution
"2025-01-01T00:00:00.000"
Total number of contributions made by the donor
10
Whether the donor covered fees.
false
Subscription id for contributions related to recurring gifts
"6710f34fd5061afeec3eab57"
Whether the donor wants the contribution to be anonymous
false
Total number of contributions matching the filters.
100
Was this page helpful?