I have given the value of "true"
<recurringBilling>true</recurringBilling>
if it is creating the recurring . where is the option to provide other details like
totaloccurences,
startDate,
period like (monthly or 1month),
amount,
card details.
In CIM.
03-27-2010 08:08 AM
hat flag does not turn a payment into a recurring transaction. It only serves as a note to you that the transaction is recurring in some way. If you want to establish a recurring payment you will need to use the Automated Recurring Billing (ARB) API.
03-27-2010 08:11 AM
if this is the case,
then how does one go about creating token based recurring transactions within the ARB API?
It is not very apparent of seemingly documented to me how I can create a recurring transaction using a token.. or is that not possible?
Thanks
A.T.
10-24-2011 06:08 PM
Just store the data like start date, number of transactions, charge amount, etc. in your database, then have an automatic process that runs every morning to check if someone is due and bill their CIM profile. ARB is WAY more painful to deal with overall, imho.
10-24-2011 08:30 PM