When Stripe returns decline code pickup_card, it means: card ordered confiscated by issuer. This is classified as a fraud in the Fraud subcategory. This type of decline usually requires direct customer action to resolve.
LostChurn does not auto-retry fraud-flagged transactions. Instead, we send a carefully worded email asking the customer to verify the charge with their bank, then provide a secure retry link. This protects both the merchant and customer.
Do not automatically retry fraud-flagged transactions. Wait for customer verification before attempting again. If the customer confirms the charge is legitimate, retry once after they've contacted their bank.
The code pickup_card is also returned by 2 other payment processors:
LostChurn detects pickup_card declines in real time and applies the optimal recovery strategy — no manual intervention needed.