getting the reponse as combination of acquiringBin,cardAccepter.idCode, terminalId and the retrieval

kunalPrometteu
New Contributor

getting the reponse as combination of acquiringBin,cardAccepter.idCode, terminalId and the retrieval

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.

2 REPLIES 2
SyedSa
Community Moderator

Re: getting the reponse as combination of acquiringBin,cardAccepter.idCode, terminalId and the retri

Hi @kunalPrometteuThank 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.

API_Products
Visa Developer Support Specialist

Re: getting the reponse as combination of acquiringBin,cardAccepter.idCode, terminalId and the retri

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.




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.