Reports

Settlement Batch Summaries

The Settlement Batch Summary displays the total sales and credits for each batch for a particular date. The transactions can be grouped by a single custom field's values.
  1. Java
Result<SettlementBatchSummary> result = gateway
  .settlementBatchSummary()
  .generate(Calendar.getInstance(), "custom_field_1");

if (result.isSuccess()) {
  List<Map<String,String>> records = result.getTarget().getRecords();
}

ArgumentsAnchorIcon

  1. The date on which the batches were settled.
  2. Optional The custom field you wish to aggregate the results by.

See also

If you accept cookies, we’ll use them to improve and customize your experience and enable our partners to show you personalized PayPal ads when you visit other sites. Manage cookies and learn more