---
title: "Update GFM Pro account status"
method: PUT
path: "/organizations/{organization_id}/gfm-npo-page/pro-status"
tags: ["GFM NPO Page"]
---

# Update GFM Pro account status

`PUT /organizations/{organization_id}/gfm-npo-page/pro-status`

Updates the GoFundMe Pro status for the organization's NPO account.

## Path parameters

- `organization_id` integer, required

## Request body

- object
  - `status` 'CREATED' | 'ACTIVE' | 'FAILED', required — GFM Pro account status

## Response `200`

Status updated successfully

- object
  - `success` boolean
  - `data` object
    - `updateGfmProStatus` boolean

## Other responses

- `400` — Bad request - missing mapping or GraphQL error from GFM
- `403` — Forbidden - insufficient permissions
- `404` — Organization not found
- `422` — Validation failed
- `500` — Internal server error

---

[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)
