---
title: "Create without subscription"
method: POST
path: "/{companyDomain}/customers"
---

# Create without subscription

`POST /{companyDomain}/customers`

## Path parameters

- `companyDomain` string, required

## Request body

- object
  - `addressLine1` string, required
  - `addressLine2` string
  - `city` string, required
  - `state` string, required
  - `country` string, required
  - `postCode` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `email` string, required
  - `cardDetails` object
    - `fullName` string — The full name of the customer
    - `paymentCardToken` string — This can be found in the create token API response
    - `expiryMonth` integer — Customers two digit expiry month - i.e. "12"
    - `expiryYear` integer — Customers card expiry year - i.e. "2020"
    - `cardType` string — "visa" "master" "american_express"
    - `last4Digits` string — The last 4 digits of the customers card

## Response `200`

200

- object
  - `customerUniqueId` string

---

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