Errors

Amount exceeds available earnings

Payout UI — transfer/request amount above available earnings.

Amount exceeds available earnings

Payout UI (payoutPage.errors.amountExceedsAvailable) when the entered amount is above available earnings (e.g. balance transfer / payout form).

Why this happens

Same idea as the longer API “after pending holds” message — client-side/member wording for oversizing the request. Distinct from invalid amount format errors.

Diagnose and fix

1. Lower the amount to the shown available balance.

2. Refresh earnings if a recent commission just posted or a hold released.

3. For transfers, confirm Transfer affiliate balance to account is enabled.

4. See Amount exceeds available affiliate earnings after pending holds if the API returns that string.

Related