v1

latestOpenAPI 3.0.02026-07-267331140.7 KB
Transactions

List Dispute Reasons

Returns a list of available dispute reasons keys with their human-readable text. The keys need to be used in the dispute reason field when creating a dispute.

get/api/v1/transactions/dispute

Response

Successfully retrieved dispute reasons

resultobject

Example response

{
  "result": {
    "purchase_cancelled_but_no_refund_received": "Purchase Cancelled But No Refund Received",
    "problem_with_the_product_chargeback_": "Problem With The Product (chargeback)",
    "problem_with_service_subscription_chargeback": "Problem With Service/Subscription (chargeback)",
    "wrong_installment_number": "Wrong Installment Number",
    "wrong_value": "Wrong Value",
    "charged_more_than_once": "Charged More Than Once",
    "unrecognized_transaction_report_fraudulent": "Unrecognized Transaction - Report Fraudulent"
  }
}