---
title: "Retrieve ACH deposit"
method: GET
path: "/ach-deposits/{achDepositId}"
tags: ["Settlement"]
---

# Retrieve ACH deposit

`GET /ach-deposits/{achDepositId}`

Use this method to retrieve information about an ACH deposit that we paid to a merchant.  

**Note:** To retrieve an ACH deposit, you need its achDepositId. If you don't have the achDepositId, use our [List ACH Deposits](https://docs.payroc.com/api/schema/reporting/settlement/list-ach-deposits) method to search for the ACH deposit.  

Our gateway returns the following information about the ACH deposit:  

- Merchant that we sent the ACH deposit to.  
- Total amount that we paid the merchant.  
- Breakdown of sales, returns, and fees.

## Path parameters

- `achDepositId` integer, required

## Headers

- `Authorization` string, required

## Response `200`

Successful request. Returns the requested ACH deposit.

- AchDeposit — Object that contains information about the ACH deposit.
  - `achDepositId` integer — Unique identifier that we assigned to the ACH deposit.
  - `associationDate` string, date — Date that we sent the transactions to the card brands for clearing. The format of this value is **YYYY-MM-DD**.
  - `achDate` string, date — Date that we sent the ACH deposit. The format of this value is **YYYY-MM-DD**.
  - `paymentDate` string, date — Date that the merchant received the ACH deposit. The format of this value is **YYYY-MM-DD**.
  - `transactions` integer — Number of transactions in the ACH deposit.
  - `sales` integer — Amount of sales in the ACH deposit. We return the value in the currency's lowest denomination, for example, cents.
  - `returns` integer — Amount of returns in the ACH deposit. We return the value in the currency's lowest denomination, for example, cents.
  - `dailyFees` integer — Amount of fees that were applied to the transactions in the ACH deposit. We return the value in the currency's lowest denomination, for example cents.
  - `heldSales` integer — Amount of funds that we held if the merchant was in full suspense. We return the value in the currency's lowest denomination, for example, cents.
  - `achAdjustment` integer — Amount of adjustments that we made to the ACH deposit. We return the value in the currency's lowest denomination, for example, cents.
  - `holdback` integer — Amount of funds that we held as reserve from the ACH deposit. We return the value in the currency's lowest denomination, for example, cents.
  - `reserveRelease` integer — Amount of funds that we released from holdback. We return the value in the currency's lowest denomination, for example, cents.
  - `netAmount` integer — Total amount that we paid the merchant after fees and adjustments. We return the value in the currency's lowest denomination, for example, cents.
  - `merchant` MerchantSummary — Object that contains information about the merchant.
    - `merchantId` string — Unique identifier that the processor assigned to the merchant.
    - `doingBusinessAs` string — Trading name of the business.
    - `processingAccountId` integer — Unique identifier that we assigned to the processing account.
    - `link` Link — Object that contains HATEOAS links for the resource.
      - `rel` string, required — Indicates the relationship between the current resource and the target resource.
      - `method` string, required — HTTP method that you need to use with the target resource.
      - `href` string, required — URL of the target resource.
  - `links` Link[]
    - `rel` string, required — Indicates the relationship between the current resource and the target resource.
    - `method` string, required — HTTP method that you need to use with the target resource.
    - `href` string, required — URL of the target resource.

## Other responses

- `400` — Validation error
- `401` — Identity could not be verified
- `403` — Do not have permissions to perform this action
- `404` — Resource not found
- `406` — Not acceptable
- `500` — An error has occured

---

[API](https://skmtc.dev/payroc/apis/schema.md) · [All operations](https://skmtc.dev/payroc/apis/schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payroc/schema/revisions/1d9d3e305945/schema)
