What should I do when a customer’s payment fails?

Money & Running the Business

What should I do when a customer's payment fails?

The short answer

Confirm the failure in your processor, identify whether it is retryable, and send the customer a secure way to update or retry payment. Don’t ask for card details by email or keep hammering the same card blindly.

For subscriptions, decide in advance how many retries you allow and when service pauses. For a one-time purchase, hold delivery until the provider shows a successful payment.

Check the status before contacting the customer

“Failed,” “pending,” “requires action,” and “declined” do not mean the same thing. Open the transaction in your own account and note:

  • customer and invoice or order number.
  • amount and payment method.
  • provider status and reason code.
  • whether money ever left the customer.
  • scheduled retry date, if any.
  • effect on access or delivery.

Stripe’s subscription status guide distinguishes failures that need a new payment method from payments that require customer authentication. Use your own provider’s status documentation rather than translating every failure into “insufficient funds.”

Send a useful message

Try:

Hi Amara, the payment for invoice 382 didn’t complete. No need to send card information to me. Please use this secure link to update the payment method or try again. Your account is still available through Thursday; reply here if you need help.

Give the invoice number, amount, secure link, and any service deadline. Avoid language that sounds accusing. Cards expire, banks block unfamiliar purchases, and authentication steps time out.

Retry with a plan

Some billing systems can retry automatically. Stripe says many failed invoice and subscription payments are recoverable. But it does not retry when no payment method is available or after certain hard declines. See its payment retry documentation.

Choose a modest schedule that fits your offer. A monthly membership might retry over several days. A same-day appointment can’t wait two weeks. Tell the customer what will happen after the final attempt.

Never create repeated manual charges just to see whether one works. That can produce duplicates if delayed attempts later succeed.

Separate payment recovery from customer access

Write down the service rule:

  • what remains available during a grace period.
  • what pauses after the deadline.
  • whether work already delivered can be revoked.
  • how service resumes after payment.
  • who handles exceptions.

Follow your agreement and applicable consumer, contract, and subscription laws. Those rules vary by location, so have a qualified local professional review high-risk policies.

Record the outcome

If the payment later succeeds, match it to the original invoice or order. Don’t record the retry as a second sale. If the customer cancels, stop future attempts according to the agreement and preserve the correspondence.

If failures become common, look for a system problem: expired stored cards, a broken update link, incorrect currency, confusing statement descriptor, or a product your processor restricts. One failed card is a customer event. Twenty in a morning may be an integration incident.

Sources and further reading

A free next step

You don't have to build this alone

Bring your questions, share what you're working on, and meet other women building businesses from home. It is free to join.

Join Our Community Free

Helpful WAHMN tool

Use the Cash Flow Planner to see how failed payments affect the money available for upcoming expenses.

Related Questions

← All questions