Cards & inventory

Virtual card management and optional physical card item setup.

Players manage a virtual bank card from the Cards tab. Optionally require a physical alpy_card inventory item to use ATMs.

Alpy Banking card management

Physical card item (optional)

Config.RequiredCard = false   -- true = ATM requires card item
Config.CardItem     = 'alpy_card'
Config.OrderCard    = false   -- true = players can order card from UI

Installation snippets for each inventory system are in AlpyBanking/INSTALL/:

  • INSTALL/ox_inventory/items.lua
  • INSTALL/qs-inventory/items.lua
  • INSTALL/tgiann-inventory/items.lua

Bank branches vs ATMs

Bank branches are never gated by the card item — only ATMs check for Config.CardItem when Config.RequiredCard = true.

Card actions

  • Freeze / unfreeze card
  • Toggle online payments and transaction alerts
  • Change card PIN (separate from account login PIN)
  • Order physical card from UI when Config.OrderCard = true