Example Open Invoice Order
<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance">
<soap:Body>
<ns1:retrieveDetailResponse xmlns:ns1="http://openinvoice.services.adyen.com">
<ns1:result>
<lines xmlns="http://openinvoice.services.adyen.com">
<InvoiceLine>
<currency>EUR</currency>
<description>Product 2</description>
<itemPrice>350</itemPrice>
<itemVAT>0</itemVAT>
<lineReference>1</lineReference>
<numberOfItems>-1</numberOfItems>
<vatCategory>None</vatCategory>
</InvoiceLine>
</lines>
</ns1:result>
</ns1:retrieveDetailResponse>
</soap:Body>
</soap:Envelope>
Example 4: SOAP Message Responding with the Line Specification for a Refund
14 Copyright © Adyen B.V. 2010