MageSmith

💳 Magento_Vault · engine innodb

vault_payment_token

Vault tokens of payment

Neighbourhood (1-hop foreign-key graph — showing 2 of 2)

flowchart LR
  c["vault_payment_token"]:::center
  n0["customer_entity"]
  click n0 "/schema/table/customer_entity"
  n0 -- customer_id --> c
  n1["vault_payment_token_order_payment_link"]
  click n1 "/schema/table/vault_payment_token_order_payment_link"
  c -- payment_token_id --> n1
  click c "/schema/table/vault_payment_token"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (12)

NameTypeNullDefaultComment
entity_id PKint unsignednoEntity ID
customer_id int unsignedyesCustomer ID
website_id int unsignedyesWebsite ID
public_hash varchar(128) noHash code for using on frontend
payment_method_code varchar(128) noPayment method code
type varchar(128) noType
created_at timestamp noCURRENT_TIMESTAMPCreated At
expires_at timestamp yesExpires At
gateway_token varchar(255) noGateway Token
details text yesDetails
is_active boolean notrue
is_visible boolean notrue

Keys & indexes

Primary key: entity_id

Unique

  • VAULT_PAYMENT_TOKEN_PAYMENT_METHOD_CODE_CSTR_ID_GATEWAY_TOKEN (payment_method_code, customer_id, gateway_token)
  • VAULT_PAYMENT_TOKEN_PUBLIC_HASH (public_hash)

References (1)

Referenced by (1)