Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
Overview
Billing
OverviewAbout the Billing APIs
Subscriptions
Invoicing
    Overview
    API quickstart
    Integrate with the API
    Invoicing without code
    Invoice lifecycle
    Preview invoices
    Edit invoices
    Schedule invoice finalisation
    Status transitions and finalisation
    Send customer emails
    Generate credit notes
    Invoice customers
    Customers
    Customer credit balance
    Customer tax IDs
    Invoice payments
    Hosted Invoice Page
    Create invoice payment plans
    Accept partial payments
    Payment methods for invoices
    Automated collections
    Invoice customisation
    Customise invoices
    Invoice rendering templates
    Group invoice line items
    Summarise line items
    Global invoicing
    Best practices
    Multi-currency customers
    Other invoicing features
    Products and prices
    Manage bulk invoice line items
    Taxes
Usage-based billing
Quotes
Customer management
Billing with other products
Revenue recovery
Automations
Revenue recognition
Test your integration
Tax
Overview
Use Stripe tax
Manage compliance
Reporting
Overview
Select a report
Configure reports
Reports API
Reports for multiple accounts
Revenue recognition
Data
OverviewSchema
Custom reports
Data Pipeline
Data management
HomeRevenueInvoicing

Send customer emails

Configure and send invoicing emails to your customers.

Set up Stripe to send important email notifications and reminders to your customers. You can configure email notifications to contain a link to a Stripe-hosted page or your own custom URL that customers can use to confirm or update their payment details and manage their subscriptions.

Invoice compliance

Stripe invoices are customisable. Because you have a better understanding of your customers and your business than Stripe does, make sure that your invoices include all the necessary information.

Customer emails

You can configure Stripe to send email notifications or reminders to your customer:

  • Upon failed payment attempts.
  • After Stripe finalises an invoice.
  • With receipts after invoices are paid.
  • When a payment requires 3D Secure.
  • When a card on file is about to expire.
  • If a one-off invoice hasn’t been fully paid.
  • When a credit note is created.
  • When a refund is issued.
  • When a subscription trial is ending.
  • Upon cancellation of subscription.

Before you start sending email notifications and reminders, you can customize your branding.

Update card information

Remind your customers to update their card information

Configure email reminders & notifications

Choose the emails to send to your customers and configure self-serve settings, including:

  • How customers update their payment methods.
  • How customers manage, update, or cancel their subscriptions.

These emails include a link to a Stripe-hosted customer portal or your own custom URL to allow your customers to update their payment method. You can also include a link for your customers to manage their subscriptions. You cannot mix and match Stripe-hosted and your custom URL for different emails.

When using custom URLs, Stripe appends a query parameter named stripe_source to identify which email type the customer opens the link from. The values for stripe_source are: free_trial_ending, upcoming_invoice, invoice_receipt, and failed_payment.

To enable emails for your customers:

  1. In the Stripe Dashboard, navigate to Settings > Billing > Subscriptions and emails.
  2. Under Email notifications and customer management, select the email notifications to send to your customers.
  3. Configure Payment method updates settings to redirect your customers to a Stripe-hosted customer portal or your own subscription management page.
  4. Configure Subscription management settings to redirect your customers to a Stripe-hosted customer portal or your own subscription management page.

Regulatory compliance

To comply with FTC and California laws, Stripe Billing offers a near one-click cancellation process, simplifying how customers manage their subscriptions. You must enable Subscription Management to include manage subscription links in your billing emails to avoid compliance risks.

Automatic email reminders for unpaid invoices

To enable automatic reminders for customers regarding unpaid invoices:

  1. In the Stripe Dashboard, navigate to Settings > Billing > Subscriptions and emails.
  2. Under Manage invoices sent to customers, select Send reminders if a recurring invoice hasn’t been paid.
  3. Select if you want Stripe to send the reminder before, when, or after the invoice is due. You can choose from a set of predefined options.

If you’ve set up and verified a custom email domain, we send invoicing emails from that domain.

Email reminders

You can send one-off invoice email reminders to your customers using the Dashboard or API. To send an email reminder about an expiring card, go to Email notifications and customer management and enable Send emails about expiring cards.

To send a one-off invoice email reminder:

  1. Navigate to the Invoices page.
  2. Click the customer’s invoice > Send invoice. Before you resend an invoice, Stripe shows you a preview of the hosted invoice page. To download the associated invoice PDF, click Invoice PDF on the Invoice details page.
Hosted Invoice Page

Hosted Invoice Page

Invoice PDF

Invoice PDF

Email notifications

You can send email notifications to your customers by configuring your Dashboard settings under Email notifications and customer management.

  • To send an email notification when a card payment fails, enable Send emails when card payments fail.
  • To send an email reminder for an unpaid one-time invoice, go to Advanced invoicing features.
  • To email finalised invoices, navigate to Manage invoices sent to customers and select Send finalised invoices and credit notes to customers.
  • To send an email notification with a receipt after a successful payment, go to your Email settings.

Note

Learn more about how you can use customer emails to recover revenue.

3D Secure payments

If charging a customer’s card on file requires them to complete 3D Secure authentication and you’ve enabled Send a Stripe-hosted link for cardholders to authenticate when required in your 3D Secure settings, Stripe sends an email. The email links to a Stripe-hosted page where they can confirm the payment.

Additional email recipients

You can provide additional recipients to your customer’s Billing emails (including receipts sent after successful payments) using the Dashboard.

Note

The Stripe API doesn’t currently support adding recipients to Billing emails.

  1. Go to the Customers page in your Dashboard.
  2. Click the customer you want to add email recipients for to open the customer’s detail page.
  3. Click the Edit link in the Details section of the left pane to open the Update customer window.
    Details section with Edit link highlighted.
  4. In the Billing information section of the Update customer window, unselect the Same as account email tickbox.
    Billing section with same as account tickbox unselected.
  5. (Optional) Set the value of the displayed field to a comma-separated list of emails that should be in the “To” line of Billing emails. If you leave this field blank, Stripe continues to use the account email.
  6. Click the Add more recipients link to access the Emails to CC field. Set the value of the field to a comma-separated list of email addresses that you want in the CC line of Billing (Invoice and Subscription) emails.

If you add recipients to the Customer using the previous steps, Stripe automatically pre-populates these emails to invoices you send through the Dashboard.

Change the Stripe invoice template

You can create your own custom email template to replace the Stripe pre-built email by configuring the invoice template. Stripe applies your custom template to all new invoices.

Stop sending customer emails for successful payments

To opt out of sending you customers emails for successful payments:

  1. In the Stripe Dashboard, navigate to Settings > Business > Customer emails.
  2. Under Payments, disable Successful payments.

If you automatically charge a customer and you disable email notifications for successful payments, they don’t receive an email receipt. To set up automatic email receipts, see Email receipts and paid invoices.

Disable Stripe invoice emails and send your own

Stripe can use webhooks to notify you of changes to your invoices – when they’re finalised, paid, marked uncollectible, and so on. For each event that you receive, you can construct and deliver your own emails. If you disable finalised invoice emails, Stripe continues to send webhooks as a reminder for your own email solution. Learn more about webhook endpoints and invoices.

Email PDF attachments

When Stripe emails an invoice, we automatically include a PDF attachment of the same invoice to assist your customer with record keeping. If you turn on emails for successful payments – and an invoice is set to charge automatically – the receipt email includes a PDF attachment of both the original invoice and the invoice receipt. Visit the Invoice settings to disable this behaviour.

Email logs

For the customer emails sent within the last 30 days, their logs are available to view within the customer page.

See also

  • Use the Dashboard
  • Customise invoices
  • Hosted Invoice Page
  • Automate customer emails
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access programme.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc