← rafacalvo.nyc  ·  Defensive publication  ·  Visa

Quick Split POS

A faster way to split the check at the table. Built by re-orchestrating payment technology that already exists, not inventing new hardware.

Published Jan 23, 2025 Technical Disclosure Commons · Art. 7755 Inventors: Rafael Calvo & Yuexi Charles Chen

The problem: splitting a bill is slow

When a group splits the check, the terminal is worked one person at a time. For every diner the waiter repeats the same loop: start the transaction, capture the card and PIN, then wait for the network to authorize before moving on.

A table of ten can take 5–10 minutes. The waiter is stuck at one table, other tables wait, and every extra step is another chance for an error.

Same table, a fraction of the time

The idea collapses that sequential loop into one capture burst, then authorizes everyone in parallel.

Capture (tap / PIN) Authorize + network wait Setup (once) Authorize in parallel Conventional: one payer at a time ≈ 5–10 min Quick Split POS: capture everyone, authorize in parallel tap · tap · tap · tap all at once time saved time →
Conventional splitting is a repeated init → capture → authorize loop. Quick Split configures once, captures every card in rapid succession, then runs the authorizations in parallel.

How it works

1

Set up once

The waiter enters the total, the number of parts (equal or custom) and the tip style, one time.

2

Tap all around

The terminal sits on the table in “reading mode”. Each diner taps, dips or scans in quick succession, with no waiting between them.

3

Hold & batch

Each credential is captured and its authorization request is stored temporarily instead of being sent one by one.

4

Authorize in parallel

Requests are sent together and a summary shows what cleared, isolating only the cards that declined.

Why it's novel

The key move

It decouples capturing the card from authorizing it. Once those two steps no longer have to happen back-to-back, many payers can tap first and the network round-trips can run in parallel, turning a serial queue into a batch. Same terminals, same kernels, same rails: only the orchestration changes.

Built from existing building blocks

No new hardware. The split-payment logic sits on top of the components a modern POS terminal already has.

POS TERMINAL Split Payment Application Gateway Connector PED PIN entry Payment kernels Visa Mastercard Amex Discover Cards & wallets tap · dip · QR
The Split Payment Application drives the existing gateway connector, PIN entry device and multi-scheme kernels, orchestrating them to capture in bulk and authorize in parallel.

The details that make it work

Clean exceptionsOnly the card that declined needs attention: last-4, brand, issuer and a split reference (e.g. 3/4), while the rest of the split stands.
Equal or customSplit a $120 tab into four equal $30 parts, or let each diner pay a different amount; shared or individual tips.
Confident captureThe terminal shows the last four digits and a miniature of the card art, and beeps on each successful read so nobody is unsure.
Refunds stay linkedReversals and refunds are tied back to the original split session, so the whole group can be unwound cleanly.