kanchangaur.com / Payout ETA
LOS ANGELES

Payout ETA

2025 / lyft / driver app, payments, four weeks

Lyft pays drivers automatically every week. The most common question drivers ask support is some version of where is my money, and the app had no answer. A payout appeared in the bank when it appeared, and until then the driver was guessing.

The brief came from Lyft’s PII team (Payments, Identity and Integrity) as part of their end-to-end payouts initiative: design a simple, intuitive way to show the progress and expected arrival of a weekly payout. Four weeks, embedded with their engineering, product and content design.

The shipped payout detail screen, the amount and expected arrival at the top, plain-language status copy, and the inline ETA, all inside the existing components
// the shipped screen: an inline ETA and plain-language status, delivered with text-only changes
##

The numbers behind the question

Weekly payouts, Lyft Direct and Express Pay together drove three quarters of all payouts-related support volume. Nearly one in five payout tickets was a status enquiry, and about 70% of those were one status in particular: deposit pending. Drivers were not reporting problems. They were asking for a timeline.

The page that could have answered them, payout history, had 5% adoption. When something felt off, drivers opened the Earnings tab first, because money means earnings. It had no payout information at all.

Driver navigation journey through the Lyft Driver App, from the Earnings tab through the weekly breakdown to payout activity, payout detail and help
// fig.1: the journey map, and the 5% adoption problem
##

What drivers said

Three insights shaped everything that followed. Trust: the AI support assistant felt generic, never about their specific payout. Terminology: payment, earnings, payout and deposit read as the same word, and many drivers are not native English speakers; the vocabulary itself was causing tickets. Access: drivers looked in the Earnings tab first, and the answer lived somewhere else.

So the goals wrote themselves. For drivers: show payout status clearly, where is my money, and when does it land in my bank. For the business: reduce the high-volume support contacts that a missing timeline was generating.

##

Working with the data that existed

First conversation with engineering: is there ETA data? No. The payment provider offers an arrival_date, a date with no hours, which ignores bank-side processing, and which is not guaranteed stable once a payout is initiated.

What did exist, reliably, were four transaction statuses: created, processing, processed, paid. Those four system states became the design foundation: translated into three driver-facing steps, written in plain language, with the ETA carried inline.

INTERACTIVE / PAYOUT TRACKER
$433.55
weekly payout · to bank ····4567
IN PROGRESS

expected by fri, aug 15
// working model: advance the payout through its life. SHOW BACKEND reveals the four system statuses beneath the three driver steps
##

The constraint that shaped the ship

Then the scope met reality, twice. Months earlier, fetching arrival_date from the payment gateway had caused latency spikes, timeouts and 503s, the emergency fix was to disable those requests entirely, and no long-term solution existed yet. And the payout screen itself was nine years old, never updated, with no component library behind it. Engineering’s answer for the first milestone: text-only changes. No new components.

So I asked the team, what can we do? The answer became the design: inline ETA text, empathetic status copy, and standardised formatting, delivered entirely inside existing components. The visual tracker and the pending/history tabs were designed, specced and banked for the phase where the platform catches up.

> Start small, ship something that works, and build from there.
##

The audit that paid for itself

Auditing the existing screens surfaced the quiet errors drivers see fifty-two times a year: amounts truncated instead of wrapped, the dollar sign drifting after the number, inconsistent decimals, a currency labelled “US”. The fixes are unglamorous, $ before the number, always two decimals, USD, and they moved the crucial information, amount and ETA, to the top of the page.

Design audit, annotated payout screens: wrap long labels so amounts are never hidden, dollar sign before the number, two decimal places, USD not US
// fig.2: the audit, annotated: wrapping, $ placement, decimals, USD
Design explorations, a vertical status tracker, pending and history tabs, and inline ETA status options
// fig.3: explorations: vertical tracker, pending/history tabs, inline ETA
##

Final design

The ETA now lives in both places drivers look: inline in payout history, payout in progress: paid by Aug 15, and in the payout detail, in a full sentence a person would actually say. Pending payouts were separated from history, because a payout that has not arrived is not history yet; each section carries one purpose, so a pending amount can never read as already paid.

Payout activity, before and after, the shipped version adds an inline Paid by Aug 15 status
// fig.4a: shipped: the payout history screen
Payout detail, before and after, amount and ETA surfaced at the top in plain language
// fig.4b: and the detail screen: inline ETA and human status copy, inside the existing components
Visual payout tracker designed for future phases, a stepper inside the payout detail showing sent, at the bank, and deposited
// fig.5: the tracker, waiting for the platform to catch up
##

Outcome

−5%
Payout support tickets in the first month after launch.
70%
Of status-update tickets were “deposit pending”, the exact question the inline ETA now answers before it is asked.
4→3
System statuses translated into three human steps, shipped as text today, a visual tracker specced for tomorrow.

What I keep from this one: scope went from a full visual tracker to text-only changes, and the shipped version still moved the number, the job is finding the best solution inside whatever constraints you are given. Early engineering collaboration and weekly design reviews are what made that possible.

There is a companion essay about this space, designing for money you have already earned.