AI resources

Generate report

You can generate an Other Operations report through your Mercado Pago account or via API integration. Refer to the table below for more information.

ChannelsDescription
Mercado Pago panelGenerate the report manually from the Mercado Pago panel. Go to Your integrations > View my collections and transactions and select the report type you want to generate.
API integrationGenerate the report manually or schedule its generation at the desired frequency through the API. For more information, see Generate report via API.

Technical characteristics of the report

Consider the following technical information when generating, scheduling, or configuring your reports.

Report schedule

Define how and how often you want to generate your reports.

ElementCharacteristics
ScheduleDaily, weekly, or monthly.
GenerationManual or automatic.

Report structure

Learn about the characteristics of the elements that make up the report.

Element or actionCharacteristics
ColumnsConfigurable according to the report type. See Report fields.
Maximum periodReports containing up to one year of data per request.
Date selection via APIISO 8601 format with a UTC offset in filters.creation_date.range.
Timezone of date columnsConfigurable through display_timezone.

Report export

See the options available when downloading the report.

Element or actionCharacteristics
Download formats.csv and .xlsx.
CompressionLarger reports may be downloaded as .zip files.
GenerationAsynchronous. The file can be downloaded when the report status is available.

Notifications

In addition to the email notification Mercado Pago sends to the seller when the report is available, you can configure one or more notifiers to receive or deliver it through other channels.

ChannelCharacteristics
WebhookNotifies your URL when the report is available.
SFTP/FTP with passwordDelivers the file to an external server using a username and password.
SFTP with private keyDelivers the file to an external server using an SSH private key.
Internal SFTPDelivers the file through Mercado Pago's internal SFTP infrastructure.

Webhook

When the report is available, Mercado Pago sends a POST request to the configured URL. To learn about the notification content and how to validate its signature, see Generate report via API.