Getting an ACH Transaction
Clearent allows you to retrieve the status of an ACH transaction accessing the transaction's unique identifier. The unique identifier provides real-time updates on the transaction's progress and address any issues that may arise during the transaction process.
To get an ACH transaction:
Use the GET method for /rest/v2/ach/transactions
endpoint.
Note: You may receive 20 paginated results at a time when the authentication token in the GET request does not include parameters.
The ach-transaction
forwards GET request to the ach-wharehouse
.
The ach-wharehouse
validates a token.
Note: The ach-wharehouse
returns a 401-error code when a token fails to authenticate.
The ach-warehouse
searches the read-only replicated database of tables using ach-consumer
and ach-status-consumer
to find transactions that match the search criteria. The ach-warehouse
returns a 200-success code with the following response sample code, including a list of ACH transactions.
Note: The ach-warehouse
returns a 204-error code when it does not match the search criteria.
Last updated