I was trying to hit the API for pullTransaction on sandbox, the response was getting correctly and clearly before, but now I am getting the reponse as combination of acquiringBin,cardAccepter.idCode, terminalId and the retrievalReferenceNumber
Here is the response I am getting:
8999CA-LT4r8mQ3TID-9999412777563775
And this was my payload I am sending to API by decrypting it:
{
surcharge: '11.99',
amount: 100,
localTransactionDateTime: '2024-07-30T08:58:53.720Z',
cpsAuthorizationCharacteristicsIndicator: 'Y',
riskAssessmentData: {
traExemptionIndicator: true,
trustedMerchantExemptionIndicator: true,
scpExemptionIndicator: true,
delegatedAuthenticationIndicator: true,
lowValueExemptionIndicator: true
},
cardAcceptor: {
address: {
country: 'USA',
zipCode: '94404',
county: 'San Mateo',
state: 'CA',
city: 'LA'
},
idCode: 'CA-LT4r8mQ3',
name: 'Visa Inc. USA-Foster City',
terminalId: 'TID-9999'
},
acquirerCountryCode: '840',
acquiringBin: '408999',
senderCurrencyCode: 'USD',
retrievalReferenceNumber: '412777563775',
addressVerificationData: { street: 'XYZ St', postalCode: '12345' },
systemsTraceAuditNumber: '452011',
businessApplicationId: 'AA',
senderPrimaryAccountNumber: '4060320000000127',
settlementServiceIndicator: '9',
visaMerchantIdentifier: '73625198',
foreignExchangeFeeTransaction: '11.99',
senderCardExpiryDate: '2025-10',
nationalReimbursementFee: '0.00'
}
Please help me as soon as possible.
Hi @kunalPrometteu, Thank you for reaching out. An agent will get back to you soon. In the meantime, if any community member has information that may be helpful, please reply to this thread.
Hey @kunalPrometteu,
Please provide the information below so we can troubleshoot the error. Below are steps to get Correlation ID using a Google Chrome browser.
1>Open Chrome menu.
2>Click on More tools then Developer tools.
3>Check the box to Preserve Log for the Network Tab.
4>Click on the error and go to the Headers.
5>You can find the Correlation ID in the network log.