For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Docs

Adjustment item amount defined is above the remaining allowed

Adjustments to the transaction item exceed the total amount left to adjust on the item.

Example response
{
"error": {
"type": "request_error",
"code": "adjustment_amount_above_remaining_allowed",
"detail": "There has been one or more adjustments made to the transaction item provided that exceed the total amount of the item. ID: txnitm_01gj3atzg79psfthpe6mk7a850, Amount Left: 1000",
"documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_amount_above_remaining_allowed"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
adjustment_amount_above_remaining_allowed
Error message
There has been one or more adjustments made to the transaction item provided that exceed the total amount of the item. ID: %s, Amount Left: %d

Common causes

  • The amount you have specified to adjust is greater than what is available

Troubleshooting

  • Reduce the amount you are trying to adjust
  • Perform a full adjustment, as this will adjust whatever is remaining

Was this page helpful?