Get Settlement Reconciliation Export

Facades: merchant

Overview

Retrieves a summary of the specified settlement.

Parameters

ParameterDescription
settlementIdSettlement ID to generate report for.
tokenToken that settlements were created against
const settlement = new Settlement();

const result = await client.getSettlementReconciliationReport('settlementId', 'settlementToken');