DisputeReason

Identifies the reason a customer filed a dispute against a charge.

Entries

Link copied to clipboard
@SerializedName(value = "duplicate")
DUPLICATE

The customer claims the charge is a duplicate of another transaction.

Link copied to clipboard
@SerializedName(value = "fraudulent")
FRAUDULENT

The customer claims the transaction was unauthorized or fraudulent.

Link copied to clipboard
@SerializedName(value = "general")
GENERAL

A general dispute reason that does not fit a more specific category.

Link copied to clipboard
@SerializedName(value = "unrecognized")
UNRECOGNIZED

The customer does not recognize the charge.

Link copied to clipboard
@SerializedName(value = "bank_cannot_process")
BANK_CANNOT_PROCESS

The customer's bank is unable to process the transaction.

Link copied to clipboard
@SerializedName(value = "check_returned")
CHECK_RETURNED

The customer's check was returned unpaid.

Link copied to clipboard
@SerializedName(value = "credit_not_processed")
CREDIT_NOT_PROCESSED

A credit owed to the customer was not processed.

Link copied to clipboard
@SerializedName(value = "customer_initiated")
CUSTOMER_INITIATED

The customer voluntarily initiated the dispute.

Link copied to clipboard
@SerializedName(value = "debit_not_authorized")
DEBIT_NOT_AUTHORIZED

The customer claims a debit was not authorized.

Link copied to clipboard
@SerializedName(value = "incorrect_account_details")
INCORRECT_ACCOUNT_DETAILS

The account details used for the charge were incorrect.

Link copied to clipboard
@SerializedName(value = "insufficient_funds")
INSUFFICIENT_FUNDS

The customer's account had insufficient funds to cover the charge.

Link copied to clipboard
@SerializedName(value = "product_not_received")
PRODUCT_NOT_RECEIVED

The customer claims the product or service was never received.

Link copied to clipboard
@SerializedName(value = "product_unacceptable")
PRODUCT_UNACCEPTABLE

The customer claims the product or service was unacceptable or not as described.

Link copied to clipboard
@SerializedName(value = "subscription_canceled")
SUBSCRIPTION_CANCELED

The customer claims a subscription was canceled before the charge was made.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.