Skip to content

Instantly share code, notes, and snippets.

@ka8725
Created March 26, 2012 10:35
Show Gist options
  • Save ka8725/2204363 to your computer and use it in GitHub Desktop.
Save ka8725/2204363 to your computer and use it in GitHub Desktop.
<?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>
@ka8725
Copy link
Author

ka8725 commented Mar 26, 2012

<?xml version="1.0" encoding="utf-8"?><createCustomerPaymentProfileResponse xmlns='AnetApi/xml/v1/schema/AnetApiSchema.xsd' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
<messages>
    <resultCode>Ok</resultCode>
    <message>
        <code>I00001</code>
        <text>Successful.</text>
    </message>
</messages>
<customerPaymentProfileId>6040476</customerPaymentProfileId>
</createCustomerPaymentProfileResponse>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment