I am trying to understand the cybersource rest api and created a sandbox account, and then got the key, shared secret key along with the organization id for the http signature. I can update the credentials fine on the API reference page
https://developer.cybersource.com/api-reference-assets/index.html#payments_payments_process-a-paymen...
But get a 502 error response on the request:{
"id": "7313261891836251404953",
"submitTimeUtc": "2024-11-11T11:56:29Z",
"status": "SERVER_ERROR",
"reason": "SYSTEM_ERROR",
"message": "Error - General system failure."
}
I tried using the Java rest client but get a ApiException : 502 Bad Gateway
I dont know what I am doing wrong.
11-11-2024 04:46 AM