Amounts and Reversals and Voids. Oh, my.
With our upcoming installation (fingers crossed) of Flexible Spending Account (‘FSA’) functionality at one of our OLS.Switch client sites, we’ve implemented a new tranlog column called ‘originalAmount’. FSA is joined at the hip to partial authorization and real-time credit reversals. We’ve implemented partial auth before for our Stored Value Systems (‘SVS’) interfaces, but we were more ad-hoc about that. Now, with the advent of FSA and the overall partial auth focus in the payment switch industry, we’re taking a more permanent approach on this thing.
I summarized the key points to our flagship client like this:
- The originalAmount column will always get populated with the incoming <amount> field from the incoming store request – this is true for all financial applications (Debit, EBT, all Credit, all SVC and Check)
- For all financial requests except those authorized by Stored Value Systems (‘SVS’) and FSA transaction originals (i.e., not reversals) authorized through FDR North, the amount column will contain the amount authorized by the endpoint. [NOTE: Though we support SVS partial auths today, we currently retain no evidence of the original request amount on the tranlog.]
- For FSA voids, the incoming <amount> on the store’s request reflects the authorized amount of the corresponding original. To be safe, we pluck the amount to reverse from the amount column of the corresponding original and use that to populate the reversal. Unlike ‘basic’ credit, FSA terminal voids and reversals must be sent to FDR North via Store and Forward (‘SAF’) processing.
- For FSA timeout reversals (at the terminal), the device is not aware of any partial auth that might have occurred, so the incoming reversal request has the amount originally requested. That’s what ends up in the originalAmount column of the reversal. The amount column of the reversal will contain the amount we pluck from the same column in the corresponding original.
- The FDR North switch interface does not support Host timeout reversals of Credit (which includes FSA).
- SVS voids and terminal timeout reversals are not implemented by the store system.
- The SVS switch interface does support Host timeout reversals.






