---
title: "Changes to Create a customer"
method: POST
path: "/v1/customers"
---

# Changes to Create a customer

`POST /v1/customers`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 13 revisions.

- **2026-08-27** `9d4ba1cc037c` — 1 breaking, 3 warning, 3 info
- **2026-05-03** `a382df24e843` — 1 warning, 1 info
- **2026-04-14** `c75657100757` — 1 info

## Changes

- **2026-08-27** `9d4ba1cc037c` — 1 breaking, 3 warning, 3 info
  - the `error` response's property type/format changed from `object`/`` to `string`/`` for status `409`
  - removed the optional property `error/code` from the response with the `409` status
  - removed the optional property `error/details` from the response with the `409` status
  - removed the optional property `error/message` from the response with the `409` status
  - added the optional property `code` to the response with the `409` status
  - added the optional property `message` to the response with the `409` status
  - added the optional property `statusCode` to the response with the `409` status
- **2026-05-03** `a382df24e843` — 1 warning, 1 info
  - removed the optional property `customer/id` from the response with the `201` status
  - added the optional property `customer/customerId` to the response with the `201` status
- **2026-04-14** `c75657100757` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/yuvexpay/apis/yuvexpay-api/docs/v1/customers/post.md) · [API](https://skmtc.dev/yuvexpay/apis/yuvexpay-api.md) · [Page](https://skmtc.dev/yuvexpay/apis/yuvexpay-api/changes/v1/customers/post)
