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

ErrorWhat it means
Unsupported file typeNot a supported CSV or XLSX
Missing headersNo valid header row
Invalid templateTemplate does not match columns or method
Missing required columnsOne or more required columns are absent

Common row-level errors

ErrorWhat it means
Missing required fieldRequired value blank or absent
Invalid formatValue does not match expected pattern
Invalid payout method dataMethod-specific fields missing or wrong
Country-specific validation failureFails country or corridor rules
Invalid conditional field setWrong combination for payee type or method

Example row-level errors

RowFieldError
4bank_account.clabeMust be exactly 18 digits
7currencyUnsupported currency for selected payout method
12payee.business_nameRequired when payee.type is business

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