← Shopware 6.7.8.1

Shopware 6.7.8.1 payment_token

Short-lived tokens for payment gateway callbacks (return URLs after redirect-based payments).

Columns

3 columns

Column Type Nullable Additional
token char(32) NO Primary Key
expires datetime(3) NO
consumed tinyint(1) YES Default: 0

Indexes

1 indexes

Index Name Columns Unique
PRIMARY token Yes