--- product_landing_hero: - title: Reports - message: The Reports API allows configuring, generating, and downloading financial movement reports from your Mercado Pago account. This reference describes the available endpoints and how to interact with them. - info: Looking for integration steps? [Go to Reports documentation](/developers/en/docs/reports/introduction) --- ## Available endpoints All endpoints that make up the integration with the Reports API. :::::TabsComponent ::::TabComponent{title="Money Releases Report"} :::AccordionComponent{title="Configuration" pill="Core"} | Operation | Path | Description | |---|---|---| | :TagComponent{tag="POST" text="Create configuration" href="/developers/en/reference/releases-report/create-new-configuration/post" color="green"} | `/v1/account/release_report/config` | Creates the initial report configuration; can only be executed once per account. | | :TagComponent{tag="PUT" text="Update configuration" href="/developers/en/reference/releases-report/update-configurations/put" color="orange"} | `/v1/account/release_report/config` | Updates the existing report configuration: columns, frequency, format, and delivery options. | | :TagComponent{tag="GET" text="Get configuration" href="/developers/en/reference/releases-report/consult-configurations/get" color="accent"} | `/v1/account/release_report/config` | Returns the current report configuration. | ::: :::AccordionComponent{title="Generation" pill="Core"} | Operation | Path | Description | |---|---|---| | :TagComponent{tag="POST" text="Create report" href="/developers/en/reference/releases-report/create-report/post" color="green"} | `/v1/account/release_report` | Initiates the manual generation of a report for a specific date range. | | :TagComponent{tag="POST" text="Enable automatic generation" href="/developers/en/reference/releases-report/enable-automatic-generation/post" color="green"} | `/v1/account/release_report/schedule` | Enables the scheduled report generation according to the configured frequency. | | :TagComponent{tag="DELETE" text="Disable automatic generation" href="/developers/en/reference/releases-report/disable-automatic-generation/delete" color="red"} | `/v1/account/release_report/schedule` | Disables the scheduled generation; reports will need to be created manually. | ::: :::AccordionComponent{title="Query and download" pill="Core"} | Operation | Path | Description | |---|---|---| | :TagComponent{tag="GET" text="Get report generation task" href="/developers/en/reference/releases-report/search-task/get" color="accent"} | `/v1/account/release_report/task/{task-id}` | Retrieves the status of a report generation task by its `task-id`. | | :TagComponent{tag="GET" text="List reports" href="/developers/en/reference/releases-report/consult-report/get" color="accent"} | `/v1/account/release_report/list` | Lists the generated reports with their file name, date, and generation type. | | :TagComponent{tag="GET" text="Search report" href="/developers/en/reference/releases-report/search-report/get" color="accent"} | `/v1/account/release_report/search` | Searches reports by filters such as creation date or time range; returns paginated results. | | :TagComponent{tag="GET" text="Download report" href="/developers/en/reference/releases-report/download-report/get" color="accent"} | `/v1/account/release_report/{file_name}` | Downloads the report file in CSV or XLSX format by its file name. | ::: > NEUTRAL_MESSAGE > > Mercado Pago also offers the Marketplace Sales Report and Billing Reports. See the [Reports documentation](/developers/en/docs/reports/introduction) for more information. --- product_landing_how_integrate: - title: All set to get started? - sub_title: Go to the first endpoint and start configuring your financial reports. - button_description: Create configuration - button_link: /developers/en/reference/releases-report/create-new-configuration/post --- :::: ::::TabComponent{title="Account Money Report"} :::AccordionComponent{title="Configuration" pill="Core"} | Operation | Path | Description | |---|---|---| | :TagComponent{tag="POST" text="Create configuration" href="/developers/en/reference/settlements-report/create-new-configuration/post" color="green"} | `/v1/account/settlement_report/config` | Creates the initial report configuration; can only be executed once per account. | | :TagComponent{tag="PUT" text="Update configuration" href="/developers/en/reference/settlements-report/update-configurations/put" color="orange"} | `/v1/account/settlement_report/config` | Updates the existing report configuration: columns, frequency, format, and delivery options. | | :TagComponent{tag="GET" text="Get configuration" href="/developers/en/reference/settlements-report/query-configurations/get" color="accent"} | `/v1/account/settlement_report/config` | Returns the current report configuration. | ::: :::AccordionComponent{title="Generation" pill="Core"} | Operation | Path | Description | |---|---|---| | :TagComponent{tag="POST" text="Create report" href="/developers/en/reference/settlements-report/create-report/post" color="green"} | `/v1/account/settlement_report` | Initiates the manual generation of a report for a specific date range. | | :TagComponent{tag="POST" text="Enable automatic generation" href="/developers/en/reference/settlements-report/enable-automatic-generation/post" color="green"} | `/v1/account/settlement_report/schedule` | Enables the scheduled report generation according to the configured frequency. | | :TagComponent{tag="DELETE" text="Disable automatic generation" href="/developers/en/reference/settlements-report/disable-automatic-generation/delete" color="red"} | `/v1/account/settlement_report/schedule` | Disables the scheduled generation; reports will need to be created manually. | ::: :::AccordionComponent{title="Query and download" pill="Core"} | Operation | Path | Description | |---|---|---| | :TagComponent{tag="GET" text="Get report generation task" href="/developers/en/reference/settlements-report/query-task-status/get" color="accent"} | `/v1/account/settlement_report/task/{task-id}` | Retrieves the status of a report generation task by its `task-id`. | | :TagComponent{tag="GET" text="List reports" href="/developers/en/reference/settlements-report/query-report/get" color="accent"} | `/v1/account/settlement_report/list` | Lists the generated reports with their file name, date, and generation type. | | :TagComponent{tag="GET" text="Search report" href="/developers/en/reference/settlements-report/search-report/get" color="accent"} | `/v1/account/settlement_report/search` | Searches reports by filters such as creation date or time range; returns paginated results. | | :TagComponent{tag="GET" text="Download report" href="/developers/en/reference/settlements-report/download-report/get" color="accent"} | `/v1/account/settlement_report/{file_name}` | Downloads the report file in CSV or XLSX format by its file name. | ::: > NEUTRAL_MESSAGE > > Mercado Pago also offers the Marketplace Sales Report and Billing Reports. See the [Reports documentation](/developers/en/docs/reports/introduction) for more information. --- product_landing_how_integrate: - title: All set to get started? - sub_title: Go to the first endpoint and start configuring your financial reports. - button_description: Create configuration - button_link: /developers/en/reference/settlements-report/create-new-configuration/post --- :::: :::::