V
Visa Network Response Codes94
Duplicate Transmission
Technical
System or connectivity issues
Do Not Retry
Retry will not succeed
Description
The transaction was flagged as a duplicate — the same transaction data was already submitted and processed.
Recommended Action
Verify whether the original transaction was processed successfully. Do not resubmit unless confirmed otherwise.
Common Causes
- Same transaction submitted multiple times
- Duplicate tracing data in the request
- Retry logic sent the same transaction again after it was already processed
Recovery Tips
- Check your transaction logs for the original submission
- Implement idempotency keys to prevent duplicate submissions
- Verify with your processor whether the original was captured
Quick Reference
Code
94
Category
Technical
Retryable
No
Source
Visa
Related Decline Codes
03Retryable
Invalid Merchant
The merchant ID or terminal configuration is not recognized or not valid for this transaction type. This typically indicates a setup issue rather than a cardholder problem.
04Non-Retryable
Pick Up Card
The issuing bank requests that the card be captured. The card is not necessarily fraudulent but the issuer does not want it used. No reattempts are permitted.
07Non-Retryable
Pick Up Card (Fraud)
The issuing bank requests that the card be captured due to suspected fraud on the account. No reattempts are permitted.
12Non-Retryable
Invalid Transaction
The transaction type is not valid or not supported for this card. The issuer will never approve this specific transaction. No reattempts are permitted.
Automate Payment Recovery for Visa
Slicker automatically handles decline codes like 94 by intelligently retrying at the optimal time based on the decline reason.