---
title: "Get Deposit Transaction Details"
method: GET
path: "/v1/deposit/reports/details/"
---

# Get Deposit Transaction Details

`GET /v1/deposit/reports/details/`

This API provides information about the associated transactions using batch reference number.

## Request body

- object
  - `reference_number` string, required — Batch reference number

## Response `200`

200

- object
  - `data` object[]
    - `object` string
    - `id` string
    - `merchant_account_number` string
    - `dba` string
    - `transaction_amount` string
    - `transaction_type` string
    - `transaction_date` string
    - `card_type` string
    - `cardholder_account_number` string
    - `pos_entry_mode` string
    - `authorization_number` string
    - `batch_date` string
    - `debit_credit_indicator` string
  - `meta` object
    - `include` unknown[]
      - unknown
    - `custom` unknown[]
      - unknown

## 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)
