List Customers in Stripe
n8n-nodes-base.httpRequest
Retrieve a list of Stripe customers, optionally filtered by email address.
Use Cases
Find customer by email
List all customers
Check if customer exists before creating
Configuration
Node Configuration Summary
Ready-to-use Stripe node configured for list customers in stripe.
Copy and paste directly into your n8n workflow.
Method:
GET
Endpoint:
/v1/customers
Nodes:
2
Auth:
HTTP Header Auth
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.