Created
February 16, 2017 16:16
-
-
Save electronicbites/b18c8b82a32b31dad3baeac0f0f6cd09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> | |
<recurring:listrecurringdetailsresponse xmlns:recurring="http://recurring.services.adyen.com"> | |
<recurring:result> | |
<creationdate xmlns="http://recurring.services.adyen.com"> | |
2017-02-16T16:13:14+01:00 | |
</creationdate> | |
<details xmlns="http://recurring.services.adyen.com"> | |
<recurringdetail> | |
<bank xsi:nil="true" /> | |
<card> | |
<billingaddress xmlns="http://payment.services.adyen.com" xsi:nil="true" /><brand xmlns="http://payment.services.adyen.com" xsi:nil="true" /><cvc xmlns="http://payment.services.adyen.com" xsi:nil="true" /> | |
<expirymonth xmlns="http://payment.services.adyen.com"> | |
8 | |
</expirymonth> | |
<expiryyear xmlns="http://payment.services.adyen.com"> | |
2018 | |
</expiryyear> | |
<holdername xmlns="http://payment.services.adyen.com"> | |
sdf | |
</holdername> | |
<issuenumber xmlns="http://payment.services.adyen.com" xsi:nil="true" /> | |
<number xmlns="http://payment.services.adyen.com"> | |
1111 | |
</number> | |
<startmonth xmlns="http://payment.services.adyen.com" xsi:nil="true" /><startyear xmlns="http://payment.services.adyen.com" xsi:nil="true" /> | |
</card> | |
<creationdate> | |
2017-02-16T16:13:14+01:00 | |
</creationdate> | |
<elv xsi:nil="true" /><name xsi:nil="true" /> | |
<recurringdetailreference> | |
8314872579949733 | |
</recurringdetailreference> | |
<variant> | |
visa | |
</variant> | |
</recurringdetail> | |
</details> | |
<lastknownshopperemail xmlns="http://recurring.services.adyen.com"> | |
[email protected] | |
</lastknownshopperemail> | |
<shopperreference xmlns="http://recurring.services.adyen.com"> | |
60 | |
</shopperreference> | |
</recurring:result> | |
</recurring:listrecurringdetailsresponse> | |
</soap:body> | |
</soap:envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment