Foxera Terminal · iOS app
Foxera Terminal is the companion iPhone app for the Foxera booking platform. Staff take the payment on the same phone they carry, using Tap to Pay on iPhone, so there's no card machine to buy or reconcile.
The idea
Salons taking card payments usually have a separate terminal, which means another device to buy, charge and reconcile against the day's bookings. Tap to Pay on iPhone removes it: the client holds their card or phone near the top of the iPhone and the payment goes through Stripe, against the booking it belongs to.
The app itself is deliberately small. Staff log in once, the app connects and waits, and when someone takes a payment in the dashboard the amount appears on the phone ready to tap. Everything else — the sale, the receipt, the reporting — stays in the booking system.
How it works
Staff sign in with their Foxera account. The app gets a short-lived connection token from the booking system's API, then prepares and connects to the reader, showing what it's doing at each step. It reconnects by itself when the phone comes back from the background.
On the first connection Apple's terms and account linking are presented by the Stripe SDK, followed by Apple's own instructions for holding a card to the phone. A help screen keeps that material available afterwards, and a first-launch splash explains what Tap to Pay is.
Once connected the app sits on a green Ready screen and checks the booking system every second for a payment. When a checkout is started in the dashboard, the amount appears within about a second and collection begins. In testing, opening the app to a completed payment took around 20 seconds.
A payment shows a clear accepted or declined result with the amount, then returns to Ready for the next one. The booking system sends the client a receipt either way, which is one of Apple's requirements.
An iPhone that's too old or on an iOS version below 16.4 gets a screen explaining that, not a dead end. Crashes and handled errors are recorded with a trail of what happened beforehand, and shown on the next launch, which is what made the on-device problems findable at all.
Apple holds Tap to Pay apps to a specific checklist: how the app connects, which states it names on screen, the education it has to show, the devices it supports and the receipts it has to send. Each item was tracked through the build, and the first-run, returning-user and checkout flows were recorded and checked against what Apple asks to see.
Stack