Skip to main content
A dispute — also called a chargeback — occurs when a cardholder contacts their bank to challenge a charge. The bank initiates a formal dispute process on the cardholder’s behalf, and the outcome determines whether the funds are returned to the customer or kept by you. When a dispute is opened, Axra immediately debits the full charge amount from your merchant account and charges a $5.82 dispute fee. This fee is non-refundable regardless of the outcome — even if you win the dispute.
Disputes can occur weeks or months after the original transaction. Maintain records of customer orders, delivery confirmations, and communications so you can respond with evidence if needed.

How disputes affect your account

Axra notifies you of each stage via webhook events. Subscribe to payment.disputed, payment.dispute_won, and payment.dispute_lost to track dispute outcomes in real time.

List disputes

Retrieve all disputes for your business account.
Authentication: Required Query parameters: Example response:

Get dispute statistics

Retrieve an aggregate summary of dispute activity for your account.
Authentication: Required Response fields:

Get dispute detail

Retrieve full dispute information for a specific payment.
Authentication: Required Path parameters: Errors: The response is the full payment object, with dispute metadata in the metadata field — including disputeId, disputeReason, and merchantDisputeFee.

Reducing disputes

The most effective way to manage disputes is to prevent them. Fewer disputes mean lower fees, a healthier account standing, and less time spent on evidence gathering.
1

Enable 3DS authentication

Use 3D Secure authentication on card transactions. When a customer completes 3DS, fraud liability shifts from you to the card issuer — meaning you win most fraud-related disputes automatically.
2

Use clear billing descriptors

Make sure the charge description on your customers’ bank statements clearly identifies your business. An unrecognized charge name is one of the most common reasons customers dispute a transaction.
3

Respond to disputes promptly

Card networks impose strict deadlines — typically 7–21 days — for submitting evidence. Respond as quickly as possible with relevant documentation: order receipts, delivery confirmations, customer communications, and usage logs.
4

Maintain transaction records

Keep records of customer interactions, order details, shipping/delivery confirmations, and any refund requests. These are your primary tools when building a dispute response.
If a customer contacts you directly about an issue before filing a dispute, resolving it promptly (including issuing a refund if warranted) is almost always cheaper than a chargeback. You avoid the dispute fee and protect your dispute rate.