---
title: "createHardCreditTransfer"
method: POST
path: "/transactions/{transaction}/hard-credit-transfers"
tags: ["Hard Credit Transfer"]
---

# createHardCreditTransfer

`POST /transactions/{transaction}/hard-credit-transfers`

Creates a Hard Credit Transfer for the specified Transaction, thereby re-attributing it to the new Fundraising Entity

## Path parameters

- `transaction` integer, required

## Request body

- HardCreditTransferFillable
  - `note` string — Memo describing details of / reason for Transfer
  - `to` object
    - `type` 'campaign' | 'fundraising_page' | 'fundraising_team' — Type of page
    - `id` integer — ID of the page

## Response `200`

Success

- HardCreditTransfer
  - `id` integer — Primary identifier of record
  - `member_id` integer — Primary identifier of associated Member
  - `transaction_id` integer — Primary identifier of associated Transaction
  - `from_creditable_type` 'campaign' | 'fundraising_page' | 'fundraising_team' — Type of Fundraising Entity from which the Transaction was transferred
  - `from_creditable_id` integer — Primary identifier of associated Fundraising Entity
  - `to_creditable_type` 'campaign' | 'fundraising_page' | 'fundraising_team' — Type of Fundraising Entity to which the Transaction was transferred
  - `to_creditable_id` integer — Primary identifier of associated Fundraising Entity
  - `note` string — Memo describing details of / reason for Transfer
  - `created_at` string, date-time — Date/time of initial record creation
  - `updated_at` string, date-time — Date/time of last record update

## Other responses

- `400` — 'to' is not a valid creditable type
- `403` — Requester is not authorized to perform action
- `404` — Transaction 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/d22bb925eeed/schema)
