---
title: "Create Customer"
method: POST
path: "/v3/api/Customer"
tags: ["Customer"]
---

# Create Customer

`POST /v3/api/Customer`

## Request body

- PostCustomerDto
  - `Email` string, required
  - `CustomerId` integer
  - `FirstName` string, nullable
  - `LastName` string, nullable
  - `ExternalCustomerId` string, nullable
  - `PhoneNumber` string, nullable
  - `DocumentType` string, nullable
  - `DocumentNumber` string, nullable
  - `SessionId` string, nullable
  - `Address` Address
    - `Country` string, nullable
    - `State` string, nullable
    - `AddressDetail` string, nullable
    - `PostalCode` string, nullable
    - `City` string, nullable
    - `CountryIsoCode` string, nullable

## Response `200`

Success

- PostCustomerDto
  - `Email` string, required
  - `CustomerId` integer
  - `FirstName` string, nullable
  - `LastName` string, nullable
  - `ExternalCustomerId` string, nullable
  - `PhoneNumber` string, nullable
  - `DocumentType` string, nullable
  - `DocumentNumber` string, nullable
  - `SessionId` string, nullable
  - `Address` Address
    - `Country` string, nullable
    - `State` string, nullable
    - `AddressDetail` string, nullable
    - `PostalCode` string, nullable
    - `City` string, nullable
    - `CountryIsoCode` string, nullable

---

[API](https://skmtc.net/bamboopayment/apis/direct-purchase.md) · [All operations](https://skmtc.net/bamboopayment/apis/direct-purchase/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboopayment/direct-purchase/versions/10523581e6c2/schema)
