Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Please any one give me a demo app or suggestions to add stripe subscription in my project for payment

What I have tried:

I didnt know about stripe so please help me and post mvc code please
Posted
Updated 2-Jul-17 17:44pm
Comments
F-ES Sitecore 30-Jun-17 7:30am    
You're asking for hundreds\thousands of lines of code, we're not here to do your work for you, and if there is c# code for this out there already a google search will find it.

Start with their docs

https://stripe.com/docs

All you need to know is how to call web urls which is not only well documented (google "c# call web api") but you yourself have asked numerous questions on how to do this yourself. Learn to code and then ask specific questions about specific problems, stop asking others to do your work for you.

1 solution

In a situation like this, google is your friend. Part of being a developer is being able to figure out problems rather than having someone do the work for you, this may not be the case in your situation but "post mvc code please" certainly implies you expect someone to do a whole lot of work.

Now with the below links, if you actually attempt what you are trying to do and get stuck somewhere. Feel free to come back with code samples and well thought out explanation of your issue and I am sure people here will be more than happy to provide meaningful assistance.

Google - .net stripe example[^]


GitHub - stripe/stripe-dotnet: Stripe.net is a sync/async .NET 4.5+ client, and a portable class library for stripe.com.[^]

GitHub - ServiceStack/Stripe: Typed .NET clients for stripe.com REST APIs[^]

GitHub - ServiceStack/Stripe: Typed .NET clients for stripe.com REST APIs[^]

[^]

Google[^]

ASP.NET Monsters #28: Integrated Payments with Stripe in ASP.NET Core MVC | ASP.NET Monsters | Channel 9[^]

Processing payments on your site using Stripe and C#[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900