Anyone had any luck getting transaction info from a positive pay file template (Advanced Electronic Bill Payments module)? Works fine in an EFT template, but not for the positive pay templates. Even tried the exact documented option, with no luck. And, I'm not having any luck Googling for it... 😕
Example code returns data in EFT format, but not positive pay formats.
<#list payments as payment>
<#list transHash[payment.internalid] as transaction>
Reference Number : ${transaction.transactionnumber}
</#list>
</#list>