Skip to main content
The Settlement Recon report helps you reconcile all types of settlements for a selected date range. It lists settlements received in the specified date range, along with detailed information about transactions, adjustments/refunds against transactions, disputes, and more.

Generate settlement recon report

Follow these steps to generate and download a Settlement Recon report:
  1. Log in to the Merchant Dashboard.
  2. Navigate to Payment Gateway > Reports > Download Reports.
  3. Click the Generate New Report button.
  4. Configure your report settings:
    • Report Type: Select Settlement Recon from the dropdown.
    • Date Range: Choose the time period for the report.
    • File Format: Select CSV or XLSX.
    • File Name: Modify if needed, this is optional.
  5. Click Generate Report.
  6. Once generated, click the three dots (โ‹ฎ) next to your report.
  7. Click Download Report to save the file.
  8. Click Share Report to share the report via email or mobile number and set the validity period.

Settlement recon report specification

The Settlements section provides one row per settlement batch, showing what was settled, when it was processed, and the final amount credited to your bank account.The following table describes the parameters available in the settlements section of the settlement recon report:

Custom reconciliation fields (order_tags)

Use the order_tags object on the Create Order API to attach custom string key-value pairs to an order. Each key and value must be between 1 and 255 characters. You can pass up to 10 tags per order. The first three key-value pairs from order_tags surface in the Transaction details section of this report as Key_1/Value_1, Key_2/Value_2, and Key_3/Value_3. Additional tags remain on the order but donโ€™t appear in the Settlement Recon export. Use order_tags for any business-specific identifiers you need at settlement timeโ€”for example branch or outlet ID, campaign code, internal invoice reference, or membership tier. Pass only the fields you need for reconciliation and limit order_tags to three keys so they map clearly to Key_1 through Key_3.
The first three keys in your request determine which columns appear in the report. Name keys consistently across orders so finance teams can filter and pivot on Value_1, Value_2, and Value_3.
Example: education and multi-institute fee collection
After settlement, filter or pivot the downloaded report on Value_1, Value_2, or Value_3 to reconcile collections by institute, student, or division. The same approach applies to other use cases using different key names.