We had a glitch that resulted in several Amex transactions not settling with the rest of the batch. The glitch has been fixed, but when we settle, we do not seem to be recapturing the old Amex charges--any thoughts/help? Thanks,
Ken
We had a glitch that resulted in several Amex transactions not settling with the rest of the batch. The glitch has been fixed, but when we settle, we do not seem to be recapturing the old Amex charges--any thoughts/help? Thanks,
Ken
The AmEx charges have likely resulted in a Technical Error. Did this issue happen on 1 location, or many?
If it is on 1 location, you will need to do the following:
Reports> Miscellaneous> Electronic Draft Capture - Detailed, set your applicable date range> Generate
SELECT Max(RequestBatchNumber)+1 FROM VisaNetBatch
note the number that is returned. This is your next batch in queue.
UPDATE VisaNetAuthorization SET Status = 0, VisaNetBatchId = 'x' WHERE RequestTransactionSequenceNumber = 'y'
Here are the factors: 0 = Open, 1 = Void, 2 = Settled, 3&4 not sure, 5 Technical Error. 'x' = the next batch in queue. 'y' = the EDC No. as gathered from the SO Manager report. You could get into more specifics too by including an approval code and whatnot.
Let me know if I am too vague here.
Ken,
Also, I forgot to mention that 'x' in the equation (your VisaNetBatchId) will change with every settlement. Every time you settle, that number will increase by 1.
Let me know if you have any questions about this, I know it can be very convoluted.
Have something to add? Share your thoughts — no account required.
Ask the community — no account required