<?xml version="1.0" encoding="UTF-8"?>
<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:scheduleAccountUpdater xmlns:ns1="http://recurring.services.adyen.com">
<ns1:request>
<merchantAccount xmlns:ns1="http://recurring.services.adyen.com">SupportAdyenTest</merchantAccount>
<reference>Your Reference Here</reference>
<card xmlns="http://payment.services.adyen.com">
<expiryMonth xmlns:ns1="http://payment.services.adyen.com">12</expiryMonth>
<expiryYear xmlns:ns1="http://payment.services.adyen.com">2012</expiryYear>
<holderName xmlns:ns1="http://payment.services.adyen.com">Adyen Test</holderName>
<number xmlns:ns1="http://payment.services.adyen.com">4111111111111111</number>
</card>
</ns1:request>
</ns1:scheduleAccountUpdater>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<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:scheduleAccountUpdaterResponse xmlns:ns1="http://recurring.services.adyen.com">
<ns1:result>
<pspReference xmlns="http://recurring.services.adyen.com">8313547924770610</pspReference>
<result xmlns="http://recurring.services.adyen.com">Success</result>
</ns1:result>
</ns1:scheduleAccountUpdaterResponse>
</soap:Body>
</soap:Envelope>