Visa condition 11.2 concerns a transaction associated with a declined authorization. The key merchant question is therefore not whether an order existed, but whether the financial record shows an approval that legitimately supports the presented transaction. The response should be built from authorization logs and capture data, not from general claims about normal checkout behavior.
Begin with the live dispute notice because the processor may expose the exact transaction reference and authorization issue. Preserve that notice, then pull the raw request and response, approval or decline code, gateway or terminal log, capture record, and any later authorization attempt that might explain what happened.
Reconstruct every authorization attempt in time order
List each authorization attempt for the order with timestamp, amount, response, and reference. This matters when the first attempt was declined but the customer retried, used a different card, or a later approval exists. The goal is to distinguish a genuinely declined transaction from two adjacent payment attempts that were accidentally blended together in the merchant's order view.
Do not summarize a sequence of attempts as 'payment approved' unless the record identifies which attempt produced the approval tied to the settled sale. If the gateway shows an initial decline followed by a successful authorization, show both. Hiding the decline can make the packet appear inconsistent when the issuer has the same message history.
Tie the approval to the captured transaction
An approval code is useful only if it belongs to the same transaction that was captured and presented. Match amount, account or token reference available to the merchant, merchant order ID, processor transaction ID, and timestamps. If the captured amount differs because of a permitted adjustment, explain the amount path instead of leaving the reviewer to infer it.
If the merchant cannot connect the approval to the disputed posting, the case has a structural weakness. A screenshot that says 'paid' in the commerce platform is not a substitute for the underlying authorization response when the dispute itself is about authorization status.
Separate retries from duplicate processing
Multiple attempts can create confusing histories. A declined attempt followed by an approved attempt is different from submitting a declined authorization into capture, and it is also different from capturing the same approved event twice. Lay out the attempts so each has its own status and resulting financial action.
When the processor dashboard collapses retries into one order, retrieve transaction-level logs from the payment provider if available. This prevents an order-level screenshot from obscuring the exact message sequence the issuer is disputing.
Check for reversals, voids, and later corrections
A merchant may have reversed, voided, or retried a transaction after a decline. Include those events when they explain the final state. The financial timeline should show whether funds were ever properly captured after a valid approval and whether any incorrect capture was already undone.
If the merchant's own data shows that a declined attempt was captured without a separate valid authorization, do not try to repair the case with shipping evidence. Fulfillment can show the customer received value, but it does not change the authorization event that condition 11.2 is testing.
Keep the narrative narrow
A useful cover note states the disputed amount, identifies the valid authorization that supports the presentment if one exists, and points to the exact log line or exhibit. Avoid long policy excerpts, customer-behavior arguments, or unrelated fraud indicators. They distract from the approval/decline question.
If there is no defensible approval trail, accepting the dispute and investigating the payment workflow is usually more rational than submitting a long but irrelevant packet. Record whether the failure came from retry logic, offline handling, terminal behavior, integration code, or staff action.
Verify against the current case before filing
Visa rules and processor implementations can change, so compare the final packet with current Visa merchant dispute guidance and the actions shown in the live case. Use the processor's displayed reply-by date as the operational cutoff and retain the submitted file.
After closure, sample other transactions from the same integration path. A single 11.2 case can expose a retry or capture-control problem that may affect more than one order, especially where the commerce layer and payment gateway display different status labels.
Example: decline followed by a valid second attempt
A customer taps once and receives a decline, then uses a different card or retries and receives an approval. The order system shows one sale, but the payment log has two attempts. For Visa 11.2, the merchant must show which authorization supports the captured transaction and keep the earlier decline visible.
If the captured transaction maps to the declined attempt instead of the later approval, fulfillment evidence will not fix the authorization problem. The attempt-level ledger should make that relationship obvious before filing.
Prove that the approval supporting the sale is the approval tied to the settled charge
A declined-authorization dispute requires a complete attempt history. Export every authorization attempt for the order in time order, including declines, retries, later approvals, reversals, and capture. The merchant's task is not to show that an approval exists somewhere on the customer account; it is to show that the authorization supporting the settled transaction was valid for that transaction and amount under the live case. Matching identifiers and timestamps matter more than a screenshot with a green 'approved' label.
Retries need special care. A first attempt may decline because of a typo, insufficient funds, or another issuer response, and a second corrected attempt may later approve. If the merchant captured the approved second attempt, show that chain clearly. If the system instead captured a transaction tied to the declined request or used a force-post/manual path, do not hide it. A retry history can explain a legitimate sale or expose the exact processing error that created the dispute.
Reconcile approval amount with final amount. Tips, incremental authorizations, partial shipments, and order adjustments can create differences. Show the authorization sequence and the final settled amount rather than presenting one approval code with no bridge. Where current Visa rules or processor guidance impose requirements on authorization handling, rely on the live documentation and acquirer interpretation instead of an internal shortcut. The article should help organize evidence, not substitute for network rule text.
Use valid 11.2 cases to improve authorization controls. Monitor captures after declines, force-post activity, expired approvals, repeated retries, mismatched order and payment IDs, and staff overrides. Create system blocks where the business model allows so a declined attempt cannot accidentally move to fulfillment and settlement. The best prevention is to make it technically difficult for a transaction without the required approval path to become a completed sale.
For a declined-authorization dispute, include the authorization attempt sequence rather than only the approval that eventually appeared. Repeated retries, fallback routing, partial approvals, incremental authorizations, or an approval tied to a different amount can make a simple screenshot ambiguous. Show which authorization response supported the captured transaction and whether any earlier declined attempt was separately abandoned. If the merchant's gateway and processor display different identifiers, preserve the mapping used to connect them. This is especially useful when the order-management system marks an order “paid” based on an application event that is not the same as the network authorization supporting settlement. The response should demonstrate that the disputed charge followed a valid authorization path for that transaction, not simply that the customer had some successful authorization somewhere in the session.
VERIFY CURRENT RULES
Primary references
Processor interfaces, reason-code mappings, filing windows, and network rules can change. Check the active dispute notice and current official documentation before submitting.