Stripe Integration

Connect your Stripe account to Paragon

1. Get Stripe secret API Key

You can find your Stripe secret API Key by visiting your Stripe's API Keys Page. You'll need to create a new secret API Key if you don't already.

2. Add Stripe to Paragon

To add Stripe to Paragon, click the "+" button in the workflow canvas and choose Stripe from the sidebar. Under Connect your Stripe account, choose "Add new account for Stripe" and enter your Stripe secret API Key.

3. Query Stripe

Once your Stripe account is connected, you can add steps to perform the following actions:

  • Create Customer

  • Update Customer

  • Get Customer by ID

  • List Customers

  • Create Subscription

  • List Subscriptions

  • Create Product

  • Get Product by ID

  • List Products

  • List Balance Transaction

  • List Plans

When using Stripe, you can reference data from previous steps by typing {{ to invoke the variable menu.

Last updated