Table of Contents
- The Invisible Revenue Leak Killing Your Fleet Utilization
- Why Standard Dunning Logic Fails in Car Sharing
- A 5-Step Dunning Recovery System for Car Sharing Platforms
- Step 1: Segment Failed Payments Before You Retry
- Step 2: Build Pre-Dunning Triggers Around Trip Lifecycle Events
- Step 3: Implement Smart Retry Timing Based on Card Type and Usage Pattern
- Step 4: Use Multi-Channel Recovery Sequences, Not Just Email
- Step 5: Set Account-Level Rules That Prevent Compounding Exposure
- Frequently Asked Questions
- How is dunning for car sharing different from dunning for other rental platforms?
- What retry frequency actually works for car sharing platforms?
- Should we block members from booking when they have a failed payment?
- What payment information should we collect at signup to reduce dunning volume?
The Invisible Revenue Leak Killing Your Fleet Utilization
A member books a car for Saturday morning. Your platform authorizes the hold, confirms the reservation, and unlocks the vehicle. Then the payment fails on settlement. You've already handed over the keys.
This is the core dunning problem for car sharing platforms, and it's structurally different from SaaS or e-commerce. The service is delivered before payment is confirmed. The asset — a physical vehicle — has already left the lot. By the time a failed payment surfaces in your billing system, you're not just losing subscription revenue. You're managing a completed trip with an unsettled balance, a member who may book again before you catch it, and a fleet record that doesn't match your financials.
Platforms like Turo, Getaround, and Zipcar all face this. The specific failure modes differ by model — peer-to-peer vs. fleet-owned — but the underlying payment recovery challenge is the same: involuntary churn from failed payments is your highest-leverage, lowest-visibility revenue problem.
---
Why Standard Dunning Logic Fails in Car Sharing
Most dunning tools are built for subscription businesses. Retry on day 1, day 3, day 7. Send a payment failed email. Pause the account.
That sequence doesn't map to car sharing for three reasons.
First, usage is episodic, not monthly. Members don't interact with your platform on a fixed schedule. A member who last used your service six weeks ago and has a failed payment sitting in your queue isn't a subscription churn risk — they're a lapsed user with a balance. The dunning approach needs to reflect that difference.
Second, the payment failure often triggers a cascading operational problem. A failed trip payment means your accounts receivable is out of sync with your trip ledger. If that member books again — and many will, especially on platforms with no real-time account holds — you're compounding the exposure.
Third, the card on file is more likely to be stale. Car sharing members often sign up once and use the platform sporadically. Card expiration and issuer-side declines are higher in this cohort than in active monthly subscribers. Your retry logic needs to account for this card quality distribution.
---
A 5-Step Dunning Recovery System for Car Sharing Platforms
Step 1: Segment Failed Payments Before You Retry
Not all failed payments belong in the same queue. Before your first retry fires, segment by failure reason.
- Soft declines (insufficient funds, temporary hold, do-not-honor): Retry within 24-48 hours. These resolve themselves most of the time.
- Hard declines (card number invalid, account closed, stolen card): Do not retry. Route immediately to card update flow.
- Expiration declines: Send a card update prompt, not a generic payment failed message. The framing matters — "Your card on file has expired" gets a higher response rate than "Your payment didn't go through."
Most payment processors — Stripe, Braintree, Adyen — return reason codes that let you do this segmentation automatically. If you're treating all declines the same way, you're burning retry attempts on hard declines and annoying members who have a different kind of problem.
Step 2: Build Pre-Dunning Triggers Around Trip Lifecycle Events
Pre-dunning is the practice of surfacing payment friction before a failure happens. In car sharing, you have natural lifecycle moments that create permission to talk about payment health.
Use these triggers:
- 48 hours before a scheduled reservation: Run a silent authorization check. If the card fails the pre-auth, send a payment update prompt before the trip starts. This is operationally cleaner than recovering post-trip.
- Membership renewal dates (for subscription-based access plans like those used by Zipcar's monthly members): Send a payment confirmation 5 days before renewal with a direct link to update billing details.
- After a long inactivity period: If a member hasn't booked in 90+ days, they're a high expiration-risk account. A re-engagement sequence that includes a card confirmation step recovers this before it becomes a failed payment.
This is the highest-ROI move in your dunning stack. Preventing the failure is cheaper than recovering from it.
Step 3: Implement Smart Retry Timing Based on Card Type and Usage Pattern
Retry timing is not one-size-fits-all. A member who books twice a month at 8am on weekdays has a very different payment behavior profile than someone who books once a quarter at 11pm on a Friday.
Need help with dunning optimization?
Get a free lifecycle audit. I'll map your user journey and show you exactly where revenue is leaking.
For high-frequency members: Retry within 6-12 hours. These members are engaged and more likely to have a temporary issue — a maxed card they'll clear, a new card they forgot to update.
For low-frequency members: Retry at 24 hours, then 72 hours. Don't over-sequence. Three retry attempts over 7 days is the practical ceiling before you need human intervention or a different recovery channel.
Match retry timing to payday patterns. A significant portion of declined cards in car sharing are soft declines related to available balance. Scheduling retries for the 1st and 15th of the month — when most direct deposits land — measurably improves recovery rates. Some platforms report 8-12% lift in recovery from timing adjustments alone.
Step 4: Use Multi-Channel Recovery Sequences, Not Just Email
Email open rates for payment failure messages hover around 40-50% in best-case scenarios. That means half your members aren't seeing your dunning messages.
Layer your recovery sequence:
- Email (immediate, automated, clear CTA to update payment)
- Push notification (if your app has notification permissions — many car sharing platforms do, because members need real-time booking confirmations)
- SMS (for balances above a threshold — $50+ is a common floor for adding SMS to avoid high-volume messaging costs)
- In-app blocker (on next login or booking attempt, surface the outstanding balance before allowing a new booking — this is your highest-converting recovery touchpoint)
The in-app blocker is underused in car sharing. Members who open your app to book a car are high-intent. A well-designed payment update screen placed at the booking confirmation step — not as a hostile block, but as a friction point with a clear resolution path — converts at significantly higher rates than email alone.
Step 5: Set Account-Level Rules That Prevent Compounding Exposure
Once a payment fails, your risk exposure grows with every additional trip the member completes. Set clear automated rules:
- Soft hold on new bookings after a first failed payment. Don't cancel existing reservations, but require payment confirmation before new ones are confirmed.
- Escalate to manual review for accounts with two or more failed payments in a 30-day window.
- Write-off thresholds with collections handoff for balances over a set amount (typically $150-200) that haven't recovered after 14 days.
The goal is to stop the compounding problem, not to punish members who had a temporary payment issue. Calibrate these rules to reflect the difference.
---
Frequently Asked Questions
How is dunning for car sharing different from dunning for other rental platforms?
The key difference is delivery timing. In car sharing, the service is delivered before payment settles, which means you're recovering revenue after the asset has already been used. This requires pre-dunning work — catching payment issues before the trip — in addition to standard post-failure recovery sequences. Other rental marketplaces, particularly those requiring deposits, often have more payment confirmation steps built into the booking flow.
What retry frequency actually works for car sharing platforms?
Two to three retries over seven days is the effective window for most soft declines. Beyond that, recovery rates drop sharply and you risk additional card processing fees on failed attempts. The more important variable is timing — matching retries to payday patterns and high-intent moments (like when a member opens the app to book) outperforms raw retry frequency.
Should we block members from booking when they have a failed payment?
A soft hold — requiring payment confirmation before a new booking is confirmed — is the right balance. A hard block that prevents members from even viewing the app or browsing inventory creates unnecessary friction and can accelerate churn among members who had a simple card expiration issue. The goal is to route them toward resolution, not away from your platform.
What payment information should we collect at signup to reduce dunning volume?
Collect a backup payment method at signup. Platforms that require two cards on file — a primary and a backup — see meaningfully lower failed payment rates because the retry can cascade to the second card automatically. This is standard practice in higher-risk rental categories and worth the small signup friction it creates.