> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/payments/llms.txt)
> Source: https://docs.saleor.io/api-reference/payments/enums/transaction-event-type-enum

# TransactionEventTypeEnum Enum

Represents possible event types.

Added in Saleor 3.12

The following types are possible: AUTHORIZATION\_SUCCESS - represents success authorization. AUTHORIZATION\_FAILURE - represents failure authorization. AUTHORIZATION\_ADJUSTMENT - represents authorization adjustment. AUTHORIZATION\_REQUEST - represents authorization request. AUTHORIZATION\_ACTION\_REQUIRED - represents authorization that needs additional actions from the customer. CHARGE\_ACTION\_REQUIRED - represents charge that needs additional actions from the customer. CHARGE\_SUCCESS - represents success charge. CHARGE\_FAILURE - represents failure charge. CHARGE\_BACK - represents chargeback. CHARGE\_REQUEST - represents charge request. REFUND\_SUCCESS - represents success refund. REFUND\_FAILURE - represents failure refund. REFUND\_REVERSE - represents reverse refund. REFUND\_REQUEST - represents refund request. CANCEL\_SUCCESS - represents success cancel. CANCEL\_FAILURE - represents failure cancel. CANCEL\_REQUEST - represents cancel request. INFO - represents info event.

<a id="values"></a>

### Values

<a id="authorization-success"></a>

#### [`AUTHORIZATION_SUCCESS`](#authorization-success)

<a id="authorization-failure"></a>

#### [`AUTHORIZATION_FAILURE`](#authorization-failure)

<a id="authorization-adjustment"></a>

#### [`AUTHORIZATION_ADJUSTMENT`](#authorization-adjustment)

<a id="authorization-request"></a>

#### [`AUTHORIZATION_REQUEST`](#authorization-request)

<a id="authorization-action-required"></a>

#### [`AUTHORIZATION_ACTION_REQUIRED`](#authorization-action-required)

<a id="charge-action-required"></a>

#### [`CHARGE_ACTION_REQUIRED`](#charge-action-required)

<a id="charge-success"></a>

#### [`CHARGE_SUCCESS`](#charge-success)

<a id="charge-failure"></a>

#### [`CHARGE_FAILURE`](#charge-failure)

<a id="charge-back"></a>

#### [`CHARGE_BACK`](#charge-back)

<a id="charge-request"></a>

#### [`CHARGE_REQUEST`](#charge-request)

<a id="refund-success"></a>

#### [`REFUND_SUCCESS`](#refund-success)

<a id="refund-failure"></a>

#### [`REFUND_FAILURE`](#refund-failure)

<a id="refund-reverse"></a>

#### [`REFUND_REVERSE`](#refund-reverse)

<a id="refund-request"></a>

#### [`REFUND_REQUEST`](#refund-request)

<a id="cancel-success"></a>

#### [`CANCEL_SUCCESS`](#cancel-success)

<a id="cancel-failure"></a>

#### [`CANCEL_FAILURE`](#cancel-failure)

<a id="cancel-request"></a>

#### [`CANCEL_REQUEST`](#cancel-request)

<a id="info"></a>

#### [`INFO`](#info)

<a id="member-of"></a>

### Member Of

[`TransactionEvent`](/api-reference/payments/objects/transaction-event.md) object  ● [`transactionEventReport`](/api-reference/payments/mutations/transaction-event-report.md) mutation  ● [`TransactionEventTypeEnumFilterInput`](/api-reference/payments/inputs/transaction-event-type-enum-filter-input.md) input
