create_customer
Create a new billing customer in your organization. The organization is fixed by your context - never pass an organization id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Customer name (required). | |
| country | No | Optional country. | |
| currency | No | Optional ISO 4217 currency code (e.g. USD, EUR). Defaults to USD. | |
| description | No | Optional customer description (max 200 characters). | |
| contact_email | No | Optional primary contact email address. | |
| idempotency_key | No | Optional caller-supplied key; retrying with the same key returns the original result instead of acting twice. |