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

# WebhookEventTypeSyncEnum Enum

Enum determining type of webhook.

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

### Values

<a id="checkout-calculate-taxes"></a>

#### [`CHECKOUT_CALCULATE_TAXES`](#checkout-calculate-taxes)

Event called for checkout tax calculation.

<a id="order-calculate-taxes"></a>

#### [`ORDER_CALCULATE_TAXES`](#order-calculate-taxes)

Event called for order tax calculation.

<a id="transaction-charge-requested"></a>

#### [`TRANSACTION_CHARGE_REQUESTED`](#transaction-charge-requested)

Event called when charge has been requested for transaction.

<a id="transaction-refund-requested"></a>

#### [`TRANSACTION_REFUND_REQUESTED`](#transaction-refund-requested)

Event called when refund has been requested for transaction.

<a id="transaction-cancelation-requested"></a>

#### [`TRANSACTION_CANCELATION_REQUESTED`](#transaction-cancelation-requested)

Event called when cancel has been requested for transaction.

<a id="shipping-list-methods-for-checkout"></a>

#### [`SHIPPING_LIST_METHODS_FOR_CHECKOUT`](#shipping-list-methods-for-checkout)

Fetch external shipping methods for checkout.

<a id="checkout-filter-shipping-methods"></a>

#### [`CHECKOUT_FILTER_SHIPPING_METHODS`](#checkout-filter-shipping-methods)

Filter shipping methods for checkout.

<a id="order-filter-shipping-methods"></a>

#### [`ORDER_FILTER_SHIPPING_METHODS`](#order-filter-shipping-methods)

Filter shipping methods for order.

<a id="payment-gateway-initialize-session"></a>

#### [`PAYMENT_GATEWAY_INITIALIZE_SESSION`](#payment-gateway-initialize-session)

<a id="transaction-initialize-session"></a>

#### [`TRANSACTION_INITIALIZE_SESSION`](#transaction-initialize-session)

<a id="transaction-process-session"></a>

#### [`TRANSACTION_PROCESS_SESSION`](#transaction-process-session)

<a id="list-stored-payment-methods"></a>

#### [`LIST_STORED_PAYMENT_METHODS`](#list-stored-payment-methods)

<a id="stored-payment-method-delete-requested"></a>

#### [`STORED_PAYMENT_METHOD_DELETE_REQUESTED`](#stored-payment-method-delete-requested)

<a id="payment-gateway-initialize-tokenization-session"></a>

#### [`PAYMENT_GATEWAY_INITIALIZE_TOKENIZATION_SESSION`](#payment-gateway-initialize-tokenization-session)

<a id="payment-method-initialize-tokenization-session"></a>

#### [`PAYMENT_METHOD_INITIALIZE_TOKENIZATION_SESSION`](#payment-method-initialize-tokenization-session)

<a id="payment-method-process-tokenization-session"></a>

#### [`PAYMENT_METHOD_PROCESS_TOKENIZATION_SESSION`](#payment-method-process-tokenization-session)

Show deprecatedHide deprecated

<a id="payment-list-gateways"></a>

#### [`PAYMENT_LIST_GATEWAYS`](#payment-list-gateways)

DEPRECATED

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

Listing available payment gateways.

<a id="payment-authorize"></a>

#### [`PAYMENT_AUTHORIZE`](#payment-authorize)

DEPRECATED

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

Authorize payment.

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

#### [`PAYMENT_CAPTURE`](#payment-capture)

DEPRECATED

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

Capture payment.

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

#### [`PAYMENT_REFUND`](#payment-refund)

DEPRECATED

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

Refund payment.

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

#### [`PAYMENT_VOID`](#payment-void)

DEPRECATED

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

Void payment.

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

#### [`PAYMENT_CONFIRM`](#payment-confirm)

DEPRECATED

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

Confirm payment.

<a id="payment-process"></a>

#### [`PAYMENT_PROCESS`](#payment-process)

DEPRECATED

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

Process payment.

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

### Member Of

[`AppManifestWebhook`](/api-reference/apps/objects/app-manifest-webhook.md) object  ● [`WebhookCreateInput`](/api-reference/webhooks/inputs/webhook-create-input.md) input  ● [`webhookEventsInfo`](/api-reference/miscellaneous/directives/webhook-events-info.md) directive  ● [`WebhookEventSync`](/api-reference/webhooks/objects/webhook-event-sync.md) object  ● [`WebhookUpdateInput`](/api-reference/webhooks/inputs/webhook-update-input.md) input
