AI-Based Fraud Detection System for Subscription-Based Payment Services
This paper proposes and evaluates an AI-based fraud detection system specifically designed for subscription-based payment services, demonstrating that a hybrid XGBoost+Bi-LSTM architecture outperforms standalone models across multiple metrics on a synthetic dataset covering six distinct fraud types, while explicitly acknowledging the results as proof-of-concept evidence rather than validated real-world performance.
Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
In the digital economy, a subscription is more than a simple purchase; it is an ongoing relationship. Unlike buying a single item at a store, a subscription involves a customer signing up for a service that bills them repeatedly on a schedule, often with a free trial period to start. This recurring nature creates a unique landscape for fraud. Criminals do not just steal a credit card number to make one large purchase; they exploit the rhythm of the billing cycle. They might use stolen cards to sign up for dozens of free trials, testing the validity of the numbers before using them elsewhere. They might share login credentials to resell access, or they might wait until a legitimate customer has used a service for months before disputing the charges to get a refund while keeping the service. Because these attacks rely on patterns over time rather than a single suspicious transaction, traditional fraud detection systems, which are often designed to spot one-off anomalies, struggle to see them.
This paper addresses that gap by proposing a new way to detect fraud specifically for subscription services. The author, an independent researcher, argues that because subscription billing has a predictable structure, deviations from that structure are powerful clues. To test this idea, the researcher built a computer simulation of a subscription business. This simulation created a fake universe of 2,600 subscriber accounts over a period of two years, generating tens of thousands of events like logins, billing attempts, and plan changes. Into this realistic stream of normal activity, the researcher injected six specific types of fraud, including trial abuse, account hijacking, and "friendly" fraud where a customer claims they didn't authorize a charge. The goal was to see if an artificial intelligence system could learn to spot these specific patterns in the noise of everyday life.
The researcher first mapped out ten different categories of information that could signal trouble. These ranged from the obvious, like a sudden change in the amount charged, to the subtle, like a login from a new device that happens right before a billing change. The system also looked at how accounts were connected, such as multiple accounts using the same computer or IP address, which often indicates a coordinated attack. With this data in hand, the study tested five different types of machine learning models. Some were simple and fast, looking at individual events in isolation. Others were more complex, designed to remember a customer's entire history and understand the sequence of their actions over time, much like a person remembering a friend's usual habits to notice when something is out of place.
The most significant finding came from combining these approaches. The researcher built two hybrid systems that took the best of both worlds: one part that analyzed the static details of an account, like the device and location, and another part that studied the timeline of the customer's behavior. One of these hybrid models, which combined a powerful decision-making engine with a system that could read sequences of events, proved to be the most effective. In these simulations, it caught more fraud than any single model could on its own, while also making fewer mistakes that would annoy legitimate customers. It successfully identified about 61 percent of the fraudulent attempts while keeping the number of false alarms low. Another hybrid model, which used a different method to spot unusual patterns without needing to know exactly what fraud looked like in advance, was also successful but made a different trade-off: it was even better at avoiding false alarms but caught slightly fewer actual fraud cases.
The study also revealed that not all fraud is created equal. The system was excellent at catching "hijacking," where someone takes over an account, and "refund abuse," where a customer repeatedly signs up and cancels to get free service. However, it struggled with "friendly fraud," where a legitimate customer simply disputes a charge after using the service for a long time. The paper explains that this is not a failure of the technology but a fundamental reality of the problem: at the moment a bill is generated, a disputed charge looks exactly the same as a normal one. It only becomes visible as fraud later, after the customer files a complaint. This distinction is crucial, as it shows that some types of fraud can only be identified after the fact, not in real time.
Throughout the research, the author was careful to note the limits of the work. The results were generated entirely within a computer simulation, not from real-world data from a company. While the simulation was designed to be realistic and the results were consistent across many different test runs, the numbers represent a proof of concept rather than a guaranteed performance in the real world. The study also found that the system's ability to detect new, unseen types of fraud was limited; if a criminal invented a completely new method that the system had never seen before, the models would likely miss it. This suggests that while these tools are powerful, they must be part of a larger, evolving strategy. The paper concludes that by tailoring fraud detection to the specific, recurring nature of subscriptions, businesses can better protect themselves without punishing their honest customers, but the work remains a starting point for further development rather than a final solution.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.