Like in Title I wonder what payment system do you recommend to use?
Maybe some of existing systems are better than other (easier for implement for example)?
So far I’ve try only paypal sdk for c#. But what is your recommendation for that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is just a personal preference, so take it for what it’s worth. I’ve had great luck with Chargify. The C# library works well, it supports subscriptions and reoccurring billing, coupon codes, discounts, and metered billing.
Cheddergetter is an alternative to Chargify that also has .NET libraries.
I’ve found both significantly easier than trying to get regular Authorize.net working, and prefer it over only accepting PayPal.