Re: 404 on Tokenize Card (Cybersource)

Solved! Go to solution
edescamps
Regular Visitor

404 on Tokenize Card (Cybersource)

Hello, I am getting a 404 "Requested route not found" error when trying to tokenize a card per the API Docs.

 

The URL I am posting to is:

 

https://sandbox.api.visa.com/cybersource/payments/flex/v1/tokens?apikey=my_api_key

 

And the response error is:

 

{
    "responseStatus": {
        "status"404,
        "code""9005",
        "severity""ERROR",
        "message""Requested route not found",
        "info"""
    }
}
1 REPLY 1
API_Managers
Visa Developer Support Specialist

Re: 404 on Tokenize Card (Cybersource)

Hey @edescamps

 

I'm happy to help you with this issue. At this time, the only way to query the CyberSource Payments sandbox is by creating a merchant account directly with CyberSource. Here's the link - https://developer.cybersource.com 

The CyberSource site gives users a simple way to test their account credentials: 

 

https://developer.cybersource.com/api/reference/api-reference.html 
 
Additionally, here are the following links for sample code:  https://github.com/CyberSource/cybersource-rest-samples-java/blob/master/src/main/java/samples/payme...

 

 




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.