Automatically add customers from Pipedrive to Stripe

Go to Workflow
847 views
Built by n8n Team n8n Team
Created on June 05, 2026

Description

This workflow automatically adds closed deals from Pipedrive as new customers into Stripe.

Prerequisites
Pipedrive account and Pipedrive credentials
Stripe account and Stripe credentials

How it works
Pipedrive trigger node starts the workflow when a deal gets updated in Pipedrive.
IF node checks that the current won time is not equal to the previuos one in the deal and continues the workflow if it's true.
Pipedrive node extracts the organization's details to pass it further.
HTTP Request node searches for the same organization's details within Stripe.
If a customer doesn't exist within Stripe, Merge node passes a new customer details to Stripe.
Stripe node creates a new customer.

Nodes Used (3)

HTTP Request
n8n-nodes-base.httpRequest
Pipedrive
n8n-nodes-base.pipedrive
Stripe
n8n-nodes-base.stripe