---
title: "fetchMatchedTransaction"
method: GET
path: "/matched-transactions/{matched_transaction}"
tags: ["Matched Transaction"]
deprecated: true
---

# fetchMatchedTransaction

`GET /matched-transactions/{matched_transaction}`

> **Deprecated.**

Fetch specified Matched Transaction

## Path parameters

- `matched_transaction` integer, required

## Response `200`

Success

- MatchedTransaction
  - `id` integer — Primary identifier of record
  - `source_transaction_id` integer — Primary identifier of source Transaction
  - `status` 'confirmed' | 'unconfirmed' | 'rejected' | 'closed' — Status of Matched Transaction
  - `matched_name` string — The entity that is expected to perform the matching transaction payment
  - `amount` integer — The amount that should be matched against this Transaction. Does not have to equal the amount of the original Transaction
  - `metadata` string — Arbitrary JSON metadata
  - `organization_id` integer — Primary identifier of associated Organization
  - `campaign_id` integer — Primary identifier of associated Campaign
  - `type` 'campaign' | 'fundraisingPage' | 'fundraisingTeam' — Type of Matched Transaction
  - `amount_received` integer — The amount received for this Matched Transaction

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Matched 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)
