Created
January 5, 2017 13:47
-
-
Save thefyfy/eec06209710df717e9bed90a4954c049 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:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> | |
<env:Header xmlns:env="http://www.w3.org/2003/05/soap-envelope"> | |
<shopId xmlns="http://v5.ws.vads.lyra.com/Header/">61843492</shopId> | |
<requestId xmlns="http://v5.ws.vads.lyra.com/Header/">e5ec35cb-a5f1-46e3-a0cd-d211f73b0e2c</requestId> | |
<timestamp xmlns="http://v5.ws.vads.lyra.com/Header/">2017-01-05T11:22:26Z</timestamp> | |
<mode xmlns="http://v5.ws.vads.lyra.com/Header/">TEST</mode> | |
<authToken xmlns="http://v5.ws.vads.lyra.com/Header/">jSYJrdWflZ559s8dA8i68BtuZ6+5i3vfbOFH/peIsYg=</authToken> | |
</env:Header> | |
<soap:Body> | |
<ns2:getPaymentDetailsResponse xmlns:ns2="http://v5.ws.vads.lyra.com/"> | |
<getPaymentDetailsResult> | |
<requestId>e5ec35cb-a5f1-46e3-a0cd-d211f73b0e2c</requestId> | |
<commonResponse> | |
<responseCode>10</responseCode> | |
<responseCodeDetail>Transaction was not found</responseCodeDetail> | |
</commonResponse><paymentResponse/><orderResponse/><cardResponse/><authorizationResponse/><captureResponse/><customerResponse><billingDetails/><shippingDetails/><extraDetails/></customerResponse><markResponse/><extraResponse/><fraudManagementResponse/><threeDSResponse><authenticationResultData/></threeDSResponse> | |
</getPaymentDetailsResult> | |
</ns2:getPaymentDetailsResponse> | |
</soap:Body> | |
</soap:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment