File uploads let you create and process payouts in bulk by uploading structured files such as CSV or Excel. For many teams, this is the fastest way to send large volumes of payouts without building a full API-based integration.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.
When to use file uploads
Use file uploads when:- You need to send payouts in bulk.
- Your payout data comes from spreadsheets or internal exports.
- You want to go live quickly without a full API integration.
- Operations or finance owns payout execution.
- Payouts are triggered programmatically in real time.
- You need dynamic or event-driven workflows.
- You want tight system-to-system integration.
How it works
This process is asynchronous. Large files may take time to finish.
Supported file types
- CSV (
.csv) - Excel (
.xlsx)
Key concepts
Templates
Templates define how your file is interpreted:- Required columns and how they map to Acclaim fields.
- Payout method configuration.
Validation
Before processing, Acclaim checks that:- Required fields are present.
- Formats are correct.
- Payout method and country rules are satisfied.