Skip to main content

StorePaymentMethodEnum Enum

Enum representing the type of a payment storage in a gateway.

Values

Show deprecatedHide deprecated

ON_SESSION

DEPRECATED

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

On session storage type. The payment is stored only to be reused when the customer is present in the checkout flow.

OFF_SESSION

DEPRECATED

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

Off session storage type. The payment is stored to be reused even if the customer is absent.

NONE

DEPRECATED

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

Storage is disabled. The payment is not stored.

Member Of

PaymentInput input