---
title: "Update a Book Transfer"
method: PATCH
path: "/book/{id}"
tags: ["Book Transfer"]
---

# Update a Book Transfer

`PATCH /book/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Request body

- object
  - `userdata` object — Arbitrary data the user can attach to the object

## Response `200`

The book updated

- object
  - `amount` string — Amount of money to transfer, with two decimal precision
  - `bank_id` string — ID of the bank with which the object is associated
  - `bankdata` object — Optional arbitrary data that can be attached for the bank's use
  - `description` string — Optional description. Long descriptions may be truncated on legacy banking cores.
  - `error` string — Error message describing why a book transfer failed to send
  - `from_account_id` string — ID of the account originating the transfer. Filterable.
  - `id` string — Unique identifier for object
  - `org_id` string — ID of the organization with which the object is associated. Filterable.
  - `status` string — One of `pending`, `canceled`, `sent`, or `error`. Filterable.
  - `to_account_id` string — ID of the account receiving the transfer. Filterable.
  - `userdata` object — Arbitrary data the user can attach to the object

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
