Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Developer tools
Get started
Payments
Finance automation
Get started
Payments
Finance automation
Platforms and marketplaces
Money management

Comms Center

Collect and send communications to connected accounts.

Overview

Platforms that want to update the emails Stripe has on file for connected accounts can update them using the Comms Center collection flow.

Collecting emails

After hitting Get Started you see the main page for collection and validation.

Comms Center Getting Started

1. Download a template with all of your connected accounts that are eligible for receiving communications.

Comms Center Download Step

You get a template CSV like this:

Emails.csv
Account ID,Business Name,First Name,Last Name,Email Address (please add or replace),User has claimed primary user email address acct_123abc,Connected Account A,John,Doe,,✔ acct_456def,Connected Account B,,,,✗

2. Add the email addresses you want to add to the business within Stripe

For example, a filled out CSV might look like this:

Emails_Updated.csv
Account ID,Business Name,First Name,Last Name,Email Address (please add or replace),User has claimed primary user email address acct_123abc,Connected Account A,John,Doe,email-a@email.com,✔ acct_456def,Connected Account B,,,email-b@email.com,✗

3. Upload the file with your changes

The filename doesn’t matter. Only the Account ID and Email Address (please add or replace) fields matter here, the rest are only for validating your changes.

Comms Center Upload Step

4. Wait for validation to complete and verify the account changes are correct.

Comms Center Validation Step

5. Confirm your changes

After confirming, you see the completion state. Updates can take some time, depending on how many emails you’ve uploaded. We send email updates to any webhooks you’ve configured.

Comms Center Confirmed

Important usage notes

  • Comms Center can only currently handle CSVs with 500,000 rows. If you have more than that, break up your CSV into multiple files.
  • If you get validation errors, make sure your headers on your CSV match the expected headers. The required columns are Account ID which has the acct_ tokens and Email Address (please add or replace) which has the desired email.
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access program.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc