---
title: "Create Ticket"
method: POST
path: "/api/valor/create-ticket"
---

# Create Ticket

`POST /api/valor/create-ticket`

## Headers

- `Authorization` string, required

## Request body

- object
  - `description` string, required — Max length is 2048 char for creating ticket merchant
  - `epi` string, required — EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2
  - `phone` string, required — Customer phone number- 10 digit Numeric (Ex: 5247896523)
  - `subject` string, required — Max length is 50 char

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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