jaymedavis / stripe.net

Maintained by Stripe
https://github.com/stripe/stripe-dotnet
Apache License 2.0
4 stars 0 forks source link

How can integrate strip in Visual Studio 2017? #2

Open ghost opened 6 years ago

ghost commented 6 years ago

I´m practically new here, and I need to create an application that will have integrated a Payment Gateway Integration, in this case Strip, and I will use Stripe.js and Elements for the great features that are able in the interactive view in the pay process with Elements.

rohit-gh commented 6 years ago

Use nuget to install Other API references here : https://stripe.com/docs/api

jaymedavis commented 6 years ago

This is something I tried to solve. Your setup sounds like the garden variety for now. Ideally, elements should be wrapped up in a client-side control for .net (imo). It's just more native to what new people are used too. 😄 I had a working prototype, but I abandoned it - not enough interest.

edit: or perhaps more people are using angular or another client-side framework already