Settlement PDF
Download the PDF report for each settlement made by Walley.
Each settlement generates a PDF file that aggregates all transactions and fees (if any), giving you an overview of the transactions for the settlement period.
Example of PDF settlement file
- Request
- Response
GET /reports/settlements/{{settlementId}}/file/pdf HTTP/1.1
Host: api.uat.walleydev.com // Test environment. Production uses a different hostname.
Authorization: Bearer bXlVc2VybmFtZTpmN2E1ODA4MGQzZTk0M2VmNWYyMTZlMDE...
HTTP/1.1 200 OK
/* PDF file */
| Http status code | Description |
|---|---|
| 200 | Successful request |
| 401 | Token missing, expired, or invalid. See Authentication |
| 403 | No permission for this store |
| 404 | PDF not found |
Data Modelβ
Requestβ
Request headersβ
| Header | Required | Explanation |
|---|---|---|
| Authorization | Yes | See Authentication for how to generate the Bearer token value |
Responseβ
File stream