---
title: "ACH Authorization Status Event"
method: PUT
path: "/checkout/ach-authorization/{paymentId}/status"
tags: ["checkout"]
---

# ACH Authorization Status Event

`PUT /checkout/ach-authorization/{paymentId}/status`

Accepts a lifecycle status event (e.g. archived, fully filled) for a
previously submitted ACH authorization.

## Path parameters

- `paymentId` string, required

## Headers

- `Authorization` string, required

## Request body

- AchAuthorizationStatusEventRequest
  - `eventTimestamp` string, date-time, required
  - `eventType` 'archived' | 'reopened' | 'deadline_passed_no_shipment' | 'fully_filled', required

## Response `200`

Successful response

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/revisions/04665b9b9725/schema)
