n8n-docs/docs/nodes/nodes-library/trigger-nodes/StripeTrigger
2021-04-01 14:39:44 +02:00
..
README.md Dynamically get articles for the further reading section 2021-04-01 14:39:44 +02:00
workflow.png Add Stripe Trigger node docs (#64) 2020-07-22 12:08:34 +02:00

permalink description
/nodes/n8n-nodes-base.stripeTrigger Learn how to use the Stripe Trigger node in n8n

Stripe Trigger

Stripe is a suite of payment APIs that powers commerce for online businesses.

::: tip 🔑 Credentials You can find authentication information for this node here. :::

Example Usage

This workflow allows you to receive updates for Stripe events. You can also find the workflow on the website. This example usage workflow would use the following node.

The final workflow should look like the following image.

A workflow with the Stripe Trigger node

1. Stripe Trigger node

  1. First of all, you'll have to enter credentials for the Stripe Trigger node. You can find out how to do that here.
  2. Select the * option in the Events field to receive updates when any event is triggered.
  3. Click on Execute Node to run the workflow.

::: tip 💡 Activate workflow for production You'll need to save the workflow and then click on the Activate toggle on the top right of the screen to activate the workflow. Your workflow will then be triggered as specified by the settings in the Stripe Trigger node. :::

Further Reading