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

# TransactionKind Enum

No description

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

### Values

Show deprecatedHide deprecated

<a id="external"></a>

#### [`EXTERNAL`](#external)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

<a id="auth"></a>

#### [`AUTH`](#auth)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

<a id="pending"></a>

#### [`PENDING`](#pending)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

<a id="action-to-confirm"></a>

#### [`ACTION_TO_CONFIRM`](#action-to-confirm)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

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

#### [`REFUND`](#refund)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

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

#### [`REFUND_ONGOING`](#refund-ongoing)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

<a id="capture"></a>

#### [`CAPTURE`](#capture)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

<a id="void"></a>

#### [`VOID`](#void)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

<a id="confirm"></a>

#### [`CONFIRM`](#confirm)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

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

#### [`CANCEL`](#cancel)

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

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

### Member Of

[`Transaction`](/api-reference/payments/objects/transaction.md) object
