AlumnIQ Admin Documentation
  • README
  • Common Features
    • Identity
    • Xid
    • Google Analytics Tracking
  • Content Management
    • Editing Pages
  • Profiles and Directory
    • Public Resources
      • Account Creation
      • Updating a Profile
      • Using the Directory
    • Administrative Resources
      • Profile Customization
      • Maintenance
      • Capturing Changes
      • Directory Permissions and Inclusion
  • Events Module
    • Event Setup
      • Event Skinning
    • Activity Setup
    • Fees
    • Webinars
    • Products
    • Fair Market Value (FMV)
    • Location Management
    • Access Control
    • Remote Check In [V5]
    • Wingman
    • Customer Service
    • Printing Name Tags
    • Express Registration
    • Reporting
    • Including Warehouse Data
    • Post-Event Survey
    • Post-Event Tasks
      • Matching
  • Image Library
    • Recent Uploads
    • Edit Image
    • Search Images
    • Uploads
  • Email and Lists
    • List Management
    • Delivery Workflow
    • Unsubscribes
    • Exclusions
    • Automated Messages
    • Bounce Handling
    • Spam Complaints
    • Resubscribes
  • Membership
    • Customer Service
  • Volunteer
    • Data Feeds
  • Online Giving
    • Giving Form
    • Global Configuration
    • Donor Cover
    • Setup Paths & Pitches
    • Sending targeted emails
    • Ask Arrays
    • Customer Service & Reporting
    • Tax Receipts
    • Suspended Pledges
    • Payment Processing
    • Give Now
    • Refunds
  • Crowdfunding
    • Introduction
    • Media Recommendations
    • Scheduled Page Updates
    • Challenges
  • Salesforce
    • Installation
    • Integration
    • Security
  • Security
    • Salesforce
    • Shared User Accounts
    • API Keys
    • S3 Keys
  • Data Sync
    • API Basics
    • Sending us your data
    • Getting data out of AlumnIQ (API)
    • API: Financial Data
    • Object Model/ER Diagrams
    • Salesforce
  • Integration Recipes
    • Everyday Events
    • Warehouse Loads
    • Salesforce
  • Compliance
  • Customer Guides
    • Auburn Specific Instructions
    • WWU Specific Instructions
  • Signature Events Service
    • Onboarding and Setup Timeline
    • Integration
    • Payments and Gateways
    • Warehouse Structure and Projection
    • Graphic Specs
    • Giving
    • Where to update what
    • Planning to Attend
    • Bio Update
    • General Configuration
    • Who's Coming List(s)
    • Package Controls
    • Access Controls
    • Strings
    • Health+Safety/Vaccination Attestation
    • Table/Seat Assignment
    • Getting events from contributors across campus
    • Virtual Events and Webinars
    • Staff Assistant
    • Common Scenarios
    • General Registration Management
    • Text and Email Messaging
    • The Pass
    • Watches
    • Housing
    • Post-Event Survey
    • Name Tags and Printing
    • Options for Check In
    • Batch Printing
    • Offloading Clicker Data
    • Event Attendance with Gatekeeper
    • iqKey for fast Gatekeeper access
    • Email Senders
    • Newsletter Archive
Powered by GitBook
On this page
  • Required Role
  • Refunding Gifts
  • Refunds Report
  • Refunds API
  • /giving/gifts/refunds
  • /giving/gifts/refunded
  1. Online Giving

Refunds

PreviousGive NowNextCrowdfunding

Last updated 3 months ago

If your institution uses AlumnIQ Gift Refunds, it is critical that you also use our APIs/reports on a regularly recurring basis to ensure that you keep accurate records that reflect any refunds granted.

While we would all love for gifts to only and forever be one-way traffic into your institution, exceptions are unfortunately necessary.

Gift refunds may need to be processed as the result of an angry donor, a stolen card, or fraudulent checkout. The best course of action is to refund the gift promptly - and this functionality helps you do that.

Required Role

Reflecting the importance of proper oversight and control, a dedicated role is required to perform refunds. It is: giving:customerservice:refund.

Refunding Gifts

What you're refunding is a gift payment - not (necessarily) a gift. Focus on the transaction itself - it'll make our recommendations more sensible.

Before a gift payment may be refunded it must first be both (a) collected and (b) cancelled. Only after passing through those states will a "refund" button appear next to the payment item.

Refunds Report

Giving > Reports > Daily Refunds. This report allows you to search for all gift refunds that occurred in a given date range. The maximum date range is 31 days.

After generating a report you can click the green "Export to Excel" icon to download the report as an XLSX file. The excel export contains more details than are included on the report screen.

Refunds API

There are two relevant API resources:

  1. /giving/gifts/refunds - a chronological list of completed refunds, paginated by transactionId

  2. /giving/gifts/refunded - a detail view of all refunds completed on a given date

/giving/gifts/refunds

This API resource accepts 1 optional argument: before which is a transactionId. It returns the 100 most recent gift refunds that occurred before the given transactionId, sorted most recent to least recent. If no before argument is provided, it returns the 100 most recent gift refunds. Use the transactionId of the last item in the response to get the next page of results.

This resource exists primarily to guarantee that you can be sure not to miss any refunds. Check this resource first to make sure that you have all refunds for a given date recorded. If you're missing any refunds for a date, you can use the /giving/gifts/refunded resource to get the details for that date.

/giving/gifts/refunded

This API resource accepts 1 argument: date which is a single day for which it will return all completed refunds. This data will very closely match what is available in the Daily Refunds Excel export. (The API returns the refund amount in Cents, while the Excel export returns the amount in Dollars.)

Screen shot of a gift's payment schedule, showing a "cancel" button to the right of a completed payment
Screen shot of a gift's payment schedule, showing a badge with the timestamp of the cancellation and a "refund" button to the right of a cancelled payment
Screen shot of a gift's payment schedule, showing badges with timestamps for cancellation and refunded