Created
July 6, 2021 10:17
-
-
Save aertan/304a427feaa75f34d62ae045687c9e6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> | |
| <SOAP-ENV:Header/> | |
| <SOAP-ENV:Body> | |
| <ns3:expressPaymentResponse xmlns:ns3="http://www.bkmexpress.com.tr"> | |
| <ns3:expressPaymentWSResponse> | |
| <result> | |
| <resultCode>5</resultCode> | |
| <subResultCode>0</subResultCode> | |
| <resultMsg>POS authorization unsuccessful</resultMsg> | |
| </result> | |
| <t>5f4a5b39-f364-482f-bacf-b17836c604cf</t> | |
| <url xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/> | |
| <ts>20210706-13:12:23</ts> | |
| <s>J7/qpka3YqDjrZpW18d88nyESr3tLyEu6VxCJOmXCi2OATF48n8egX4LEVZuh6tP+gIgGzN3o3jJCTQbpzMZlehGXmnGwlNT2sHAtBJP3mIN3TWLtX/s/ku0HvlgaWUehbFXVBFP+cFh3uS4QsTKQYnFnMrT/HspeB6BaPAKjfOiFt/fSduv7sOjHvHZEeftRS+pjMLByp3g8vb7i7ezeQClWQQ82orlE8RnFe8x0b09EQZoIIipxISlngDk/UO2OFdp5ZIUH/aXdCex0TRprJMpvlNFy2CFEIvK1N6v/1zg3XVU/ZEBOGhyWnZ4D3iLUl4wCvVlnXI6Pgsw78TN/A==</s> | |
| <posResult> | |
| <orderId>4FsFjKxMPPqK</orderId> | |
| <authCode xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/> | |
| <posResponse>DECLINED</posResponse> | |
| <posResultCode>99</posResultCode> | |
| <posResultMessage>{"orderId":"4FsFjKxMPPqK","groupId":"4FsFjKxMPPqK","response":"Error","authCode":"","hostRefNum":"118713596831","procReturnCode":"99","transId":"21187NLqG01013839","errMsg":"İşleminiz zaman aşımına uğramıştır. Tekrar deneyiniz.","extra":{"settleId":"692","trxDate":"20210706 13:11:42","errorCode":"9100","hostDate":null,"numCode":"999102"}}</posResultMessage> | |
| <referansNumber xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/> | |
| <posTransactionId xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/> | |
| <groupId xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/> | |
| <cardBin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/> | |
| <cardBank xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/> | |
| <noflnst>0</noflnst> | |
| <posBank>0046</posBank> | |
| </posResult> | |
| </ns3:expressPaymentWSResponse> | |
| </ns3:expressPaymentResponse> | |
| </SOAP-ENV:Body> | |
| </SOAP-ENV:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment