Daffy is a modern platform for charitable giving, offering a donor-advised fund that allows users to set money aside, watch it grow tax-free, and donate to over 1.7 million charities in the U.S.
Tool to create a new charitable gift. Use when you have recipient details and amount ready.
Retrieve the authenticated user's Daffy fund balance information. Returns four key financial metrics: - Total fund amount - Pending deposits (not yet processed) - Portfolio balance (invested funds) - Available balance (ready for donations) No parameters required. Returns balance information for the authenticated user only.
Retrieves paginated list of contributions made to the authenticated user's Daffy donor-advised fund (DAF). Contributions are private - this endpoint only returns contributions associated with the authenticated API key. Use this to view your contribution history, including deposits from bank accounts, credit cards, crypto, stocks, checks, wires, DAF transfers, and third-party payments. The response includes pagination metadata (count, current page, last page) to help navigate through multiple pages of results.
Retrieves the authenticated user's donation history from their Daffy account. Returns detailed information about each donation including amount, status, recipient nonprofit, fund details, and donation visibility. Supports pagination and filtering by creation date. Note: Only public donations will be shown for users other than the authenticated account owner.
Retrieve a paginated list of the authenticated user's donations including full donation details, non-profit info, fund, and user information. Use when you need to fetch donations with pagination support. Only public donations will be shown for users other than the authenticated account owner.
Tool to retrieve details of a specific gift by its unique code. Use after obtaining the gift code.