微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

订单未显示在商家控制台上

如何解决订单未显示在商家控制台上

我在nodejs中开发了一个应用程序,其中集成了万事达卡付款方法,并且在周五之前一切正常。但是现在,当我从万事达卡向商家帐户汇款时,它会给出成功响应,但是商家控制台上没有任何内容。这是我的回应

       "paymentInfoList": [
            {
                "url": "https://test-gateway.mastercard.com/api/rest/version/57/merchant/merchant/order/order-1598868168410/transaction/transaction-1598868195864","mthd": "PUT","payload": {
                    "apiOperation": "CAPTURE","transaction": {
                        "amount": "1144","currency": "USD","reference": 1598868195864
                    }
                },"resbody": {
                    "authorizationResponse": {
                        "cardSecurityCodeError": "M","commercialCardindicator": "1","date": "0831","financialNetworkCode": "MCC","posData": "1025104006600","posEntryMode": "812","processingCode": "000000","responseCode": "00","stan": "204684","time": "100313","transactionIdentifier": "0114GR"
                    },"gatewayEntryPoint": "WEB_SERVICES_API","merchant": "GTB123456D00","order": {
                        "amount": 1144,"certainty": "FINAL","chargeback": {
                            "amount": 0,"currency": "USD"
                        },"creationTime": "2020-08-31T10:03:13.631Z","id": "order-1598868168410","lastUpdatedTime": "2020-08-31T10:03:33.156Z","merchantAmount": 1144,"merchantCategoryCode": "5399","merchantCurrency": "USD","reference": "1598868168410","status": "CAPTURED","totalAuthorizedamount": 1144,"totalCapturedamount": 1144,"totalrefundedamount": 0
                    },"response": {
                        "acquirerCode": "00","acquirerMessage": "Approved","cardSecurityCode": {
                            "acquirerCode": "M","gatewayCode": "MATCH"
                        },"gatewayCode": "APPROVED"
                    },"result": "SUCCESS","sourceOfFunds": {
                        "provided": {
                            "card": {
                                "brand": "MASTERCARD","expiry": {
                                    "month": "9","year": "21"
                                },"fundingMethod": "CREDIT","issuer": "AFRILAND FirsT BANK","number": "512345xxxxxx0008","scheme": "MASTERCARD","storedOnFile": "NOT_STORED"
                            }
                        },"type": "CARD"
                    },"timeOfLastUpdate": "2020-08-31T10:03:33.156Z","timeOfRecord": "2020-08-31T10:03:33.064Z","transaction": {
                        "acquirer": {
                            "batch": 20200831,"id": "GTB_S2I","merchantId": "mymerchant","settlementDate": "2020-08-31","timeZone": "+0100","transactionId": "0114GR"
                        },"amount": 1144,"authorizationCode": "010602","id": "transaction-1598868195864","receipt": "024410204684","reference": "1598868195864","source": "INTERNET","stan": "205744","terminal": "GTBS2I04","type": "CAPTURE"
                    },"version": "57"
                }
            }
        ]

现在您可以看到响应成功,但是不会显示在商家面板/控制台上

解决方法

这是商家面板/控制台的问题。它没有在同一天显示订单,但是从第二天起就可以正常工作了,以前的所有订单都在那里,并且新订单也显示在控制台/面板上,这就是他们的服务器问题。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。