POST
/
v2.01
/
{ClientId}
/
reports
/
wallets
{
    "Tag": "Created using Mangopay API Postman Collection",
    "DownloadFormat": "CSV",
    "CallbackURL": null,
    "Sort": "CreationDate:ASC",
    "Preview": false,
    "Filters": {
        "BeforeDate": 1658838931,
        "AfterDate": 1656246931,
        "OwnerId": null,
        "Currency": null,
        "MinBalanceAmount": null,
        "MinBalanceCurrency": null,
        "MaxBalanceAmount": null,
        "MaxBalanceCurrency": null
    },
    "Columns": [
        "Id",
        "Tag",
        "CreationDate",
        "Owners",
        "Description",
        "BalanceAmount",
        "BalanceCurrency",
        "Currency",
        "FundsType"
    ]
}
{
    "Id": "report_m_01JFA0QC7K9CJ339JX4KV08CMW",
    "CreationDate": 1734429356,
    "Tag": "Created using Mangopay API Postman Collection",
    "ReportDate": null,
    "Status": "PENDING",
    "DownloadFormat": "CSV",
    "DownloadURL": null,
    "CallbackURL": null,
    "ReportType": "WALLETS",
    "Sort": "CreationDate:ASC",
    "Preview": false,
    "Filters": {
        "BeforeDate": 1658838931,
        "AfterDate": 1656246931,
        "OwnerId": null,
        "Currency": null,
        "MinBalanceAmount": null,
        "MinBalanceCurrency": null,
        "MaxBalanceAmount": null,
        "MaxBalanceCurrency": null
    },
    "Columns": [
        "Id",
        "Tag",
        "CreationDate",
        "Owners",
        "Description",
        "BalanceAmount",
        "BalanceCurrency",
        "Currency",
        "FundsType"
    ],
    "ResultCode": null,
    "ResultMessage": null
}
Note – Report expiration dateA report expires after 24 hours (i.e., you can no longer download it after this delay). You can still generate a new report with the same filters and information easily.

Body parameters

Tag
string
Max. length: 255 charactersCustom data that you can add to this object.For reports, this parameter can be useful to give the report a name.
DownloadFormat
string
Possible values: CSVThe format of the report file.
CallbackURL
string
Max. length: 255 charactersThe URL to which the notification indicating that the report is ready to be downloaded will be sent.
Sort
string
Possible values: CreationDate:ASC, CreationDate:DESCDefault value: CreationDate:ASCThe sort direction based on transaction creation date.
Preview
boolean
Whether the report is limited to the first 10 lines (and therefore quicker to generate).
Filters
object
The filtering parameters to optimize the report.
Columns
array
Allowed values: The Columns listed in the Reports article, which differ according to the report type.The information to be included in the report.

Responses

{
    "Id": "report_m_01JFA0QC7K9CJ339JX4KV08CMW",
    "CreationDate": 1734429356,
    "Tag": "Created using Mangopay API Postman Collection",
    "ReportDate": null,
    "Status": "PENDING",
    "DownloadFormat": "CSV",
    "DownloadURL": null,
    "CallbackURL": null,
    "ReportType": "WALLETS",
    "Sort": "CreationDate:ASC",
    "Preview": false,
    "Filters": {
        "BeforeDate": 1658838931,
        "AfterDate": 1656246931,
        "OwnerId": null,
        "Currency": null,
        "MinBalanceAmount": null,
        "MinBalanceCurrency": null,
        "MaxBalanceAmount": null,
        "MaxBalanceCurrency": null
    },
    "Columns": [
        "Id",
        "Tag",
        "CreationDate",
        "Owners",
        "Description",
        "BalanceAmount",
        "BalanceCurrency",
        "Currency",
        "FundsType"
    ],
    "ResultCode": null,
    "ResultMessage": null
}
{
    "Tag": "Created using Mangopay API Postman Collection",
    "DownloadFormat": "CSV",
    "CallbackURL": null,
    "Sort": "CreationDate:ASC",
    "Preview": false,
    "Filters": {
        "BeforeDate": 1658838931,
        "AfterDate": 1656246931,
        "OwnerId": null,
        "Currency": null,
        "MinBalanceAmount": null,
        "MinBalanceCurrency": null,
        "MaxBalanceAmount": null,
        "MaxBalanceCurrency": null
    },
    "Columns": [
        "Id",
        "Tag",
        "CreationDate",
        "Owners",
        "Description",
        "BalanceAmount",
        "BalanceCurrency",
        "Currency",
        "FundsType"
    ]
}