---
title: "Stop Ticket Issuance"
method: POST
path: "/stopTicket.do"
tags: ["Other Functions"]
---

# Stop Ticket Issuance

`POST /stopTicket.do`

**Dependency:**
`Payment` function should be called in prior to this call.

**Endpoint:**
https://sandbox.atriptech.com/stopTicket.do

## Headers

- `Accept` string, required
- `Content-Type` string, required
- `Accept-Encoding` string, required
- `x-atlas-client-id` string, required
- `x-atlas-client-secret` string, required

## Request body

- object
  - `orderNo` string, required — The order number of the ticket order you want to stop ticket issuance.

## Response `200`

- object
  - `status` integer, required — -`0`: success -other: fail
  - `msg` string — It serves as an additional description of the response result. Especially when the interface reports an error (`status` !=`0`), it is usually a human-readable error message. Note: Do not use this field in any programming scenarios. For example, do not judge whether the interface responds successfully based on this field. Instead, you should only determine it by checking whether the status is equal to`0`at any time.

---

[API](https://skmtc.net/atriptech/apis/default-module.md) · [All operations](https://skmtc.net/atriptech/apis/default-module/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atriptech/default-module/revisions/8e9a8f8010ab/schema)
