Settlement
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 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.
get/ach-deposits/{achDepositId}
Path parameters
achDepositIdinteger required
Unique identifier of the ACH deposit.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the requested ACH deposit.
Changes
No recorded changes to this endpoint across all 1 revision of this API.