Skip to main content

Check dispute eligibility

GET 

/card/v1/card-transactions/{cardTransactionId}/dispute-eligibility

Checks whether a specific card transaction is eligible for dispute submission. A transaction may be ineligible if it has already been disputed, is still pending settlement, or falls outside the dispute window.

Call this endpoint before attempting to create a dispute to provide a better user experience and avoid unnecessary API errors.

Request

Responses

Eligibility check completed. The eligible field indicates whether the transaction can be disputed, and reasons provides context if ineligible.

Was this page helpful?