Exports & API
Server Exports
GetAccountBalance
local balance = exports['pulsar-banking']:GetAccountBalance(citizenid, accountType)Parameter
Type
Required
Description
-- Get a player's checking balance
local balance = exports['pulsar-banking']:GetAccountBalance('ABC12345')
print('Balance: $' .. balance)
-- Get savings balance
local savings = exports['pulsar-banking']:GetAccountBalance('ABC12345', 'savings')GetPlayerAccounts
Parameter
Type
Required
Description
Integration Examples
Check balance before purchase
Display all player accounts
Last updated
