# Reporting
source: https://developer.mastercard.com/commercial-connect-api/documentation/use-cases/reporting/index.md

The Commercial Connect API supports both authorization and clearing reporting.
Note: In the following diagrams, optional steps are denoted with dashed arrows instead of solid arrows.

## Get the report data {#get-the-report-data}

Partners use these endpoints to get reporting data, such as the transaction type, card details, merchant information, transaction details, and authorization details. The reports can either be authorization or clearing related.
Diagram reporting

You can perform the following sequence of activities to request transaction-level reporting.

**Authorization reporting**

API Reference: `POST /reports/card-authorizations`


API Reference: `GET /reports/card-authorizations/{report_id}`


API Reference: `GET /reports/card-authorizations/{report_id}/data`

**Clearing reporting**

API Reference: `POST /reports/card-clearings`


API Reference: `GET /reports/card-clearings/{report_id}`


API Reference: `GET /reports/card-clearings/{report_id}/data`

