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:
Solved! Go to Solution
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...