Audit file is out by 0.01 because a donation + it's reversal are missing & they left behing a $0.01 fee
Something went amiss with the recon parser while processing /var/spool/audit/trustly/incoming//P11KFUN-3618-20260802120000-20260803120000-0001of0001.csv: "Total amount mismatch : calculated USD 179.61 vs actual 179.60 differenceUSD 0.01"
Looks like we should just accept all 'R codes' at minimum - code comment says "
// When we get more confident we might permit anything with a non-zero amount
// but opting in what we see for now https://www.trustly.com/us/blog/a-merchants-guide-to-ach-returns-and-ach-return-codes
if ( in_array( $row['reason'] ?? '', [ 'AC118', 'R10', 'R08' ], true ) && $row['amount'] && $row['amount'] !== '0.00' ) {