orderNo
, the airlinePNR
and carrier
fields may be null.airlinePNR
and carrier
, the orderNo
field may be null.airlinePNR
and carrier
, the orderNo
field may be null.{
"refundCode": "202505-0013",
"orderNo": "TESTA20250512100600259",
"airlinePNR": null,
"carrier": null,
"displayCurrency": "EUR"
}
curl --location --request POST 'https://sandbox.atriptech.com/queryRefundOrders.do' \
--header 'Accept;' \
--header 'Accept-Encoding;' \
--header 'x-atlas-client-id;' \
--header 'x-atlas-client-secret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"refundCode": "202505-0013",
"orderNo": "TESTA20250512100600259",
"airlinePNR": null,
"carrier": null,
"displayCurrency": "EUR"
}'
yyyyMMdd
.yyyyMMdd
.refundMethod
is CashBackToOriginalPayment, the refundFareAmount
field is not null.refundMethod
is Voucher, the refundVouchers
field is not null.{
"refundOrders": [
{
"orderNo": "TESTA20250512100600259",
"refundCode": "202505-0013",
"displayCurrency": "EUR",
"expectedConfirmationDate": null,
"expectedRefundDate": null,
"refundQuoteType": "CannotQuote",
"refundTickets": [
{
"lastName": "ZHAO",
"firstName": "YIER",
"ticketNo": "S87579"
},
{
"lastName": "QIAN",
"firstName": "ERER",
"ticketNo": "S87579"
}
],
"refundFareAmount": {
"currency": "USD",
"originalFareAmount": 165.48,
"estimatedRefundAmount": 165.48,
"displayOriginalFareAmount": 153.46,
"displayEstimatedRefundAmount": 153.46
},
"refundPostTicketingServiceAmounts": [],
"refundVouchers": null,
"serviceFee": {
"currency": "USD",
"transactionFee": 3,
"displayTransactionFee": 2.78
},
"refundRules": [],
"refundStatus": 4,
"cancelReason": "hahaha11111",
"refundOfferId": "q_6f99d2a1ffc74486be67a98772fa159d",
"refundMethod": "CashBackToOriginalPayment"
}
],
"status": 0,
"msg": null
}