create_customer
Create new customer records in Paddle Billing to store purchaser information for transactions, invoices, and business associations.
Instructions
This tool will create a new customer in Paddle.
Customer entities hold information about the people and businesses that make purchases.
Customers have two sub-entities:
addresses: Customers require an address to make a purchase, which can be created through the create_address tool. Can have multiple addresses.
businesses: Customers can optionally be associated with businesses, which can be created through the create_business tool.
Ensure you have all the information needed before making the call. Don't fabricate, imagine, or infer details and parameter values unless explicitly asked to. If anything is ambiguous, unknown, or unclear, ask the user for clarification or details before you proceed.
If successful, the response includes a copy of the new customer entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Full name of this customer. Required when creating transactions where `collectionMode` is `manual` (invoices). | |
| Yes | Email address for this customer. | ||
| customData | No | Any structured custom key-value data needed outside of Paddle's standard fields. Occasionally used by third-parties. | |
| locale | No | Valid IETF BCP 47 short form locale tag. If omitted, defaults to `en`. |