Introduction
ARS Banking is a full banking resource for FiveM servers. It covers player accounts, society accounts, cards, loans, savings, POS payments, and investments in one script.
See /installation/ for setup and /config/ for the full configuration reference.
Features
Section titled “Features”Core Banking
Section titled “Core Banking”- Personal checking accounts and shared accounts
- Job and gang society accounts
- Savings accounts with interest
- Internal and external transfers
- Bank statements and transaction history
- ATM access with optional bank card checks
Bank Cards
Section titled “Bank Cards”- Debit, prepaid, and credit cards
- PIN checks and card expiry
- Freeze, unfreeze, replace, renew, and lost/stolen flows
- Credit card auto-pay support
- Prepaid loading and unloading
- Cash advances at ATMs
Loan System
Section titled “Loan System”- 3-slot loan system
- Personal, business, and emergency loan applications
- Weekly repayment schedule
- Admin review, approval, denial, suspension, and reactivation
- Loan history retention
Investment Market
Section titled “Investment Market”- Buy and sell nine configured stocks
- 10-minute market updates
- OHLCV history and portfolio tracking
- Trading fees and price bounds
POS Terminal System
Section titled “POS Terminal System”- Register POS terminals for job accounts
- Card and cash payments
- Receipt history and refund support
- Boss access to the POS menu with
/posmenu - Session timeouts and distance checks
Admin Tools
Section titled “Admin Tools”- Economy stats and money distribution
- Player search by name or identifier
- Loan review and management
- Permission-based admin tabs
Technical
Section titled “Technical”- ESX, QBCore, and QBX support
ox_libandoxmysqldependenciesqb-bankingandqb-managementcompatibility exports- 7 locale files
- Server-side validation and permission checks
Requirements
Section titled “Requirements”ox_lib- UI components and callbacksoxmysql- Database access- ESX, QBCore, or QBX
Commands
Section titled “Commands”| Command | Access | Purpose |
|---|---|---|
/givecash [playerId] [amount] | Restricted server command | Gives cash to a nearby player within 5 units. |
/posmenu | Job boss | Opens the POS terminal for the registered job account. |
Database Tables
Section titled “Database Tables”| Table | Purpose |
|---|---|
ars_bank_accounts | Checking, savings, shared, job, and gang accounts. |
ars_bank_statements | Deposit, withdrawal, transfer, fee, loan, card, and refund history. |
ars_bank_loans | Loan applications, active loans, slot data, and repayment status. |
ars_bank_cards | Debit, prepaid, and credit card records. |
ars_bank_pos_terminals | Registered POS terminals for businesses. |
ars_bank_pos_transactions | Completed POS payments and receipts. |
ars_bank_investments | Player stock holdings. |
Note: This guide is written by a third party. If you find any incorrect or outdated information, please contact us on Discord so we can update it for you.