Skip to main content
Our settlement reports help you reconcile transactions and fees included in settlement batches. You can export and download these reports through the Dashboard - Reports page. These reports are essential for merchants who need to match settlements received in their wallet with the corresponding transactions and identify detailed fees at the transaction level.

Settlement section

The settlement section contains two files that include transactions during the selected settlement date range:
  1. Payment Report - Contains all payment records with their current status. This report does not include any refund records, only payment records.
  2. Settlement Report - Provides comprehensive settlement information for all source types. This report only includes transactions that have already been settled.

Payment Report

The report header displays account information, report date range, and timezone settings:
  • Time Zone: Defaults to Asia/Singapore
  • Date Type: Create Date/Completed Date
  • Date Range: From 00:00:00 to 23:59:59 of the selected date range

File structure

Settlement Report

The report header displays account information, report date range, and timezone settings:
  • Time Zone: Defaults to Asia/Singapore
  • Date Type: Create Date/Settlement Date
  • Date Range: From 00:00:00 to 23:59:59 of the selected date range

File structure

API Settlement Data

In addition to downloadable reports, you can also retrieve settlement data programmatically through our API endpoints. This provides real-time access to settlement information and enables integration with your systems.

Available Endpoints

  • Get list of settlements: GET /api/v2/payment/settlements
The API returns the same settlement data as the downloadable reports but in JSON format, making it easier to integrate with automated systems and reduce manual data processing. For detailed API documentation including request parameters and response formats, refer to API Documentation.