Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Payments and Payment Gateway / APIs /

This is a forum for discussing SilverStripe can-do payments and their APIs / Gateways.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Renting?


Go to End


2 Posts   3371 Views

Avatar
Denny

Community Member, 55 Posts

2 December 2010 at 8:50am

I have created a website where I want to rent out movies to the public. I was wondering is there such a system where a user can sign up, pay a monthly fee, and if is not satisfied, then a way to cancel there account and them self?

Avatar
wildflower1975

Community Member, 63 Posts

19 April 2011 at 10:50am

What you want is recurring billing,

DPS ( http://www.paymentexpress.com/index.html ) offers this by giving you an encrypted key based on the member's credit card and your merchant account and possibly a fixed $ amount, which you can use at a later time to charge that member's card.

You would have to have a DPS merchant account with this service included, and a way of storing the key against the member's account.

Then each time period you would send the key to DPS using their API and you would be billing the Member/Customer.

I don't know if the DPS payment module has this capability yet.