Created
July 6, 2021 12:06
-
-
Save aertan/0cfd2a41a09c177172ec71961829140e 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>73ade8c9-0f37-4ca1-922e-44cf8a0cf897</t> | |
| <url xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/> | |
| <ts>20210706-14:49:14</ts> | |
| <s>e/aEhjlUvT9U/VQl2RxTWfl9Ozf+i81XSJgApckqK+ZriDKsXlVyMW5Cw+YXyRQYUZrLZ4B6uoLpA8GdbseokDihaCaSTtOmr2bbu6DzepbgIb/+34lt6A0aKVhdvA8FAj1Om1xB/GQ/pVpsZ6Aopy6+2Ws6JVQKvLj9Co4m/BEZ9TRCHs+SfwNrDEh6bhjEQjFBkeH+RCeUJPIlyoiDHjDWpTR7V6ty9hUbG/BP9han/Ehr5vINMDOrFTlgwxMRKyBxCKpVEUp+KDHBqU7VBnNt6L9wltsfwk+12rm0I4Bg5gQagkW/7+5mYfx+9Sie7uUz3O9dBofYGD2ewQTjyg==</s> | |
| <posResult> | |
| <orderId>tb4JfMSEuok9</orderId> | |
| <authCode xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/> | |
| <posResponse>DECLINED</posResponse> | |
| <posResultCode>92</posResultCode> | |
| <posResultMessage>{"order":{"orderId":"tb4JfMSEuok9"},"transaction":{"response":{"source":"GVPS","code":"92","reasonCode":"0651","message":"Declined","errorMsg":"Kullanıcı şifresi hatalı","sysErrorMsg":"ErrorId: 0651"},"refNo":"","authCode":"","batchNo":"","seqNo":"","provDate":"20210706 14:49:13","hostMsgList":[],"rewardList":[],"chequeList":[]}}</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>0062</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