Improved
ACH Payment API: New GET Response Fields
about 7 hours ago by Chris Fenwick
Endpoints affected: GET /v2/ach/transactions and GET /v2/ach/transactions/{id}
The GET ACH transaction response now includes customerCode and invoiceNumber values, bringing it in line with the existing card transaction endpoints (GET /v2/card-transactions).
Why: Previously, only card transaction responses returned invoiceNumber and customerCode reference data. Merchants processing ACH payments had no way to programmatically match transactions back to internal jobs or invoices, and had to reconcile manually via the Dashboard.
Impact: Additive change with no breaking changes to existing integrations. Fields will simply appear in the response payload going forward.