Dependency:
Payment
function should be called in prior to this call. Request
Body Params application/json
{
"orderNo": "ZNMKU20220119160129691"
}
Request Code Samples
curl --location --request POST 'https://sandbox.atriptech.comstopTicket.do' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Accept-Encoding: gzip' \
--header 'Accept-Encoding;' \
--header 'x-atlas-client-id: <YOUR_CLIENT_ID>' \
--header 'x-atlas-client-id;' \
--header 'x-atlas-client-secret: <YOUR_CLIENT_SECRET>' \
--header 'x-atlas-client-secret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "ZNMKU20220119160129691"
}'
Responses
application/json {
"status": 0,
"msg": "We are trying to intercept the ticket issuance. Please check the order status for result after 8 minutes"
}
Modified at 2025-09-02 06:09:13