progman1010
Programmer
i'm building a website will bill its members by subscription. i need to write the Renewal routine so we can collect the money on an ongoing basis. I'm wondering if you know of any resources to help me write a good program to do this, as this is the first time i have done this.
the routine will need to include the foregoing premeses:
- it will automatically charge valid credit cards
- it will email the customer a receipt
- it will email the customer when their card didn't go through and prompt them to update the card online
- there are numerous subscription options such as annual, semi-annual, quarterly, AND there are limited and full versions in each frequency. There may be more options in the future.
I thought about using a 3rd-party to handle this whole component, but I'd rather try my hand at writing one, plus I need to have this running locally just in case the provider disappears!
Any thoughts?
the routine will need to include the foregoing premeses:
- it will automatically charge valid credit cards
- it will email the customer a receipt
- it will email the customer when their card didn't go through and prompt them to update the card online
- there are numerous subscription options such as annual, semi-annual, quarterly, AND there are limited and full versions in each frequency. There may be more options in the future.
I thought about using a 3rd-party to handle this whole component, but I'd rather try my hand at writing one, plus I need to have this running locally just in case the provider disappears!
Any thoughts?