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.Documentation Index
Fetch the complete documentation index at: https://docs.useaxra.com/llms.txt
Use this file to discover all available pages before exploring further.
How disputes affect your account
| Event | Merchant impact |
|---|---|
payment.disputed | Charge amount debited + $5.82 dispute fee charged |
payment.dispute_won | Charge amount re-credited (dispute fee not refunded) |
payment.dispute_lost | No further changes — funds already debited |
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.| Parameter | Type | Default | Description |
|---|---|---|---|
status | string | all | Filter by outcome: open, won, lost, or all |
page | number | 1 | Page number for pagination |
limit | number | 20 | Results per page |
Get dispute statistics
Retrieve an aggregate summary of dispute activity for your account.| Field | Description |
|---|---|
open | Number of disputes currently in progress |
won | Number of disputes resolved in your favor |
lost | Number of disputes resolved against you |
total | Total disputes across all statuses |
winRate | Percentage of resolved disputes you won |
totalDisputeFees | Total dispute fees charged to your account |
Get dispute detail
Retrieve full dispute information for a specific payment.| Parameter | Description |
|---|---|
paymentId | The ID of the payment to look up (e.g., bpay_01H...) |
| Status | Meaning |
|---|---|
400 | The payment exists but has no dispute associated with it |
404 | No payment found with the given ID |
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.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.
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.
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.
