---
title: "listOrganizationRecurringDonationPlanHistory"
method: GET
path: "/organizations/{organization}/recurring-donation-history"
tags: ["Recurring Donation Plan History"]
---

# listOrganizationRecurringDonationPlanHistory

`GET /organizations/{organization}/recurring-donation-history`

Retrieve a list of all the Recurring Donation Plan History for the given organization.

## Path parameters

- `organization` integer, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success

- object
  - `current_page` integer — Index of current page
  - `data` object[] — Collection of Recurring Donation Plan History for specific Organization
    - `error_msg` string, nullable — Error message for the Recurring Donation Plan History
    - `raw_currency_code` string, nullable — The currency code of the plan's transactions.
    - `raw_donation_amount` number, float, nullable — The value donated, in the raw currency
    - `type` 'created' | 'payment_failed' | 'updated_profile' | 'payment' | 'admin_canceled' | 'member_canceled' | 'reprocess_payment_failed' | 'reprocess_payment' | 'member_paused' | 'admin_paused' | 'member_resumed' | 'admin_resumed' | 'reactivated' | 'system_reconciled' — Type of Recurring Donation Plan
    - `id` integer — Primary identifier of Recurring Donation Plan History
    - `recurring_id` integer — Primary identifier of Recurring Donation Plan
    - `transaction_id` integer — Primary identifier of Transaction
    - `currency_code` string — The currency code of associated RecurringDonationPlan - fall back to the Organization's default currency
    - `donation_amount` number, float — Recurring Donation amount in the Organization's currency
    - `created_at` string, date-time — Date/time of initial Recurring Donation Plan History creation
  - `first_page_url` string, nullable — URL of first page of results
  - `from` integer, nullable — Index of first displayed result within total result set
  - `last_page` integer — Index of last page in result set
  - `last_page_url` string, nullable — URL of last page of results
  - `next_page_url` string, nullable — URL of next page of results
  - `path` string, nullable — URL of current page of results
  - `per_page` integer — Maximum number of records returned per page of results
  - `prev_page_url` string, nullable — URL of previous page of results
  - `links` PaginationLink[] — Collection of objects representing pages {label, URL, active} that can be used to request the associated page of records.
    - `label` string — Identifier of the page.
    - `url` string, nullable — URL that can be used to fetch associated page of records.
    - `active` boolean — Identifies whether the previously requested page matches the page this link object references.
  - `to` integer, nullable — Index of last displayed result within total result set
  - `total` integer — Total count of records in result set

## Other responses

- `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/d22bb925eeed/schema)
