Skip to content

Polling for Updates


Here is a little help with polling. We typically recommend polling a few times a day fetching. When an item is invalidated, returned, or blocked, the ReturnDate will match the Date the event occurred.

GET https://api-dev.flx-payments.com/api/v3/AchTransactions/companycode/
<yourCompanyCode>?itemStatus=B&itemStatus=I&itemStatus=R&page=0&pageSize=200&returnDateStart=2025-05-19T00:00:00.000&returnDateEnd=2025-05-22T00:00:00.000

To view all ACH transactions in the system, use the following endpoint:

GET /api/v3/AchTransactions/companycode/{companyCode}

To retrieve a specific ACH transaction, use the following endpoint:

GET /api/v3/AchTransactions/companycode/{companyCode}/{itemId}