---
title: "Get ACH Activity Report"
method: GET
path: "/v3/report/ach/activitySummary"
---

# Get ACH Activity Report

`GET /v3/report/ach/activitySummary`

## Query parameters

- `merchantId` integer, required
- `startDate` string, required
- `endDate` string, required
- `limit` integer
- `offset` integer

## Response `200`

200

- object
  - `Result` object
    - `nachaId` string
    - `customerName` string
    - `startDate` string
    - `endDate` string
    - `monthlyLimitDebit` integer
    - `monthlyLimitCredit` integer
    - `records` object[]
      - `debitAmount` number
      - `creditAmount` integer
      - `debitCount` integer
      - `creditCount` integer
      - `transactionCount` integer
      - `processingDate` string
      - `effectiveEntryDate` string
      - `settlementDate` string
      - `recordType` string
      - `settlementType` string
  - `Id` integer
  - `Status` string
  - `IsCanceled` boolean
  - `IsCompleted` boolean
  - `CreationOptions` string
  - `IsFaulted` boolean

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/versions/6807b698abcb/schema)
