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.refundRequestList
, the field refundOfferId
is null.refundOfferId
, the field refundRequestList
is null.{
"orderNo": "TESTA20240725164512131",
"airlinePNR": null,
"carrier": null,
"displayCurrency": "EUR",
"refundOfferId": "q_a86cd9c605c04f9cb3890ca3b037b254",
"refundRequestList": null
}
curl --location --request POST 'https://sandbox.atriptech.com/refund.do' \
--header 'Accept;' \
--header 'Accept-Encoding;' \
--header 'x-atlas-client-id;' \
--header 'x-atlas-client-secret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "TESTA20240725164512131",
"airlinePNR": null,
"carrier": null,
"displayCurrency": "EUR",
"refundOfferId": "q_a86cd9c605c04f9cb3890ca3b037b254",
"refundRequestList": null
}'
yyyyMMdd
.yyyyMMdd
.refundMethod
is CashBackToOriginalPayment, the refundFareAmount
field is not null.refundMethod
is Voucher, the refundVouchers
is not null.yyyyMMdd
.yyyyMMdd
.yyyyMMdd
.yyyyMMdd
.{
"refundStatus": 0,
"refundCode": "202505-0012",
"cancelReason": "",
"refundReason": "0",
"displayCurrency": "EUR",
"fastConfirmation": null,
"expectedConfirmationDate": "20250522",
"expectedRefundDate": "20250701",
"refundQuoteType": "CannotQuote",
"refundOfferId": "q_a86cd9c605c04f9cb3890ca3b037b254",
"refundMethod": "CashBackToOriginalPayment",
"isRefundable": true,
"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": [
{
"airline": "U2",
"ruleType": "0",
"passengerType": null,
"penaltyAmount": "0.00 USD",
"penaltyPercent": 0,
"penaltyPercentBase": "fare+tax",
"airlineFee": "0.00 USD",
"taxRefundable": true,
"fareRefundable": true,
"refundableAncillaries": [
"ALL"
],
"startMinute": 525600,
"endMinute": -525600,
"refundMethod": "CashBackToOriginalPayment"
}
],
"orderNo": "TESTA20250512100600259",
"status": 0,
"msg": null
}