Create Customer
create_customerCreate a Stripe customer record with optional email, name, phone, description, and metadata. Supports attaching a payment method and idempotency key for safe retries.
Instructions
Create a new Stripe customer with optional email, name, phone, description, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Customer email address | ||
| name | No | Customer full name | |
| phone | No | Customer phone number | |
| description | No | Internal description | |
| metadata | No | Key-value metadata pairs | |
| payment_method | No | Payment method ID to attach | |
| idempotency_key | No | Optional idempotency key for safe retries |