Visa rest api validation

colldata
Regular Visitor

Visa rest api validation

url: 

https://sandbox.api.visa.com/paai/fundstransferattinq/v2/cardattributes/fundstransferinquiry

 

message body is below:

{"acquirerCountryCode": "840",
"acquiringBin": "",
"primaryAccountNumber": "",
"retrievalReferenceNumber": "",
"systemsTraceAuditNumber": ""
}

Header is below:

map[X-Global-Transaction-Id:[1267959569] Pragma:[no-cache] Expires:[Thu, 01 Jan 1970 00:00:00 GMT] Content-Security-Policy-Report-Only:[default-src 'self' https://*.v.me https://*.visa.com;script-src 'self' 'unsafe-inline' 'unsafe-eval'  https://*.visa.com https://*.v.me;img-src 'self' https://*.v.me https://*.visa.com https://*.unica.com https://ad.doubleclick.net;style-src 'self' 'unsafe-inline' https://*.visa.com;object-src  https://*.v.me https://*.visa.com data:;report-uri /logging/logCSPReport;] X-Webkit-Csp-Report-Only:[default-src 'self' https://*.v.me https://*.visa.com;script-src 'self' 'unsafe-inline' 'unsafe-eval'  https://*.visa.com https://*.v.me;img-src 'self' https://*.v.me https://*.visa.com https://*.unica.com https://ad.doubleclick.net;style-src 'self' 'unsafe-inline' https://*.visa.com;object-src  https://*.v.me https://*.visa.com data:;report-uri /logging/logCSPReport;] X-Cnection:[close close] X-Served-By:[l73c036] X-Frame-Options:[SAMEORIGIN] X-Xss-Protection:[1; mode=block] Cache-Control:[no-cache, no-store, must-revalidate] Content-Length:[138] X-Correlation-Id:[1506179948_430_77_l73c036_VDP_ARM] X-Opnet-Transaction-Trace:[a2_19137c3a-97cb-49d2-98f0-289a05c40fa5,a2_8e529941-1212-4641-a670-b5a7c6a9ea84] X-App-Status:[400] X-Content-Security-Policy-Report-Only:[default-src 'self' https://*.v.me https://*.visa.com;script-src 'self' 'unsafe-inline' 'unsafe-eval'  https://*.visa.com https://*.v.me;img-src 'self' https://*.v.me https://*.visa.com https://*.unica.com https://ad.doubleclick.net;style-src 'self' 'unsafe-inline' https://*.visa.com;object-src  https://*.v.me https://*.visa.com data:;report-uri /logging/logCSPReport;] Content-Type:[text/plain;charset=UTF-8] Date:[Sat, 23 Sep 2017 15:19:08 GMT] X-Backside-Transport:[FAIL FAIL,FAIL FAIL] X-Application-Error-Code:[3001] X-Content-Type-Options:[nosniff] Strict-Transport-Security:[max-age=2592000;includeSubdomains] Content-Language:[en-US]]

 

Error message

Message has failed validation: UnknownField: Unable to locate dozer mapping file [acnlv3v3request_nvp_dozer_mapping.xml] in the classpath!

 

 

please any help is welcomed

 

1 REPLY 1
sabuelna
Helper

Re: Visa rest api validation

In order to investigate further, kindly provide us the following information.
Also please follow the steps mentioned further below and advise with the results.

 

REQUIRED INFO
-------------------
1. Project name and project owner email address in VDP
2. What is the technology you are using to invoke the API?
Ex: Java/Python/PHP or any middleware tool such as Datapower,SoapUI, etc

3. Do you use a JKS file?

4. Runtime environment? (Windows/unix/anyother)


STEPS (Applicable only if you are using a JKS File)
---------------------------------------------------

1. Please check the JKS file has read access and the paths are properly set.
2. Please check all the certificates has been added to the JKS file. Following are the required certificates assuming you are testing in Sandbox environment.
        a) VISA Root certificate
        b) Geotrust Certificate
        c) Application Certificate file
        d) Private key file (in p12 format)

 

3. JKS file password and private key password is same

 

 

Best regards