Retrieve transactions and configure webhooks for a Givebutter account via the Givebutter API
domain: docs.givebutter.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
In the Givebutter dashboard, go to Settings > Integrations > API Keys and create a new API key
Include the API key as a Bearer token in the Authorization header of every request
GET the transactions endpoint to list transactions made under your account, using the scope parameter if you need transactions from campaigns you're a beneficiary of or that belong to chapter accounts
In Settings > Developers > Webhooks, create a webhook subscription for events such as transaction.succeeded and note the signing secret shown
Verify inbound webhook payloads using the signing secret before trusting the data
Remember amounts in transaction payloads are expressed in cents, not dollars
Known gotchas
The default transactions list only returns transactions under your own account — campaigns where you're a beneficiary or that belong to chapter accounts need the scope parameter set explicitly
Givebutter does not provide webhook events for refunds or transaction updates, only for successful transactions — build reconciliation logic to catch refunds separately
Monetary amounts are in cents in API payloads, which is a common off-by-100x bug source
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?