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.

Path parameters

achDepositIdintegerRequired
Unique identifier of the ACH deposit.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful request. Returns the requested ACH deposit.
achDepositIdinteger or null
Unique identifier that we assigned to the ACH deposit.
associationDatedate or null

Date that we sent the transactions to the card brands for clearing. The format of this value is YYYY-MM-DD.

achDatedate or null

Date that we sent the ACH deposit. The format of this value is YYYY-MM-DD.

paymentDatedate or null

Date that the merchant received the ACH deposit. The format of this value is YYYY-MM-DD.

transactionsinteger or null
Number of transactions in the ACH deposit.
salesinteger or null
Amount of sales in the ACH deposit. We return the value in the currency's lowest denomination, for example, cents.
returnsinteger or null
Amount of returns in the ACH deposit. We return the value in the currency's lowest denomination, for example, cents.
dailyFeesinteger or null
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.
heldSalesinteger or null
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.
achAdjustmentinteger or null
Amount of adjustments that we made to the ACH deposit. We return the value in the currency's lowest denomination, for example, cents.
holdbackinteger or null
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.
reserveReleaseinteger or null
Amount of funds that we released from holdback. We return the value in the currency's lowest denomination, for example, cents.
netAmountinteger or null
Total amount that we paid the merchant after fees and adjustments. We return the value in the currency's lowest denomination, for example, cents.
merchantobject or null
Object that contains information about the merchant.

Errors