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
我正在尝试使用“PaymentsApi”类的“renhPaymentStatus”方法通过SDK“”检索支付交易的状态,但收到错误
--- Invokers.ApiClient : {"submitTimeUtc":"2023-08-28T22:47:13Z","status":"404","errorInformation":{"reason":"NOT_FOUND ","message":"The requested resource does not exist."}}
--- Invokers.ApiClient : ApiException : 404 Not Found
-Invokers.ApiClient:{“submitTimeUtc”:“2023-08-28T22:47:13Z”,“Status”:“404”,“errorInformation”:{“Reason”:“Not_Found”,“Message”:“请求的资源不存在。”}}-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
当我创建付款时,我正在传递从PtsV2PaymentsPost201Response检索到的ID,我还发送了代码和对账ID...我如何检查交易的状态以了解它是已支付还是已拒绝
I use sdk version: cybersource-rest-client-java:0.0.55
我使用SDK版本: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.
注意:我也在“检查支付状态”方法中使用了“Api Reference”,我得到了同样的错误。
https://developer.cybersource.com/api-reference-assets/index.html#payments_payments_check-a-payment-status
Https://developer.cybersource.com/api-reference-assets/index.html#payments_payments_check-a-payment-status
I have tried the API reference in the payments_payments_check-a-payment-status method but I also get a 404 error
https://developer.cybersource.com/api-reference-assets/index.html#payments_payments_check-a-payment-status
我尝试了Payments_Payments_Check-a-Payment-Status方法中的API引用,但也收到了404Error https://developer.cybersource.com/api-reference-assets/index.html#payments_payments_check-a-payment-status
How can I check the status of a transaction after making an authorization or capture
如何在进行授权或捕获后检查交易状态
更多回答
优秀答案推荐
我是一名优秀的程序员,十分优秀!