Double the Donation / 360MatchPro Integration

DonorPoint integrates with 360MatchPro (by Double the Donation) to help donors identify whether their employer offers a matching gift program. When enabled, a matching gift widget appears on the donation confirmation page, allowing donors to identify their employer and initiate a match request — potentially doubling or tripling the impact of their gift.

How It Works

  1. A donor completes a gift on your DonorPoint form.
  2. The confirmation page displays the 360MatchPro widget.
  3. The donor types their employer name into the widget.
  4. 360MatchPro shows them their employer’s matching gift program details and a direct link to submit a match request.
  5. Match data flows back to your 360MatchPro dashboard.

Setup

1. Get Your 360MatchPro API Key

Log into your 360MatchPro account and locate your public API key from the account settings. This is a key you can safely include in page content.

2. Add the API Key to Your DonorPoint Account

  1. In DonorPoint, go to your Account and open the Integration tab.
  2. Find the Properties field and add your API key:
    360matchpro_public_key=YOUR_PUBLIC_KEY_HERE
    
  3. Save your Account.

Once set, the #{DOUBLETHEDONATION} merge tag and the DoubleTheDonation.xhtml widget are automatically activated for your account.

3. Add the Widget to Confirmation Pages

The widget can be included in confirmation page content or receipt email templates using the merge tag:

#{DOUBLETHEDONATION}

Place this tag in the HTML content of your confirmation page or receipt email where you want the widget to appear. DonorPoint replaces it with the fully configured 360MatchPro widget, pre-populated with the donation amount and donor identifier.

The widget is also injected on the standard confirmation page (ConfirmationPage.xhtml) automatically when the API key is configured — no merge tag required if you use the default confirmation page.

Merge Tag Usage

The #{DOUBLETHEDONATION} tag can be placed in:

  • Confirmation page HTML content
  • Receipt email body
  • Page template content (after the #{CONTENT} or #{FORM} tag)
<div class="matching-gift-section">
  <h3>Double Your Impact</h3>
  <p>Find out if your employer will match your gift!</p>
  #{DOUBLETHEDONATION}
</div>

Once your API key is configured, a Double the Donation link appears in the right-hand sidebar of campaign edit pages that have confirmation pages configured. This link opens your 360MatchPro portal directly.

Reporting

Match data is reported in your 360MatchPro dashboard. DonorPoint passes the following data to the widget on each confirmation:

  • Donation amount
  • A unique donor/transaction identifier

For match tracking in DonorPoint reports, consider adding a custom field on your Transaction or Contact to record confirmed match status.

Testing

Test the widget integration by completing a test transaction on your form. The confirmation page should display the 360MatchPro widget. In the widget, search for “Microsoft” (a common test employer in 360MatchPro’s database) to verify the widget is working correctly.

To test without creating a real transaction, use the Preview Confirmation Page link in the campaign’s right-hand sidebar.