Banking
A complete, modern banking system for QBox servers. FinalStory Banking pairs a clean, responsive NUI with a full roleplay financial layer: personal and organization accounts, transfers, an invoice/billing system, bank loans with interest, ATM access with a configurable fee, court-ordered account freezing, and CSV statement export.
Documentation: BANKING | FinalStory Docs
Highlights
Personal, job, gang and player-created shared sub-accounts, all in one panel.
Deposit, withdraw and transfer between citizens, organizations and your own accounts.
ATMs and bank teller peds with map blips around Los Santos and Paleto.
Small configurable ATM withdrawal fee, shown before you confirm.
Full transaction history with search and one-click CSV export.
Invoices and bills
Issue invoices to a player or directly to an organization.
Status lifecycle: pending, paid, rejected, expired (auto-expires after a configurable period).
Pay from a personal or organization account, or reject where allowed.
Issuing organizations get a searchable, paginated "Issued" view and can delete pending invoices. Paid invoices auto-credit the organization account.
/faktura [id] lets whitelisted jobs bill a player on the spot.
Loans
Request loans up to a configurable maximum.
Configurable interest rate and term.
Repay in full or in partial amounts; one active loan per player.
Automatic overdue detection and full loan history.
Court / DOJ freezing
Freeze and unfreeze accounts, built for police MDT / DOJ integration.
Freezing a personal account secures the balance so payments fail while frozen; unfreezing returns the exact amount. Every action is logged.
Economy
The ATM withdrawal fee, loan maximum, interest rate, loan term and displayed currency are all configurable to match your server's economy.
Free phone app (lb-phone)
Running lb-phone? Grab erp_bankapp — a free companion app that puts a Fleeca Bank app on the phone: check balances, browse transaction history, transfer money (including to offline players) and pay invoices without an ATM. Bosses can review company invoices too. It's a thin front-end — all logic stays in this resource — so it needs both erp_banking and lb-phone.
Free download — requires lb-phone (otherwise it does nothing).
Framework and dependencies
Built for QBox (qbx_core).
Requires ox_lib, oxmysql and ox_target.
Fully localized via ox_lib locales (English and Czech included); the whole UI is translated from locale files.
Optimized — idle at 0.00ms.
Installation, configuration, the integration/exports API and database notes are covered in the README included with the resource.