why is that every time i try to test the cybersource API with a valid X-PAY-TOKEN i still get the error message that the token is not valid
Hey @Nicholas,
Currently, the only method to properly query the CyberCource Payments sandbox is creating a merchant account directly with CyberSource: https://developer.cybersource.com
Luckily, their site also provides an easy to use method 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...