---
title: "Update a cash order authorization"
method: PATCH
path: "/cash/authorization/{id}"
tags: ["Cash Orders and Deposits (alpha)"]
---

# Update a cash order authorization

`PATCH /cash/authorization/{id}`

> 🚧 Alpha > This is an Alpha spec-only endpoint. Feedback from the community is welcome. We may make breaking changes.

## Path parameters

- `id` string, uuid, required

## Headers

- `Idempotency-Key` string

## Request body

- CashOrderAuthorizationPatch — Request body to patch a cash order authorization
  - `account_number` string — The account number of the client business the cash order is for. Known as "Location ID" in the cash order CSV files.
  - `authorization_type` 'CASH_ORDER' | 'DEPOSIT', required
  - `client_name` string — The name of the client business the cash order is for.
  - `order_date` string, date — The date the cash order was placed with Empyreal
  - `status` 'CANCELLED'

## Response `200`

The updated Cashier transfer.

- CashOrderAuthorizationResponse
  - `amount` integer, required — Transfer amount in cents
  - `authorization_type` 'CASH_ORDER' | 'DEPOSIT', required
  - `destination_account_id` string, uuid, required — The UUID of the Synctera account resource that is the destination of the transfer.
  - `order_date` string, date, required — The date the cash order was placed with cash distribution provider
  - `account_number` string, required — The account number of the client business the cash order is for. Known as "Location ID" in the cash order CSV files.
  - `client_name` string, required — The name of the client business the cash order is for.
  - `hold_id` string, uuid, required — ID of the hold created for this authorization
  - `id` string, uuid, required — ID of the transfer
  - `originating_account_id` string, uuid, required — The UUID of the Synctera account resource originating the transfer.
  - `status` 'CANCELLED' | 'COMPLETE' | 'EXPIRED' | 'PENDING', required
  - `tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `422` — Unprocessable entity request response
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/versions/b0d812e6cdd0/schema)
