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
  • Reviewing Suspended Pledges
  • Customer Service
  • Reports » Suspended Pledges
  • What do I do with a suspended pledge
  • API Endpoints
  1. Online Giving

Suspended Pledges

PreviousTax ReceiptsNextPayment Processing

Last updated 4 years ago

Sometimes someone will make a gift and things don't go according to plan. It could be because the credit card was declined, or a technical issue like the payment gateway was unreachable. In these cases, we save the pledge with the initial payment still pending. Sometimes those pledges are abandoned. It's possible the card is declined and they decided they just can't donate like they thought they could.

Even though we support retrying payment (i.e. with a different card) sometimes the donor chooses to start over from scratch, which effectively duplicates the records of their gift, but only one is marked paid. As a consequence, the donor will get an email every day for t he next 5 days asking them to update their payment information. This can be especially confusing if they chose to start over and did submit a successful (second) gift. In that case, we're sending the notification because of the failed (first) gift, but they're confused because they know the gift was already paid.

Our solution to this situation is Suspended Pledges. A pledge will be assigned a suspended state when the payment attempt is unsuccessful and then the gift is abandoned. When a pledge is suspended, we will not send payment requests to the donor. They will simply sit in the suspended state until they are cleaned up by school staff.

Pledges may be in one of 4 states:

  1. Cancelled

  2. Paid

  3. Payment Pending

  4. Suspended

The flow from state to state looks like this.

Reviewing Suspended Pledges

There are two ways to identify suspended pledges in AlumnIQ admin.

Customer Service

For both the chronological and the search results, a new label has been added in the right-most column displaying the state of the pledge.

Reports » Suspended Pledges

There is a new tab in reports that lists all pledges that are currently suspended. This report should be reviewed frequently by a gift officer and kept as empty as possible.

What do I do with a suspended pledge

Suspended pledges should be investigated, and then a decision between two outcomes should be decided. Either cancel, or nudge the donor to update their payment information.

We debated writing tools to collect a best guess as to what happened with a suspended pledge, but decided that our false-positive and miss rate would be too high to be useful.

You will need to do your own reconnaissance into the situation. This will involve checking whether or not the donor completed a pledge that resembles the suspended pledge. If you're confident the pledge is a duplicate to a completed pledge, you can cancel the suspended pledge. In this case, it is important to choose the option to not send a cancellation notice. If the donor completed a separate gift, a cancellation notice will be confusing. On the other hand, if the suspended pledge is one you would like to see completed, we've added a button to send a nudge email, which will send a request to update their payment information.

A note about nudges: The donor will also have the opportunity to say they no longer wish to complete the pledge.

API Endpoints

Pledge state has been added to the following endpoints.

  • /giving/gifts

  • /giving/gifts/cancelled

  • /giving/giftpayments

  • /giving/giftpayments/cancelled

  • /giving/pledges

  • /giving/pledges/{pledgeId}/gifts

  • /giving/pledges/cancelled

We have also created a new endpoint that will list every pledge state change, in chronological order.

  • /giving/gifts/statechanges

state flow diagram
highlights where the suspended flag is the customer service recents list
gives a preview of what the suspended pledges report looks like
shows the placement of the send a nudge button on a pledge customer service screen