---
title: "updateReprocessAttemptInfo"
method: PUT
path: "/reprocess-attempt-info/{reprocess_attempt_info}"
tags: ["Transaction"]
---

# updateReprocessAttemptInfo

`PUT /reprocess-attempt-info/{reprocess_attempt_info}`

Update a Reprocess Attempt Info Record

## Path parameters

- `reprocess_attempt_info` integer, required

## Request body

- ReprocessAttemptInfoFillable
  - `original_transaction_id` integer — ID of the original Transaction
  - `reprocess_transaction_id` integer — ID of Reprocess Transaction
  - `initiated_by_id` integer — The ID of the member initiating the reprocess
  - `pp_transaction_id` string — Transaction ID for the payment provider (e.g. Classy Pay)
  - `state` 'completed' | 'pending' | 'failed' — Reprocess status

## Response `200`

Success

- ReprocessAttemptInfo
  - `created_at` string, date-time — Date/Time ReprocessAttemptInfo was created
  - `initiated_by_id` integer — The ID of the member initiating the reprocess
  - `original_transaction_id` integer — ID of the original Transaction
  - `reprocess_transaction_id` integer — ID of Reprocess Transaction
  - `state` 'completed' | 'pending' | 'failed' — Reprocess status
  - `updated_at` string, date-time — Date/Time ReprocessAttemptInfo was updated

## Other responses

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