Greeting dear Visa,
I was working with the cyber source API for Nodejs. And I tried the HelloWorld example which I got in generating an x-pay-token help page.
Below is my code for Nodejs please correct me if I did something wrong. I keep getting this error message: Request failed with status code 401.
Solved! Go to Solution
Hey @Utopia-FinTech,
Currently, the only method to properly query the CyberSource 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...
Thanks for that. I tried the CyberSource Api and works fine and easy to use.