Supposed to charge $49 instant then $25/week for 8 weeks. The recurring is working correctly but not charging the initial $49. Can anyone offer me advice on how to correct this? Pretty please?
<?xml version="1.0" encoding="utf-8" ?>
- <ARBCreateSubscriptionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
- <merchantAuthentication>
<name>3W3Jc3Efy2su</name>
<transactionKey>7vz3kX8943ATw7rZ</transactionKey>
</merchantAuthentication>
- <subscription>
<name>2012 Unique Underwriters Conference of Champions</name>
- <paymentSchedule>
- <interval>
<length>7</length>
<unit>days</unit>
</interval>
<startDate>2011-10-04</startDate>
<totalOccurrences>8</totalOccurrences>
<trialOccurrences>1</trialOccurrences>
</paymentSchedule>
<amount>25</amount>
<trialAmount>49</trialAmount>
- <payment>
- <creditCard>
<cardNumber>5555555555555555</cardNumber>
<expirationDate>2013-3</expirationDate>
</creditCard>
</payment>
- <order>
<description>Capture Page Subscription</description>
</order>
- <customer>
<email>test1@yahoo.com</email>
<phoneNumber>555-555-5555</phoneNumber>
</customer>
- <billTo>
<firstName>Test</firstName>
<lastName>test</lastName>
<address>111 Main St</address>
<city>City</city>
<state>FL</state>
<zip>55555</zip>
</billTo>
</subscription>
</ARBCreateSubscriptionRequest>
Thanks!
Judy
judysver@yahoo.com