After a file passes validation, Acclaim processes it asynchronously: rows become payees and payouts, then payouts move through execution. This page is the operational view of that pipeline.Documentation Index
Fetch the complete documentation index at: https://docs.withacclaim.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The flow has these stages:- File upload
- Validation
- Row processing
- Payout creation
- Execution and completion
Step 1: File upload
You upload the file through the Acclaim Console and select the correct template. At this stage:- The file is received and stored for processing.
- The chosen template is applied.
- Work is queued asynchronously—the UI may return before all rows finish.
Step 2: Validation
The system runs:- File-level validation (structure, headers, mapping).
- Row-level validation (fields, formats, method rules).
- Valid rows continue.
- Invalid rows are rejected with errors you can use to fix the file.
Step 3: Row processing
Each valid row is transformed into:- Payee data (create or update as your setup allows).
- A payout instruction with amount, currency, and destination details.
Step 4: Payout creation
For each successful row:- A payout is created.
- It is queued for execution on the appropriate rail.
Step 5: Execution
Payouts execute according to:- Payout method and corridor.
- Processing windows and banking cutoffs.
Tracking progress
You can monitor:- Upload / job status at the file level.
- Row outcomes (success vs error).
- Payout status for each created payout.
Partial success
Mixed results are normal:- Some rows succeed and become payouts.
- Others fail validation or later processing steps.
Reprocessing failed rows
For failed rows you should:- Fix the data using the reported errors.
- Re-upload only the corrected rows in a new file when that fits your process.