LogoLogo
Help Center
Help Center
  • Hi. How can we help you?
  • Popular Topics
    • ATRIP
      • User Management
    • Ticketing
      • Stop Ticket Issuance
      • Order Regeneration
    • Payments
      • Multi currency Account
      • Atlas Hybrid Payment Solution
    • Post-Ticketing
      • Refund
        • How can I apply for a refund with Credit Shell?
        • How can I apply for a voluntary refund?
        • How can I apply for an involuntary refund?
        • How can I apply for an Illness/Death refund via Atlas?
        • How can I use credit shell?
        • How long is the processing time for refunds?
        • How long is the refund application deadline?
        • How to check the actual refund amount?
        • How to check the refund quotation?
        • How to check the refund status?
        • How can I apply for a void?
        • How do I claim a refund through Atlas after completing the refund request with the airline?
        • What types of refunds does Atlas handle?
        • Guidelines for Filling Out IJ Airlines' "Special Refund Application Form"
      • Flight Change
        • How to determine if a flight change has occurred?
        • How to apply for rescheduling?
        • How to obtain a quote for rescheduling?
        • What is Atlas's scope for accepting change flight request?
        • What is the time limit for submitting a rescheduling request?
      • Post-Booking Ancillary Baggage
      • Service Request User Guide
    • Finance
      • Top-up User Guide
    • Billing
      • Invoice Management
    • Notification
      • Email List
      • Notification Subscription
      • Ticketing Delay Notification
    • Security
      • Security & Compliance
      • Sandbox and Production Credentials Creation via ATRIP
    • Atlas Feature
      • Email Service
  • Frequently Asked Questions
    • Customer Service related FAQs
    • Features & Content Related FAQs
    • API Integration related FAQs
    • Payments related FAQs
  • Still Need Help?
    • Submit Request
  • Terms of Service
    • Atlas Email Service
    • Atlas Customer Service Dispute Handling Principles
    • Atlas Security and Compliance
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Popular Topics
  2. Ticketing

Stop Ticket Issuance

PreviousTicketingNextOrder Regeneration

Last updated 5 months ago

Was this helpful?

A stop ticket issuance function has been released in API. This function can be triggered via ATRIP (already existing) as well as API.

API

Endpoint:

Request

{
"cid": "XXXXXXXX",
"orderNo": "ZNMKU20220119160129691"
}

Response

{
"status": 0,
"msg": "We are trying to intercept the ticket issuance. Please check the order status for result after 8 minutes"
}

Success does not mean that the ticket issuance has been stopped successfully. It only means that the system will attempt to stop the ticket issuance.

The result of stopping ticket issuance needs to be obtained by querying the order status of Retrieve Booking (queryOrderDetails.do) after 8 minutes.

orderStatus: -3, means stop issuance successfully.

orderStatus: 2, means stop issuance failed, the order is issued.

The definition of the queryOrderDetails.do order status will be different when the request is sent after the "Stop Ticket Issuance" request.

ATRIP

On clicking the button, if the interception is successful, a pop-up box will be displayed to show "Operation successful". If the interception fails, a pop-up box will be displayed to show the reason for the failure.

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