Donor Tools

Types - Donor Tools User Guide

  • Sign In
  • Quick Start
    • Welcome Video
    • Signing In
    • Public Profile
    • Set Your Fiscal Year
    • Setting Up PayPal
    • System Requirements
  • Importing Data
    • Introduction To Importing
    • Uploading Your File
    • Importing Donors
    • Importing Donations
    • Importing A Mixed File
    • Data Quality
    • Supported Fields
    • Undoing An Import
    • Updating Existing Records
    • Data Tips
  • Data Management
    • Creating A Donor
    • Recording A Donation
    • Editing A Donation
    • Editing A Donor
    • Merging Two Donors
    • Funds
    • Sources
    • Important Dates
    • Soft Crediting A Donation
    • Relationships
    • Users
    • Custom Data Types
    • Find Duplicates
    • Pledges And Pledge Payments
    • Recording A Note
    • Tag Many Donors At Once
    • Tagging Donors
  • Reporting
    • Donations Report
    • Exporting Donations
    • Exporting Donors
    • Generate A Tax Receipt
    • Print A Report
    • Smart Tag: Donors In Year
    • Smart Tag: Filter By State
    • Smart Tag: New Donors
    • Smart Tags
    • Year End Reports
  • Acknowledgements
    • Thank You Emails
    • Thank You Letters
    • Mail Merge Fields
    • Letterhead
    • Year End Statement: Email
    • Year End Statement: Print
  • Fundraising
    • Creating Fund Pages
    • Customizing Fund Pages
    • Fundraising Event
    • Online Donation Widget
    • Paypal: Recurring Donations
  • Tips And Tricks
    • Anonymous Donors
    • Bulk Mailings
    • In Kind Donations
    • Print Labels & Envelopes
    • Volunteer Hours
  • Integrations
    • MailChimp
    • PayPal
    • Quickbooks Export
  • Donor Self Service
    • Signup As A Donor
  • API
    • Overview
    • Pagination
    • Funds
    • Sources
    • People
    • Donations
    • Emails
    • Organization
    • Soft Credits
    • Types

Types

Types are static, system-defined resources. You can query a list of available types as below.

Donation Types

Request

GET /settings/donation_types.xml

Response

Status: 200 OK
<?xml version="1.0" encoding="UTF-8"?>
<donation-types type="array">
  <donation-type>
    <id type="integer">1</id>
    <name>Cash</name>
  </donation-type>
  <donation-type>
    <id type="integer">2</id>
    <name>Check</name>
  </donation-type>
  ...
</donation-types>

Name Types

Request

GET /settings/name_types.xml

Response

Status: 200 OK
<?xml version="1.0" encoding="UTF-8"?>
<name-types type="array">
  <name-type>
    <id type="integer">1</id>
    <name>Primary</name>
  </name-type>
  <name-type>
    <id type="integer">2</id>
    <name>Formal</name>
  </name-type>
  ...
</name-types>

Address Types

Request

GET /settings/address_types.xml

Response

Status: 200 OK
<?xml version="1.0" encoding="UTF-8"?>
<address-types type="array">
  <address-type>
    <id type="integer">1</id>
    <name>Home</name>
  </address-type>
  <address-type>
    <id type="integer">2</id>
    <name>Work</name>
  </address-type>
  ...
</address-types>

All text and images copyright © 2008-2022 Donor Tools. All rights reserved.

Donor Tools™ is a big idea by Higher Pixels, LLC.

Privacy Policy • Terms of Service • Contact Support