Overview
If a transaction on your Yativo Card was unauthorized, incorrect, or you did not receive goods or services paid for, you can file a dispute through the API. Disputes require a valid reason code and a description of the issue.Disputes should be filed as soon as possible after identifying a problem. Most card networks require disputes to be submitted within 60–120 days of the transaction date.
Type Definitions
Type Definitions
Get Dispute Reason Codes
Before submitting a dispute, retrieve the list of valid reason codes for your account type.string
required
Your Yativo Card account ID.
File a Dispute
Submit a dispute for a specific transaction.string
required
Your Yativo Card account ID.
string
required
The transaction ID to dispute. Retrieve this from the transactions endpoint.
string
required
A valid dispute reason code from the reasons list (e.g.,
"UNAUTHORIZED", "NOT_RECEIVED").string
required
A detailed description of the dispute. Minimum 20 characters. Include relevant details such as merchant name, transaction date, and what happened.
Common Dispute Reason Codes
DUPLICATE — Same transaction charged twice
DUPLICATE — Same transaction charged twice
Use when a merchant has charged you more than once for the same purchase.What to include:
- The dates of both charges
- Order or receipt numbers if available
- Any communication with the merchant about the duplicate
NOT_RECEIVED — Goods or services not received
NOT_RECEIVED — Goods or services not received
Use when you paid for goods or services but never received them, and the merchant has not issued a refund.What to include:
- Expected delivery or service date
- Evidence of merchant contact (email threads, support tickets)
- Whether tracking shows non-delivery (for physical goods)
CANCELLED — Charge after cancellation
CANCELLED — Charge after cancellation
Use when a subscription, service, or order was cancelled but you were still charged after the cancellation date.What to include:
- Cancellation date and confirmation number
- The charge date relative to the cancellation
- Any confirmation emails from the merchant
INCORRECT_AMOUNT — Wrong amount charged
INCORRECT_AMOUNT — Wrong amount charged
Use when the amount charged differs from the agreed price or invoice.What to include:
- The amount you expected to be charged
- The amount actually charged
- Receipts or invoices showing the agreed price

