Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to add to credit card method in my project,which support online shopping ,but i am enable to do that.i have tried stripe gateway but that one was not work for me

What I have tried:


[^]
Posted
Updated 3-Sep-20 3:00am
Comments
Richard MacCutchan 3-Sep-20 8:44am    
You need to study the documentation for the gateway that you are using.
Member 14552976 3-Sep-20 8:53am    
i did but i need little more help
F-ES Sitecore 3-Sep-20 9:10am    
If you don't want to use stripe you can use paypal, there is probably better development support and examples for that. Although I googled "stripe mvc" and found lots of getting started examples and tutorials. If you can't follow the documentation or other people's tutorials I'm not sure what kind of help you are expecting from us.

1 solution

Add a NuGet package reference to the Stripe.net package:
NuGet Gallery | Stripe.net 39.1.2[^]

Then follow the reference guides and API documentation:
Development Quickstart[^]
Payments[^]
Stripe API Reference[^]

There are sample integrations on GitHub:
Stripe Samples · GitHub[^]
 
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