Created
March 26, 2012 10:35
-
-
Save ka8725/2204363 to your computer and use it in GitHub Desktop.
This file contains 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"?> | |
<createCustomerPaymentProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"> | |
<merchantAuthentication> | |
<name>833AGyde</name> | |
<transactionKey>8y3992E43WMjegXG</transactionKey> | |
</merchantAuthentication> | |
<customerProfileId>6966741</customerProfileId> | |
<paymentProfile> | |
<customerType>individual</customerType> | |
<billTo> | |
<firstName>First</firstName> | |
<lastName>Second</lastName> | |
<company></company> | |
<address>2527 Giraffe Hill Drive</address> | |
<city>Dallas</city> | |
<state>TX</state> | |
<zip>75287</zip> | |
<country></country> | |
</billTo> | |
<payment> | |
<creditCard> | |
<cardNumber>5124544861444476</cardNumber> | |
<expirationDate>2014-12</expirationDate> | |
</creditCard> | |
</payment> | |
</paymentProfile> | |
</createCustomerPaymentProfileRequest> |
Author
ka8725
commented
Mar 26, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment