Stripe – Connection

Estimated reading time: 2 min
Stripe Banner Stripe - Connection

Stripe is a powerful payment processing platform that enables businesses to handle transactions, manage subscriptions, and accept various payment methods online.

By integrating Stripe into Wiresk, businesses can manage their financial operations more effectively. This integration allows for the automation of payment workflows, making it easier to track revenue, handle invoicing, and manage recurring payments directly within the Wiresk platform.

The Stripe Secret Key is generated in your Stripe Dashboard.

  1. Log in to your Stripe account.
  2. Open the Developers section.
  3. Go to API keys.
  4. Copy the Secret key (starts with sk_live_ or sk_test_).

Official Stripe documentation reference:
https://docs.stripe.com/keys

Wiresk connects to Stripe using a Stripe Secret Key.
This key allows Wiresk to securely authenticate API requests and interact with your Stripe account for subscriptions, customers, and usage records.

There are two ways to connect your app to Wiresk:

  • In “My apps” section, where you can manage your connections (select or create your group first to get access to this section, refer to the Group system ).
  • While building your Flow, you can easily establish a connection to your app directly within the Flow builder. This can be done during the setup of either a Trigger or a Method.

This guide explains how to set up a connection in “My apps” section, which is essentially the same process as creating one on-the-go.

  • On your Wiresk’s Dashboard, select your Group.
  • On the left panel, go to “My apps” and select create button
  • Search the app in the search field or select it from the list of apps.
Add apps my apps Stripe - Connection

Fill in the fields:

  • Name: name the connection.
  • Stripe Secret Key: paste your Stripe Secret Key.
Wiresk 2026 01 06 at 10.24.31 Stripe - Connection
  • Click Test to validate the key.
  • Click on Create to save the connection.

Once created, the Stripe Connection becomes available in Triggers and Methods across your Flows.

When you configure a Trigger or Method in Wiresk, the settings panel lets you define how data is collected or sent, and the type of values you enter depends on the field.

Field TypeDescriptionExample Value
AuthenticationSecure access credentials that connect Wiresk to the app.Wiresk connection, API Key or OAuth Token
Filters or searchCriteria that narrow which records are retrieved.Search =”QUERY”, Status = “Active” or Type = “Email”
LimitsMaximum number of records to process in one run.Records number = 100
Page number = 1
Field MappingDefines how fields in one step map to another. Can be static or dynamic.Static: Subject = “Report”
Dynamic: Recipient = value from Trigger

Make sure you enter the right values so your Flow works the way you expect and gives the right results. If you need step-by-step details on setting up AppName, check the Triggers and Methods Settings documentation.