01A card is swiped — what must happen before the terminal shows approved?
The network’s authorization request reaches our decision service, every applicable policy and the live budget are evaluated, and we answer approve or decline within the network window — an approval instantly holds the amount against the budget.
02What can an admin actually restrict?
Limits per employee, per team, per merchant category, per single merchant, and per transaction — composed down a company → department → card hierarchy where the most specific rule wins and the most restrictive result applies.
03An employee gets declined at dinner — do they learn why?
Yes, instantly: every decision carries the exact rule that fired, the employee gets a push naming it (“declined: over the monthly travel budget”), and an admin can raise the limit on the spot so the retry succeeds.
04Money approved is not money settled — what tracks the gap?
An approval places a hold for the authorized amount; when settlement arrives days later — often at a different amount (tips, fuel pre-holds) — the hold is replaced by the settled charge and the budget is corrected by the difference.
05How do receipts get attached to transactions?
Employees upload receipts any time; an async pipeline OCRs the image (optical character recognition — reads the text out of the photo) and fuzzy-matches on amount, merchant, and time window — confident matches auto-attach, the rest go to a human review queue, and matching never blocks a swipe.
06Where does all of this end up for the accountants?
Settled transactions land in a spend ledger with GL-code (general-ledger account) categorization and export continuously to the accounting system; month-end reconciliation against network settlement files proves nothing was missed or double-counted.