Settlement file format requirements
This page describes the Mangopay format requirements of the CSV settlement file that your platform must upload via the Settlement API endpoints.
See the Echo guide for more information on how to send settlement files and how Echo performs reconciliation.
The CSV file contains:
- Transaction data – Header columns and a row for each transaction included in the settlement file
- A single empty row (string of commas)
- Footer rows – Summary data with header rows and a single value for each
Caution – Mandatory fields must not be empty
All mandatory fields must be present and not empty in every row or the file will be rejected. The parser identifies columns by their headers, not their position.
Optional fields (transaction data or summary footer) can be empty.
Example template
You can use this Example_Mangopay_Settlement_File.csv, which contains the correct column and row labels and example data for 3 transactions. Remove the example data lines before generating your own file.
File requirements
- File type:
.csv - Delimiter: Comma
, - Max. file size: TBD