Re: Visa DPS sandbox returning 404

Solved! Go to solution
mohdasad
Regular Visitor

Visa DPS sandbox returning 404

Hi, I was testing visa dps APIs with sandbox account with MTLS  for sometime and it was working fine. But since last two days, all of the APIs are giving 404. Is the sandbox down or Is it something specific to my account?
Response:

<!DOCTYPE html>
<html>

<head>
<title>Error report</title>
</head>

<body>
<h1>HTTP Status 404 - /dcas/cardservices/v2/cards</h1>
</body>

</html>
 
4 REPLIES 4
jenn_kh
Community Moderator

Re: Visa DPS sandbox returning 404

Thank you for your question, @mohdasad! An agent is looking into this and will get back to you as soon as possible. In the meantime, if any community member has a suggestion, feel free to reply here. -Jenn

SLi
Visa Developer Support Specialist
Visa Developer Support Specialist

Re: Visa DPS sandbox returning 404

Hi @mohdasad,

 

I tried the DPS Card Services API and got 200 OK status, please see request payload and response below. Please note I've masked the PAN.

 

End Point https://sandbox.api.visa.com/dcas/cardservices/v2/cards
Method POST
Request
{"primaryAccountNumber": "414477320081xxxx"}

 

Response
{
"receivedTimestamp": "2021-11-15T22:19:57.590Z",
"resource": {"cardId": "f71bc5f0-3c54-43c1-8ead-a92e01001fd2"},
"processingTimeinMs": 2
}

 

Response Header
Status Code: 200 OK
Server : nginx
Date : Mon, 15 Nov 2021 22:19:57 GMT
Content-Type : application/json;charset=UTF-8
Content-Length : 132
Connection : keep-alive
X-SERVED-BY : l55c014
X-CORRELATION-ID : 1637014797_536_1949611414_l55c014_VDP_WS
X-Backside-Transport : OK OK,OK OK
X-OPNET-Transaction-Trace : a2_823aedd7-5129-4f94-bb1d-5102203e2cb6
Accept : application/json
Cache-Control : no-cache, no-store, must-revalidate
pragma : no-cache
Expires : -1
X-Content-Type-Options : nosniff
X-Frame-Options : SAMEORIGIN
X-XSS-Protection : 1; mode=block
correlation-id : 1637014797_536_1949611414_l55c014_VDP_WS
X-Global-Transaction-ID : 18dcb9c46192dd0d1b859d27
X-APP-STATUS : 200
X-XSS-Protection : 1; mode=block
X-Content-Type-Options : nosniff
Strict-Transport-Security : max-age=31536000;includeSubdomains;always

 

Please ensure that your project credential and certificate have not expired. If the issue persists, please share below details so we may investigate further:

  • Response Body
  • Response Header with x-correlation-id

Thanks!

 


Best,
Stacey

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

Re: Visa DPS sandbox returning 404

It seems to be fixed now for me as well 🙂

credit-card
Dabbler

Re: Visa DPS sandbox returning 404

@mohdasad  working good.