Retrieve ACH deposit
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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
achDepositId
Unique identifier of the ACH deposit.
Response
Successful request. Returns the requested ACH deposit.
achDepositId
Unique identifier that we assigned to the ACH deposit.
associationDate
Date that we sent the transactions to the card brands for clearing. The format of this value is YYYY-MM-DD.
achDate
Date that we sent the ACH deposit. The format of this value is YYYY-MM-DD.
paymentDate
Date that the merchant received the ACH deposit. The format of this value is YYYY-MM-DD.
transactions
Number of transactions in the ACH deposit.
sales
Amount of sales in the ACH deposit. We return the value in the currency's lowest denomination, for example, cents.
returns
Amount of returns in the ACH deposit. We return the value in the currency's lowest denomination, for example, cents.
dailyFees
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
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
Amount of adjustments that we made to the ACH deposit. We return the value in the currency's lowest denomination, for example, cents.
holdback
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
Amount of funds that we released from holdback. We return the value in the currency's lowest denomination, for example, cents.
netAmount
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
Object that contains information about the merchant.
links