You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to retrieve the status of a payment transaction through the sdk "" using the "refreshPaymentStatus" method of the "PaymentsApi" class but I get an error
--- [ntContainer#0-1] Invokers.ApiClient : {"submitTimeUtc":"2023-08-28T22:47:13Z","status":"404","errorInformation":{"reason":"NOT_FOUND ","message":"The requested resource does not exist."}}
--- [ntContainer#0-1] Invokers.ApiClient : ApiException : 404 Not Found
I am passing the Id retrieved from the PtsV2PaymentsPost201Response when I create the payment and I am also sending the code and ReconciliationId... how can I check the status of a transaction to know if it was paid or declined
I use sdk version: cybersource-rest-client-java:0.0.55
Note: I am also using the "Api reference" in the "Check a Payment Status" method and I get the same error.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to retrieve the status of a payment transaction through the sdk "" using the "refreshPaymentStatus" method of the "PaymentsApi" class but I get an error
--- [ntContainer#0-1] Invokers.ApiClient : {"submitTimeUtc":"2023-08-28T22:47:13Z","status":"404","errorInformation":{"reason":"NOT_FOUND ","message":"The requested resource does not exist."}}
--- [ntContainer#0-1] Invokers.ApiClient : ApiException : 404 Not Found
I am passing the Id retrieved from the PtsV2PaymentsPost201Response when I create the payment and I am also sending the code and ReconciliationId... how can I check the status of a transaction to know if it was paid or declined
I use sdk version: cybersource-rest-client-java:0.0.55
Note: I am also using the "Api reference" in the "Check a Payment Status" method and I get the same error.
The text was updated successfully, but these errors were encountered: