Skip to content

Instantly share code, notes, and snippets.

@thefyfy
Created January 5, 2017 13:47
Show Gist options
  • Save thefyfy/eec06209710df717e9bed90a4954c049 to your computer and use it in GitHub Desktop.
Save thefyfy/eec06209710df717e9bed90a4954c049 to your computer and use it in GitHub Desktop.
<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