At a glance
Operational alert that fires when the PayPal decline rate jumps more than 2 standard deviations above the preceding 1-hour baseline. Built for the operations team, distinct from the executive PP Decline Rate gauge: this card is binary (firing or not), real-time, and explicitly statistical (handles both small-store noise and high-volume spikes). The trigger card behind PP Revenue at Risk (live).
Calculation
Calculated automatically from your PayPal data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A US-based subscription beauty brand running PayPal Express alongside Stripe. The 24 hours leading up to 14:00 UTC on 12 Apr 26 give us the baseline distribution. Hourly decline-rate baseline (preceding 24 hours):- The spike is 12.6 standard deviations above baseline. That’s an extraordinarily strong signal, statistically near-impossible by chance. Something concrete changed: a Risk rule misfire, a 3DS provider outage, a checkout deploy break, or a coordinated card-testing attack. The card fires hard. The operator’s first move is opening PP Decline Event Codes for the dominant subject.
- Compare with absolute-threshold alerting. A simple “alert at >8%” trigger would have caught this too (13.75% >> 8%), but on a different store with baseline 7% and natural stddev 1.5%, the same logic would over-fire every other quiet hour. The 2σ framing adapts to each store automatically.
- What if the same 13.75% rate had appeared on a high-volatility store? A store with baseline mean 9% and stddev 3% has 2σ threshold = 15%. The 13.75% rate would NOT trigger the alert because it’s within that store’s normal noise. That’s correct: such a store is already in trouble, but this hour wasn’t unusual for them. They need PP Decline Rate (absolute level) not this card (anomaly detection).
- What does the operator do? The Vortex IQ playbook: (a) open PP Decline Event Codes, find the dominant
transaction_subject; (b) ifdenied_by_risk, log into PayPal Business → Risk Settings and check for recent rule changes; (c) ifpayer_authentication_required, the 3DS provider has an outage, suggest Apple Pay / Google Pay as workaround; (d) ifnetwork_errororinstrument_declinedmass, check your own checkout for a recent deploy; (e) ifdenied_by_riskclustered to one IP / email pattern, you’re under a card-testing attack, see PP Fraud Velocity. - The spike will self-cancel if it persists. Sustained elevation raises the next hour’s baseline; by hour-3 of a sustained issue the spike alert has gone quiet (the new “normal” is the elevated rate). That’s by design: this card is for change detection. Sustained issues need PP Decline Rate which compares to a 7-day baseline.
Sibling cards merchants should reference together
Reconciling against the vendor’s own dashboard
Where to look in PayPal Business: PayPal Business does NOT offer a built-in σ-based decline-spike alert; this card is a Vortex IQ-derived signal. The closest PayPal-native screens for cross-checking:- Activity → All Transactions, filter Status = “Denied” + “Failed” for the last hour and previous hour, hand-compute the rate to verify our numbers.
- PayPal Business → Notifications for individual decline emails (per-transaction, not aggregate).
- PayPal Business → Risk Settings to see whether a Risk rule changed recently that might explain a
denied_by_riskspike. - PayPal Business → Reports → Activity download for the row-level CSV.
- “Live transactions” tile shows count but no rate calculation.
- The Risk dashboard’s “blocked transactions” counter does NOT distinguish baseline-vs-spike.
- “Real-time alerts” in PayPal Notifications is per-transaction, not aggregated.
Cross-connector reconciliation:
This card is a Vortex IQ-derived operational alert, not a PayPal-native metric. PayPal Business does not offer σ-based anomaly detection on the decline rate; if you want this signal you need either Vortex IQ or a custom-built monitoring layer on top of
/v1/reporting/transactions.
Known limitations / merchant FAQs
Why is the alert σ-based instead of an absolute % threshold? Because each store has different natural variability. A small store with 50 attempts/hour fluctuates 4-9% naturally; an absolute “alert at >8%” trigger over-fires every quiet hour. A high-volume store with 1,000 attempts/hour fluctuates 4.5-5.2%; the same trigger ignores meaningful 1-percentage-point deteriorations. The 2σ threshold normalises to each store’s own noise floor, alerts when something different is happening, regardless of absolute level. The alert fires every Monday at 02:00 UTC, why? Two common reasons: (1) eCheque batch clearance, banks process eCheque overnight Sunday and PayPal flips a chunk fromP to S or D in the early Monday hours, the morning hour’s “current” rate spikes; (2) an automated weekly drop email or recurring promo brings a sudden mostly-guest-checkout traffic burst. The first is structural and ignorable; the second is real and worth optimising. If the spike is recurring and the funnel doesn’t drop, suppress the alert window for that hour.
What’s the difference between this and PP Decline Rate?
Different jobs. PP Decline Rate is the absolute % gauge (alert fires at >8% sustained). This card is the anomaly detector (alert fires when the rate jumps statistically meaningfully vs the prior hour). On a sustained issue, this card fires once at the spike onset, then goes quiet as baseline catches up; PP Decline Rate fires when the elevated rate persists past the steady-state threshold. They complement each other.
Will this card miss a sustained slow-rise issue?
Yes, by design. A slowly-rising decline rate (each hour 0.2 percentage points worse than the last) never generates a 2σ jump because the baseline keeps catching up. Slow-rise issues need the absolute-level PP Decline Rate card. Operations teams run both.
Why is the baseline only 1 hour?
For responsiveness. A 24-hour or 7-day baseline would smooth out so much that hourly spikes get diluted. The 1-hour rolling baseline catches the moment something changed, which is what operations teams need. Trade-off: a sustained issue stops looking spiky after one hour. That’s why you pair this with the steady-state card.
Small stores get false positives, anything I can do?
Yes, two options: (1) suppress the alert below a minimum-attempts floor (e.g. only fire when current hour has ≥ 30 attempts), this requires a manifest tweak; (2) layer with PP Revenue at Risk (live) which dollar-weights the signal, a $20 at-risk signal on a small store usually means one unlucky decline, not a real issue. Most operational teams use the dollar-weighted view as the primary trigger and this card as a debug tool.
The card fires but the funnel didn’t drop, what’s happening?
Most likely you’re blocking real fraud and the spike isn’t real customer-loss, it’s blocked fraud-attempts. Open PP Decline Event Codes: if denied_by_risk dominates AND the email/IP cluster looks suspicious (multiple failed attempts from same IP), it’s a card-testing attack and PayPal Risk did its job. Cross-check with PP Fraud Velocity. No customer impact, no operational action beyond watching.
Stripe’s twin didn’t fire but PayPal’s did, why?
PayPal-only spikes are common because PayPal carries different traffic (younger, international, mobile, bank-funded) and is subject to PayPal Risk decisions Stripe never sees. PayPal-only fires usually point to: (1) a PayPal Risk rule change you can check in Risk Settings, (2) an eCheque clearance hiccup, or (3) a campaign disproportionately routed through PayPal Express. If both fire, the issue is upstream of either processor.
Does this card use the same baseline as PP Revenue at Risk (live)?
Yes, same 1-hour-preceding window. If both cards fire together (and they usually do), you have a high-confidence signal: statistical anomaly + dollar exposure. If the spike alert fires but at-risk is $0, the spike is in low-volume hours (overnight UTC) and probably not worth chasing.
Multi-currency PayPal account, does the alert work?
Yes, count-based. The σ calculation works on rate not value, so currency mix doesn’t affect the spike trigger. The dollar-weighted PP Revenue at Risk (live) shows the multi-currency exposure once the alert fires.