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

# Create a customer

`POST /customers`

Create a new customer with the provided information

## Request body

- CreateCustomerInput — Customer information
  - `city` string
  - `country` string
  - `ein` string
  - `email` string
  - `external_id` string
  - `legal_name` string
  - `name` string
  - `postal_code` string
  - `state` string
  - `street_address` string
  - `sub_premise` string

## Response `201`

Created

- CustomerReply
  - `city` string
  - `country` string
  - `created_at` string
  - `customer_integration_id` string
  - `default_payment_method_id` string
  - `ein` string
  - `email` string
  - `external_id` string
  - `id` string
  - `legal_name` string
  - `name` string
  - `postal_code` string
  - `state` string
  - `street_address` string
  - `sub_premise` string

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
