---
title: "Update card transaction"
method: PATCH
path: "/v1/card-transactions/{transaction_id}"
tags: ["Card Transactions"]
---

# Update card transaction

`PATCH /v1/card-transactions/{transaction_id}`

## Path parameters

- `transaction_id` string, uuid, required

## Request body

- PatchedCardTransactionUpdateSchema
  - `accounting_stage` union — The transaction accounting stage. * `IN_REVIEW` - IN_REVIEW * `READY_TO_EXPORT` - READY_TO_EXPORT * `EXPORTED` - EXPORTED
    - 'IN_REVIEW' | 'READY_TO_EXPORT' | 'EXPORTED' — * `IN_REVIEW` - IN_REVIEW * `READY_TO_EXPORT` - READY_TO_EXPORT * `EXPORTED` - EXPORTED
    - unknown

## Response `200`

Card transaction updated successfully

## Other responses

- `404` — Card transaction not found

---

[API](https://skmtc.dev/floatfinancial/apis/float-public-api.md) · [All operations](https://skmtc.dev/floatfinancial/apis/float-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floatfinancial/float-public-api/revisions/a3c42eb1b312/schema)
