stripe_create_customer
Create a new Stripe customer by providing email, name, phone, and optional metadata. Returns the created customer object.
Instructions
Create a new Stripe customer with name, email, phone, and optional metadata. Returns the created customer object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Customer full name | |
| Yes | Customer email address | ||
| phone | No | Customer phone number | |
| metadata | No | Key-value pairs for custom metadata (max 50 keys) | |
| description | No | Internal description/notes |