Activate Double the Donation (Required for All Platforms)
This article walks through how to activate Double the Donation.
Verify Double the Donation Keys
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:
- {
- "public_key_valid": true,
- "private_key_valid": true,
- "private_key_enabled": true,
- "subscription_status": "active",
- "feature_tier": "standard"
- }
A sample response for an invalid account follows:
- {
- "public_key_valid": false,
- "private_key_valid": false,
- "note": "private/public key combination is invalid"
- }
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.