---
title: "createFundraisingPageCreditAdjustment"
method: POST
path: "/fundraising-pages/{fundraising_page}/credit-adjustments"
tags: ["Credit Adjustment"]
deprecated: true
---

# createFundraisingPageCreditAdjustment

`POST /fundraising-pages/{fundraising_page}/credit-adjustments`

> **Deprecated.**

Create Credential Adjustment for specified Fundraising Page

## Path parameters

- `fundraising_page` integer, required

## Request body

- CreditAdjustmentFillable
  - `amount` integer — The amount of the Credit Adjustment. Positive values add credit to a Fundraising Entity. Negative values remove credit
  - `metadata` string — Arbitrary JSON metadata
  - `memo` string — An arbitrary memo about the Credit Adjustment.

## Response `200`

Success

- CreditAdjustment
  - `id` integer — Primary identifier of record
  - `amount` integer — The amount of the Credit Adjustment. Positive values add credit to a Fundraising Entity. Negative values remove credit
  - `metadata` string — Arbitrary JSON metadata
  - `memo` string — An arbitrary memo about the Credit Adjustment.
  - `organization_id` integer — Primary identifier of associated Organization
  - `creditable_id` integer — Primary identifier of associated Creditable
  - `creditable_type` 'campaign' | 'fundraising_page' | 'fundraising_team' — Type of associated Creditable
  - `amount_received` integer — The amount of the Credit Adjustment received
  - `created_at` string, date-time — Date/time of initial record creation
  - `updated_at` string, date-time — Date/time of last record update
  - `campaign_id` integer — Primary identifier of associated Campaign

## Other responses

- `400` — creditable_type and creditable_id do not correspond to a valid Creditable object
- `403` — Requester is not authorized to perform action
- `404` — Fundraising Page 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)
