.% A0& &B
0080:05
:8bankAccount5bankAccountNumber802
• iban
*'+%
• bic
*:CC C%
• BankName (optional)
*<%
bankaccount82
• selectedBrand (mandatory)
*3sepadirectdebit%
Please note, Direct Debit payments were previously submitted using the directdebit action rather than the authorise
action. The directdebit action has been deprecated since 1
st
January 2011 and cannot be used for SDD payment
requests.
.%#% 0@+D:
<?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>
<ns1:amount>
<currency xmlns="http://common.services.adyen.com">EUR</currency>
<value xmlns="http://common.services.adyen.com">1500</value>
</ns1:amount>
<ns1:bankAccount>
<ns1:bankAccountNumber>123456789</ns1:bankAccountNumber>
<ns1:bankName>Rabobank</ns1:bankName>
<ns1:ownerName>Klaas T. Jansen</ns1:ownerName>
<ns1:countryCode>NL</ns1:countryCode>
</ns1:bankAccount>
<ns1:merchantAccount>YourMerchant</ns1:merchantAccount>
<ns1:reference>Your Reference Here</ns1:reference>
<ns1:shopperEmail>email@shopper.com</ns1:shopperEmail>
<ns1:shopperReference>TheShopperReference</ns1:shopperReference>
<ns1:shopperIP>10.10.100.200</ns1:shopperIP>
<ns1:shopperStatement>UW ORDER 122345677889</ns1:shopperStatement>
</ns1:paymentRequest>
</ns1:authorise>
</soap:Body>
</soap:Envelope>