Air
Cancel Air Pnr
Cancel the air pnr and issues applicable refunds
post/v2/air/cancel-pnr
Request body
Response
OK
Example response
{
"sourcePnrId": "ABCDEF",
"status": "CANCELLED",
"automaticCancellationInfo": {
"segmentsCancelled": true,
"automaticRefundSuccessful": true,
"refundedTicketNumbers": [
"1234567890123"
],
"automaticProcessingMessage": "Refunded tickets: 1234567890123"
},
"processingWarning": "Cancellation is successful but update is taking longer than expected",
"paymentVerificationInfo": {
"stripeVerificationInfo": {
"stripeCardTokens": {
"paymentProcessor": "STRIPE",
"paymentMethodId": "pm_1HzKDPI3bT9GUjvoUkRQooN3",
"setupIntentClientSecret": "seti_1IBwEiKXFM6BpWYhfdCGZ7sg_secret_InXJDifWGBcVqekJvhAxidON6vHAvfS",
"connectedAccountId": "acct_1NT8oyCZnFgI0lFY",
"publishableKey": "pk_test_51Hx7XyI3bT9GUjvoUkRQooN3"
}
}
}
}