Request failed due to unknown system error.

kinjal
Regular Visitor

Request failed due to unknown system error.

Hello,

I am using visa checkout API in android application.While i am calling  API it get error  that Request failed due to unknown system error.I pass x-pay-token and content-type in headers.

 

API URL:  https://sandbox.api.visa.com/cybersource/payments/v1/search?apikey=CBC4BRMBLBJ500O7X9TD212meab8x6rti...

 

Response:{
  "responseStatus": {

    "status": 500,
    "reason": "internal server error",
    "message": "Request failed due to unknown system error.",
    "correlationId": "5b786506-4fb7-492d-ba5a-886f827872f4",
    "details": []  },
  "_links": {
    "self": {
      "href": "https://sandbox.api.visa.com/cybersource/payments/v1/errors/5b786506-4fb7-492d-ba5a-886f827872f4",
      "method": "GET"    },
    "documentation": [
      {
        "href": "https://vdp.visa.com/cybersource_error_codes#internal server error",
        "method": "GET"
      }    ]  }}

 

Can you please provide solution for these problem.

Thank you.

1 REPLY 1
ricardo_visa
Community Scholar

Re: Request failed due to unknown system error.

Hi kinjal, 

 

We are looking into this error. 

 

Thank you,

Ricardo




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