Subscription payment processing with ASP.NET
Posted
by bobsmith123
on Stack Overflow
See other posts from Stack Overflow
or by bobsmith123
Published on 2010-04-18T16:53:40Z
Indexed on
2010/04/19
1:03 UTC
Read the original article
Hit count: 384
I would like to create a subscription based website with users getting charged every month. I know I have to create an account with paypal or authorize.net. Do these payment providers automatically bill the user every month? How would I take care of offering the service free for 30 days and start billing after that?
Also, I've heard of middle men services like spreedly, chargify. Where do they fit into the equation? Can someone help me wrap my head around these concepts?
Considering, I am based in the U.S but would like to have the payment provider accept any kind of currency. Which payment provider do you suggest?
© Stack Overflow or respective owner