Settlements
Update a Settlement and generate a new upload URL
Generate a new pre-signed URL to replace the file of an existing Settlement
PUT
You can use this endpoint to generate a newDocumentation Index
Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
Use this file to discover all available pages before exploring further.
UploadUrl for an existing Settlement object (with SettlementId).
This is necessary if a file you uploaded previously is not parsed or reconciled successfully.
Path parameters
The unique identifier of the Settlement object.
Body parameters
The name of your file, which can be anything you wish. The file extension must be
.csv.Responses
200 - OK
200 - OK
The unique temporary pre-signed URL to which to upload your CSV file. Use the full dynamic URL including the host, path, and all query parameters. The URL is already authenticated, so the call does not require an Authorization header. See PUT Upload settlement file to secure URL for details
The unique identifier of the Settlement.
400 - CSV format expected
400 - CSV format expected