Skip to main content
When an upload cannot be fully processed, Acclaim returns errors so you can see what failed and where. Errors may apply to the whole file or to individual rows.

Error types

File-level errors

These stop the upload from being processed at all. Examples:
  • Unsupported file type
  • Missing or invalid header row
  • Template does not match the file
  • Required columns missing after mapping
  • Unreadable or malformed file
When a file-level error occurs, reject the whole upload, fix the file or template, and upload again.

Row-level errors

These affect one row while other rows can still succeed. Examples:
  • Missing required field
  • Invalid amount format
  • Unsupported currency for the method
  • Invalid bank details
  • Payout method mismatch
  • Country-specific validation failure

Error reporting

You should receive enough detail to correct data quickly, typically including:
  • Upload or file identifier
  • Row number
  • Field name (when applicable)
  • Error code or type
  • Human-readable message
Exact fields depend on the Console or API surface you use—align support training with what your team actually sees.

Common file-level errors

Common row-level errors

Example row-level errors

Partial success

Uploads often finish with partial success: many rows succeed, a few fail. In that case:
  • Valid rows continue to payout creation.
  • Failed rows are listed with errors.
  • You fix only the failed rows (or the file structure) and re-upload as needed.
Do not re-upload successful rows unless your process explicitly requires it—duplicates can create duplicate payouts depending on your safeguards.

Correcting errors

1
Open the error report for the upload and note row and field for each failure.
2
Fix the spreadsheet or export (or adjust the template if mapping was wrong).
3
Upload a new file containing only corrected rows, or a full file if that is your standard control.
Keep templates stable and validate files internally before upload during high-stakes windows (month-end, regulatory deadlines).
Last modified on March 26, 2026