cURL
curl --request GET \ --url https://api.example.com/partner/clover/ach/{account_id} \ --header 'X-API-NONCE: <x-api-nonce>' \ --header 'X-API-SIGNATURE: <x-api-signature>' \ --header 'X-API-SUBSCRIPTION-KEY: <x-api-subscription-key>' \ --header 'X-API-TIMESTAMP: <x-api-timestamp>'
{ "message": "ACH data successfully retrieved", "data": [ { "reference_id": "ach_01J3KXMR2EPVZ8QF4HN6YT5W3D", "originating_account_id": "54_6HsrzVBq3MReLHXQy9yM7", "status": "settled", "updated_at": "2025-08-06T20:25:19.667970Z" }, { "reference_id": "ach_01J4PQNW7FRVB2TG5KM8ZU6X9E", "originating_account_id": "54_6HsrzVBq3MReLHXQy9yM7", "status": "pending", "updated_at": "2025-08-07T14:10:44.123456Z" } ] }
Retrieve ACH request records for an account from the last 30 days. Optionally filter by a specific reference ID.
Signature header
Timestamp header
Nonce header
Subscription key header
Optional. Filter results to a single ACH record by reference ID.
Successful Response
Show child attributes