---
title: "Update multiple card transactions"
method: PATCH
path: "/v1/card-transactions"
tags: ["Card Transactions"]
---

# Update multiple card transactions

`PATCH /v1/card-transactions`

## Request body

- PatchedCardTransactionBatchUpdateSchema
  - `ids` string[] — List of unique identifiers for card transactions.
  - `data` CardTransactionUpdateSchema
    - `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 transactions updated successfully

## Other responses

- `404` — Card transactions 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)
