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
Paddle Docs home

Adjustment amount defined is above the remaining allowed

The adjustment amount exceeds the total amount left to adjust.

Example response
{
"error": {
"type": "request_error",
"code": "adjustment_total_amount_above_remaining_allowed",
"detail": "The adjustment amount exceeds the total amount left to adjust. Amount to Adjust: 1200, Amount Left: 1000",
"documentation_url": "https://developer.paddle.com/errors/adjustments/adjustment_total_amount_above_remaining_allowed"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
adjustment_total_amount_above_remaining_allowed
Error message
The adjustment amount exceeds the total amount left to adjust. Amount to Adjust: %d, 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?