# Stripe

Stripe (opens new window) provides a fast and secure payment processing platform with low- and no-code configuration options. Stripe allows you to accept payments, send payouts, and automate financial processes. For example, a B2B business can use Stripe to collect one-time or recurring payments from customers.

DEPRECATION NOTICE: STRIPE EXTENSIONS

All Stripe connections created before December 10, 2024 use Stripe extensions, which Stripe plans to sunset on January 1, 2025. To avoid disruptions due to this change, migrate your existing connections to Stripe Apps (opens new window) before this date.

Key dates:

  • December 10, 2024: All new Stripe connections in Workato will use Stripe Apps.
  • January 1, 2025: Stripe extensions will be sunset.

Refer to the Stripe Apps migration guide to update your existing connections and ensure a smooth transition.

# API version

Workato's Stripe connector uses the Stripe REST API v1 (opens new window). This API offers a comprehensive set of tools and functionalities that help platforms and marketplaces manage and route payments, in addition to verifying seller identities.

# Connection setup

Workato supports two methods for authenticating to Stripe: API key or Authorization code grant.

LIMITATIONS

Stripe allows only one connection per Stripe account and Stripe App pair. When you create a new App-based Stripe connection for the same Stripe account, it invalidates the tokens of any previously connected App-based Stripe connections for that account, making them inactive. However, if the connection is linked to a different Stripe account, existing connections remain unaffected.

This limitation doesn't impact pre-existing extension-based Stripe connections in Workato, which can coexist with App-based connections.

# API key

Complete the following steps to connect Workato to Stripe using an API key:

1

Provide a Connection name that identifies which Stripe instance Workato is connected to.

2

Use the Authentication type drop-down menu to select API key.

4

Refer to the Stripe Create an API key (opens new window) or Reveal an API key (opens new window) guides to obtain an API key.

Use the test mode secret key if you plan to access test mode data. Otherwise, use the live mode secret key to access actual account data.

5

Return to Workato and enter the key in the API key field.

6

Click Connect.

Refer to Stripe API keys (opens new window) documentation to learn more about API keys.

# Authorization code grant

Complete the following steps to create a Stripe connection in Workato using an authorization code grant:

1

Provide a Connection name that identifies which Stripe instance Workato is connected to.

Stripe connectionCreate your connection

2

Use the Authentication type drop-down menu to select Authorization code grant.

3

Use the Demo drop-down menu to select if the Stripe account you plan to use is a demo account or not.

4

Click Connect. Stripe's login window opens and prompts you for your credentials.

5

Sign in to your Stripe account and approve the connection.

# Locate Stripe Customer ID

Several actions for the Stripe connector require your Customer ID. Complete the following steps to find your Stripe Customer ID:

1

Log in to your Stripe account.

2

Click Customers in the sidebar menu.

3

Select the customer you plan to use from the Customers table.

4

Go to the Details section and copy the Customer ID.


Last updated: 2/20/2026, 9:31:32 PM