> For the complete documentation index, see [llms.txt](https://ambr4-scripts.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ambr4-scripts.gitbook.io/docs/scripts/banking-system/changelog.md).

# Changelog

<details>

<summary><strong>Update: v1.0.2</strong></summary>

**New Features**

* Added physical bank cards as real inventory items.
* New accounts can now issue their own matching bank card item.
* Added configurable physical card support through `Config.PhysicalCards`.
* Added configurable ATM card requirement support.
* Players can now be required to carry the correct account card to use ATM withdrawals.
* Added per-account-type card item support through `Config.AccountTypes`.
* Each account type can now use its own separate physical card item.
* Added card status actions directly inside the `Card Details` section.
* Added `Block Card` and `Unlock Card` actions through the card status dropdown.
* Added full replacement card flow through `New Card`.
* Replacement cards now keep the same account and IBAN while generating a new card number, new CVC, and a new PIN.
* Replacement cards now return to `Inactive` status until signed again.
* Old cards now stop working after a replacement card is issued.
* Added support for stolen card gameplay.
* Players can now use stolen physical cards at ATMs if the card is still valid and not blocked.
* If the account requires a PIN, the correct PIN must still be entered before access is granted.
* Stolen card access now appears separately inside the ATM interface under its own access section.
* External card balances are now hidden until the card is successfully authenticated.
* Account owners can now protect themselves by blocking lost or stolen cards directly from the banking UI.

**Interface Updates**

* Updated ATM account selection spacing and layout behavior.
* Improved ATM scrollbar spacing for a cleaner and more consistent look.
* Added separate ATM account access display for external card usage.
* Improved card interaction flow inside the `Card Details` module.

![](https://1757171837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBXXjbICkmRIba6iAFqR7%2Fuploads%2Fgit-blob-cbab1d30f37c566369564188758215530ada730b%2Fbanking-1-v102.png?alt=media)

![](https://1757171837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBXXjbICkmRIba6iAFqR7%2Fuploads%2Fgit-blob-21293314b9e0ff39221d91ec5738c3e303db5b72%2Fbanking-2-v102.png?alt=media)

![](https://1757171837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBXXjbICkmRIba6iAFqR7%2Fuploads%2Fgit-blob-2279fe2c74e8feeeba5b114de70bcfafd4852572%2Fatm-1-v102.png?alt=media)

⚠️ Update is live. If you don’t see it immediately, give it a few minutes to propagate.

</details>

<details>

<summary><strong>Update: v1.0.1</strong></summary>

**Fixed**

* Main account balance now updates correctly after **deposit**, **withdraw**, and **transfer** actions.
* Cash and bank values now sync properly with the real QBCore `players.money` data.
* Banking UI no longer shows outdated main account balances after transactions.
* Receiver and sender balances now update correctly when transferring money between accounts.
* Main account data now follows native QBCore money behavior more accurately.

**Improved**

* Main account money flow was adjusted to use the proper QBCore-style handling for bank and cash changes.
* Balance refresh after successful actions is now more reliable in the banking UI.
* Main account balance rows are now kept aligned with the actual framework bank balance.

**Result**

* If money is added or removed through the banking UI, it now updates correctly in:
  * the QBCore player money data
  * the banking UI
  * the main account balance records

⚠️ Update is live. If you don’t see it immediately, give it a few minutes to propagate.

</details>
