I'm trying to find information on Membership Auto-Renewals, could someone point me to any documentation that might helpful. We're trying to implement this on our website but not sure how it would be handled since there is no Pledge API method.
Thanks for the help,
Ernesto
Hi Ernesto
We have been recently looking at this as well as we want to implement some sort of direct debit payment schedule on-line. We found that the only way to do this was to setup a payment plan against a ticket order.
So you would first need to add the contribution to the basket.
Then setup the payment plan using the Create Payment Plan and Finalise the payment plan.
Finally you will need to call CheckutEx3 with the Allow Under Payment set to True to allow you not to pay off the order and Authoize set to False to make sure that you don't need to send details to credit card server.
Hope that helps in pointing you in the general direction!
Thanks
Nick
Hi Nick,
Thanks for your reply. This helps me out a lot.