Payment Tokenization: How Tokens Replace PANs Across the Payment Chain
Every time you tap your phone at a terminal, add a card to an online merchant, or set up a recurring subscription, the system doesn’t use your actual card number. It uses a …
Payments architecture · EMV · AI systems
I’m Vincent Bevia. I work in payments at MultiSafepay (part of Ant Group), and I’ve spent years focused on POS architecture, EMV, and cryptography. I’m also the author of Point-of-Sale Systems Architecture — Volume 1 and The Obsolescence Paradox: Why the Best Engineers Will Thrive in the AI Era.
This blog is my space to share what I’m thinking about, learning, and discussing: POS systems, EMV, Payment Security, and, increasingly, about AI in general and how AI is reshaping this field. I also draw on my background in Electrical Engineering and Telecommunications — information theory, stochastic processes, and thermodynamics — the technical foundations that sit beneath much of this work.
Less corporate, more personal. Opinions, reflections, and the kind of things I’d talk about over coffee.
If you’re building payment technology — or just curious about how it all fits together — welcome.
Latest field notes
Every time you tap your phone at a terminal, add a card to an online merchant, or set up a recurring subscription, the system doesn’t use your actual card number. It uses a …
Old code isn’t the problem. Expired approvals are. Kernel lifecycle is really compliance alignment: whether the Level 2 (L2) kernel on your terminals still sits inside an …
Designing an FIR filter on FPGA still starts with fundamentals: convolution, z-domain structure, fixed-point limits, and synthesis constraints. AI can accelerate the workflow, but …
Modern AI is often framed as a clean break from classical engineering. For anyone who has worked in adaptive signal processing, that framing is misleading. The mathematical spine …
The Wiener filter has a clean claim: among all linear filters operating on wide-sense stationary input, it produces the minimum mean-square estimation error. That claim has a …
Inverse reinforcement learning (IRL) asks a different question from classical RL: instead of assuming a reward function and learning a policy, you observe expert behavior and infer …
The Markov Decision Process (MDP) is the standard formal object for sequential decision-making under uncertainty. It separates problem definition — states, actions, how the world …
Three words every payment professional uses — and confuses. Each lives at a different point in the settlement lifecycle, under a different protocol, with radically different …
There is a quiet architectural shift happening beneath the surface of the AI conversation. While the public discourse fixates on data center GPU clusters and trillion-parameter …
Q-learning for production decision systems: when tabular or deep Q-networks (DQN) make sense, state–action limits, stationarity, exploration cost, convergence risks—and when to say …