Customers
End-customer records and collection methods
llms.txtEnd-customer records and collection methods
Customers represent the people or companies you bill through Kwit.
Fields
- email (required for API create)
- externalId - your stable identifier
- name, phone, address
- currency - defaults to organization currency (e.g.
CHF) - collectionMethod -
CHARGE_AUTOMATICALLYorSEND_INVOICE - metadata - arbitrary JSON for your app
Payment methods
For automatic collection, cards are tokenized via zahls hosted gateway; tokens are stored on PaymentMethod records linked to the customer.
API
POST /v1/customers- createGET /v1/customers/:id/state- usage meter state for a customer
See API: Customers.