---
title: "Create a customer"
method: POST
path: "/customers/"
tags: ["Customers"]
---

# Create a customer

`POST /customers/`

***

**Overview**

Add new customers in the 2Checkout platform. By default, customer status is <strong>Inactive</strong> until you assign a specific subscription to the customer. Following that action, customer status reflects the status of the attached subscription(s).

## Headers

- `X-Avangate-Authentication` string, required
- `Accept` 'application/json', required

## Request body

- CustomerInformation
  - `ExternalCustomerReference` string
  - `FirstName` string
  - `LastName` string
  - `Company` string
  - `FiscalCode` string
  - `Address1` string
  - `Address2` string
  - `City` string
  - `State` string
  - `Zip` string
  - `CountryCode` string
  - `Phone` string
  - `Fax` string
  - `Email` string
  - `ExistingCards` string[]
  - `Enabled` boolean
  - `Trial` boolean
  - `Language` string
  - `CustomerReference` string
  - `Credit` object
    - `Limit` number, float — The credit limit available for customer
    - `Remaining` number, float — The remaining credit available for customer
    - `Currency` string — The credit currency

## Response `200`

OK

---

[API](https://skmtc.dev/2checkout/apis/api-rest-documentation.md) · [All operations](https://skmtc.dev/2checkout/apis/api-rest-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/2checkout/api-rest-documentation/revisions/8a7ea610933e/schema)
