Create Customer in Stripe
n8n-nodes-base.httpRequest
Create a new customer in Stripe with email, name, and contact details for payment processing.
Use Cases
Create customer for new user signup
Add customer before subscription
Store customer for future payments
Configuration
Node Configuration Summary
Ready-to-use Stripe node configured for create customer in stripe.
Copy and paste directly into your n8n workflow.
Method:
POST
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.