Hi @DianaTran-Yee Below you can found information about the request for ATM location in Paris but with foundATMLocations = null. Is there a way to have foundATMLocations not null in sandbox env ? // REQUEST // URL POST https://sandbox.api.visa.com/globalatmlocator/v1/localatms/atmsinquiry // Header Accept: application/json Authorization: {base64 encoded userid:password} // Body { " wsRequestHeaderV2 " : { " requestTs " : " 2018-08-16T18:50:43.000Z " , " applicationId " : " VATMLOC " , " requestMessageId " : " ICE01-001 " , " userId " : " CDISIUserID " , " userBid " : " 10000108 " , " correlationId " : " 909420141104053819418 " } , " requestData " : { " culture " : " en-US " , " distance " : " 500 " , " distanceUnit " : " mi " , " metaDataOptions " : 0 , " location " : { " address " : null , " placeName " : " Paris, FRANCE " , " geocodes " : null } } } // GENERATED RESPONSE 200 OK // Header server: Apache x-served-by: l73c001 x-correlation-id: 1534445567_891_91_l73c001_VDP_ARM x-backside-transport: OK OK,OK OK,OK OK,OK OK x-global-transaction-id: 10948591 x-app-status: 200 x-frame-options: SAMEORIGIN x-xss-protection: 1; mode=block x-content-type-options: nosniff strict-transport-security: max-age=2592000;includeSubdomains cache-control: no-cache, no-store, must-revalidate pragma: no-cache expires: -1 content-type: application/json;charset=UTF-8 content-language: en-US content-length: 10556 date: Thu, 16 Aug 2018 18:52:48 GMT connection: close // Body { " responseData " : [ { " metaData " : null , " matchedLocations " : [ ... ] // 25 items , " foundATMLocations " : null , " distanceUnit " : null , " totalATMCount " : 0 , " bestMapView " : null , " properties " : null } ] , " wsResponseHeader " : null , " wsStatus " : { " statusCode " : " CDI000 " , " statusDesc " : " Visa ATM Locator Svc-Success " } , " wsResponseHeaderV2 " : { " requestMessageId " : " ICE01-001 " , " correlationId " : " 909420141104053819418 " , " responseMessageId " : " 51VATMLOC5969620180816185247962 " , " numOfRowsReturned " : 25 , " responseTs " : 1534445568286 } , " responseSummaryData " : null }
... View more