---
title: "Export Deposits"
method: GET
path: "/v1/deposit/summary"
---

# Export Deposits

`GET /v1/deposit/summary`

This request is used to export transaction deposit summaries for the specified date range

## Query parameters

- `from_date` string, required
- `to_date` string, required
- `limit` integer
- `page` integer
- `excel` integer
- `selected_columns` string

## Response `200`

200

- object
  - `data` object
    - `rows_data` object
      - `2024-09-13` object
        - `row_data` object[]
          - `processing_date` string
          - `transaction_volume` number
          - `amount` number
          - `release_amount` unknown
          - `transaction_count` integer
          - `batch_reference_number` string
          - `batch_flag` integer
          - `transType` string
          - `description` string
          - `record_type` string
          - `effective_date` string
          - `line_item` string
          - `deposit_amount` integer
        - `row_totals` object
          - `Amounts` number
          - `Transactions` integer
          - `Settlement_Date` string
      - `2024-09-14` object
        - `row_data` object[]
          - `processing_date` string
          - `transaction_volume` number
          - `amount` number
          - `release_amount` unknown
          - `transaction_count` integer
          - `batch_reference_number` string
          - `batch_flag` integer
          - `transType` string
          - `description` string
          - `record_type` string
          - `effective_date` string
          - `line_item` string
          - `deposit_amount` integer
        - `row_totals` object
          - `Amounts` number
          - `Transactions` integer
          - `Settlement_Date` string
      - `2024-09-18` object
        - `row_data` object[]
          - `processing_date` string
          - `transaction_volume` unknown
          - `amount` integer
          - `release_amount` unknown
          - `transaction_count` unknown
          - `batch_reference_number` unknown
          - `batch_flag` integer
          - `transType` string
          - `description` string
          - `record_type` string
          - `effective_date` string
          - `line_item` string
        - `row_totals` object
          - `Amounts` integer
          - `Transactions` integer
          - `Settlement_Date` string
    - `grand_total` object
      - `total_amount` number
      - `total_transaction` integer

## Other responses

- `422` — 422

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/revisions/face82bdd778/schema)
