Actions
Bug #35234
openTask #2169 - nexusKite Mobile App:Middleware Solution.-Sabre- When an incorrect CVV is entered, instead of receiving an "Incorrect CVV" message, we are getting "Invalid security code" error.
Start date:
29 October 2025
Due date:
% Done:
0%
Estimated time:
Bug Type:
Functional
Release:
12 Nov 2025 Release
Is bug acceptable?:
Yes
Bug Severity:
S1
Description
When an incorrect CVV is entered, instead of receiving an "Incorrect CVV" message, we are getting "Invalid security code" error.
Steps to reproduce:
Do a Sabre booking using the Companion flow.
Add seats.
On the Payment page, enter card details for American Express and use CVV 737.

Files
Updated by vanshaj vanshaj 6 days ago
response is from API
https://a.uat.w.farenexushub.com/nexusapi/modify
{
"error": [
{
"gdsType": "SABRE",
"errorCode": "501",
"errorMessage": "Invalid security code"
}
]
}
Updated by sachin rana 5 days ago
- Assignee changed from Sachin Rana to Neha Changotra
@Neha Changotra this is working same from day one on the mobile app and this message is coming from the api end. If this is a business requirement then please update the api team to the change this message.
Actions