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

# Get cash order authorization

`GET /cash/authorization/{id}`

Get a specific cash order authorization
> 🚧 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

## Response `200`

Retrieve a single cash authorization

- 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
- `404` — Resource not found
- `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)
