---
title: "Set transaction amount"
method: PUT
path: "/transactions/{id}/set_amount"
tags: ["Transactions"]
---

# Set transaction amount

`PUT /transactions/{id}/set_amount`

Called by the Independent Software Vendor. The ISV makes a request to TB in order to set the amount of a transaction

## Path parameters

- `id` integer, required

## Headers

- `Authorization` string, api_id:api_token, required
- `Accept` string, required

## Response `200`

Success

- object
  - `v` string — The API version that was used to handle the request.

## Other responses

- `4XX` — Possible errors - 1, 2, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 63, 70, 73, 74, 75, 76, 77, 78, 80, 82, 84, 85, 103, 105, 106, 107, 108, 112, 118, 147, 163, 189, 218, 270, 271

---

[API](https://skmtc.net/bankofamerica/apis/transaction-broker-api.md) · [All operations](https://skmtc.net/bankofamerica/apis/transaction-broker-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bankofamerica/transaction-broker-api/revisions/6097bc689e41/schema)
