<?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:authorise xmlns:ns1="http://payment.services.adyen.com">
<ns1:paymentRequest>
<amount xmlns="http://payment.services.adyen.com">
<currency xmlns="http://common.services.adyen.com">EUR</value>
<value xmlns="http://common.services.adyen.com">100</value>
</amount>
<ns1:card>
<ns1:expiryMonth>11</ns1:expiryMonth>
<ns1:expiryYear>2016</ns1:expiryYear>
</ns1:card>
<ns1:merchantAccount>SupportAdyenTest</ns1:merchantAccount>
<ns1:reference>RecurringPayment-0001</ns1:reference>
<ns1:shopperIP>1.1.1.1</ns1:shopperIP>
<ns1:shopperEmail>gras.shopper77@somewhere.org</ns1:shopperEmail>
<ns1:shopperReference>grasshopper77</ns1:shopperReference>
<ns1:selectedRecurringDetailReference>RecurringDetailReference1</ns1:selectedRecurringDetailReference>
<ns1:recurring>
<ns1:contract>RECURRING</ns1:contract>
</ns1:recurring>
<ns1:shopperInteraction>ContAuth</ns1:shopperInteraction>
</ns1:paymentRequest>
</ns1:authorise>
</soap:Body>
</soap:Envelope>
<?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:authoriseResponse xmlns:ns1="http://payment.services.adyen.com">
<ns1:paymentResult>
<authCode xmlns="http://payment.services.adyen.com">79688</authCode>
<pspReference xmlns="http://payment.services.adyen.com">8613904894998224</pspReference>
<resultCode xmlns="http://payment.services.adyen.com">Authorised</resultCode>
</ns1:paymentResult>
</ns1:authoriseResponse>
</soap:Body>
</soap:Envelope>