---
title: "createOrganizationDoubleTheDonation"
method: POST
path: "/organizations/{id}/double-the-donation"
tags: ["Double the Donation"]
deprecated: true
---

# createOrganizationDoubleTheDonation

`POST /organizations/{id}/double-the-donation`

> **Deprecated.**

Create Organization Double The Donation Account

## Path parameters

- `id` integer, required

## Request body

- DoubleTheDonationAccountFillable
  - `public_key` string — Public key for DoubleTheDonation
  - `private_key` string — Private key for DoubleTheDonation

## Response `200`

Success

- DoubleTheDonationAccount
  - `id` integer — Primary identifier of record
  - `organization_id` integer — Primary identifier of associated Organization
  - `public_key` string — Public key for DoubleTheDonation

## Other responses

- `400` — Malformed payload provided
- `403` — Requester is not authorized to perform action
- `404` — Organization not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/6d020bee17cc/schema)
