Create customer
orb_create_customerCreates a new customer in Orb (additive). Requires name and a valid email. Orb API: POST /customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Customer display name (required). | |
| Yes | Customer billing email (required, must be a valid email). | ||
| currency | No | ISO-4217 currency code for this customer. | |
| metadata | No | User-defined key/value metadata (string→string). | |
| timezone | No | IANA timezone (e.g. America/New_York). | |
| payment_provider | No | External payment/invoicing provider. | |
| payment_provider_id | No | Id of this customer in the external payment provider. | |
| external_customer_id | No | Your external id for this customer. |