Advertisement
Guest User

Untitled

a guest
Apr 17th, 2015
1,332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.76 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
  3.   <merchantAuthentication>
  4.     <name>7fvF8Z6vtt</name>
  5.     <transactionKey>395kKg767s5NQnee</transactionKey>
  6.   </merchantAuthentication>
  7.   <transaction>
  8.     <profileTransAuthOnly>
  9.       <amount>10.95</amount>
  10.       <tax>
  11.         <amount>10.00</amount>
  12.         <name>WA state sales tax</name>
  13.         <description>Washington state sales tax</description>
  14.       </tax>
  15.       <shipping>
  16.         <amount>2.00</amount>
  17.         <name>ground based shipping</name>
  18.         <description>Ground based 5 to 10 day shipping</description>
  19.       </shipping>
  20.       <lineItems>
  21.         <itemId>ITEM00001</itemId>
  22.         <name>name of item sold</name>
  23.         <description>Description of item sold</description>
  24.         <quantity>1</quantity>
  25.         <unitPrice>15</unitPrice>
  26.         <taxable>true</taxable>
  27.       </lineItems>
  28.       <lineItems>
  29.         <itemId>ITEM00002</itemId>
  30.         <name>name of other item sold</name>
  31.         <description>Description of other item sold</description>
  32.         <quantity>1</quantity>
  33.         <unitPrice>1.00</unitPrice>
  34.         <taxable>true</taxable>
  35.       </lineItems>
  36.       <customerProfileId>32322933</customerProfileId>
  37.       <customerPaymentProfileId>29242804</customerPaymentProfileId>
  38.       <order>
  39.         <invoiceNumber>INV000001</invoiceNumber>
  40.         <description>description of transaction</description>
  41.       </order>
  42.       <taxExempt>false</taxExempt>
  43.       <recurringBilling>false</recurringBilling>
  44.     </profileTransAuthOnly>
  45.   </transaction>
  46.   <extraOptions><![CDATA[x_customer_ip=100.0.0.1&x_authentication_indicator=5]]></extraOptions>
  47. </createCustomerProfileTransactionRequest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement