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

Field nameDescription
Merchant Order IdUnique identifier for the merchant’s order system
Payment MethodPayment method used for the transaction
Transaction StatusCurrent payment status: Created, Processing, Succeeded, Failed, Cancelled, Requires Customer Action, Requires Capture
Create DateTimestamp when the payment was created
Completed DateTimestamp when the payment was completed
CurrencyThree-letter ISO currency code for the transaction
AmountPayment amount
FeeFee amount charged for the transaction
DescriptionPayment description provided by the merchant
Cancellation ReasonReason for payment cancellation, if applicable
Payment Intent IdUnique identifier for the payment intent (PI)
Payment Attempt IdUnique identifier for the latest payment attempt (PA)
Refunded AmountTotal amount refunded for this payment

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

Field nameDescription
Settlement IdUnique identifier for the settlement transaction
Source Typeone of: PAYMENT, REFUND
Transaction Typeone of: PAYMENT, REFUND
Refund AccountIndicates the balance source from which the refund is processed.
one of: available, pending
Merchant Order IdUnique identifier from the merchant’s order system
Payment Intent IdUnique identifier for the payment intent (PI)
Payment MethodPayment method used for the transaction
Transaction Create DateTimestamp when the transaction was created
Transaction AmountOriginal transaction amount
Transaction CurrencyThree-letter ISO currency code for the original transaction
Settlement AmountAmount settled in settlement currency
Settlement CurrencyThree-letter ISO currency code for settlement
Net Settlement AmountNet amount after fees in settlement currency
Exchange RateExchange rate used for currency conversion (6 decimal places)
Fee CurrencyThree-letter ISO currency code for fees
Interchange FeeInterchange fee amount
Scheme FeeCard scheme fee amount
Transaction FeeTransaction fee amount
Return FeeReturn fee amount
Total Fee AmountTotal fee amount including all fees
Settlement StatusCurrent settlement status
Settlement Batch IdUnique identifier for the settlement batch
Settlement Create DateTimestamp when settlement was created
Settlement DateTimestamp when settlement was completed

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.