Create a Kash account
account_createCreate a new Kash / free-cash-register.net account. Requires an email address and a shop name (accountTitle). Optional: configType to pre-load a dataset matching your business type (e.g. 'Restaurant', 'Bakery', 'Bar', 'Retail'...), plus address and legal info. On success, returns APIKEY and SHOPID and automatically initializes the session so all other tools can be used immediately. IMPORTANT: the user must validate their email via the link sent automatically, otherwise the account may be deleted after a period of inactivity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name | |
| Yes | Email address for the new Kash account | ||
| phone | No | Contact phone number | |
| country | No | Country code or name | |
| currency | No | Currency code (e.g. EUR, USD) | |
| language | No | Language code (e.g. fr, en) | |
| postCode | No | Postal/ZIP code | |
| configType | No | Pre-loaded dataset type (e.g. Restaurant, Bar, Bakery) | |
| adressline1 | No | Street address line 1 | |
| accountTitle | Yes | Display name for the new account | |
| taxRegistrationNum | No | VAT / tax registration number | |
| companyRegistrationNum | No | Company registration number (SIRET, etc.) |