---
title: "Save business customer"
method: POST
path: "/customers"
tags: ["Customers"]
---

# Save business customer

`POST /customers`

Save business customer

## Request body

- object
  - `customer_name` string, required — Customer Name
  - `customer_tin` string, required — Customer Tax Identification Number (TIN)
  - `email` string — Customer Email Address
  - `phone` string — Customer Phone Number

## Response `201`

Success

- Customer
  - `id` string, required — Customer ID
  - `customer_name` string, required — Customer Name
  - `email` string — Customer Email
  - `phone` string — Customer Phone Number
  - `customer_tin` string, required — Customer Tax Identification Number (TIN)
  - `taxpayer_type` 'INDIVIDUAL' | 'BUSINESS', required — Taxpayer Type

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints.md) · [All operations](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitax/digitax-kenya-api-endpoints/revisions/1fc0cdf61f70/schema)
