1. Partnerships and Integrations | Double the Donation
  2. Integrate Double the Donation Into Your Platform

Activate Double the Donation (Required for All Platforms)

This article walks through how to activate Double the Donation.

Verify Double the Donation Keys

Request Account Form

Verify Double the Donation Keys

For clients with an existing Double the Donation account.

 

Issue a POST request to the verify-360-keys endpoint. Include the client's Double the Donation public and private key. The endpoint verifies the public/private key combination.

 

A sample response for a valid account follows:

 

  1. {
  2.   "public_key_valid": true,
  3.   "private_key_valid": true,
  4.   "private_key_enabled": true,
  5.   "subscription_status": "active",
  6.   "feature_tier": "standard"
  7. }

 

A sample response for an invalid account follows:

 

  1. {
  2.   "public_key_valid": false,
  3.   "private_key_valid": false,
  4.   "note": "private/public key combination is invalid"
  5. }

Request Account Form

For clients without an existing Double the Donation account.

 

The Partnerships Team will provide you with an in-product contact form for interested clients to fill out. Forms responses are sent to the Double the Donation team, who will reach out to the client to schedule a call and discuss getting an account.