I tried the same (Stripe steps)
1. Install stripe .net package
2. Js.Stripe is referred in page - https://js.stripe.com/v3/
3.create new controller to create checkout session with session line items, here when I call this post action I am getting error unable to connect remote server
Is that possible to Integrate Stripe in Umbraco application?
Hi,
I am trying to integrate Stripe payment in my Umbraco Application, Can we do that, is there any steps need to follow for Umbraco?
Of course!
Nothing Umbraco specific to do - just wire up the page, load their JS and then take the payment.
You might need a callback page to handle successful transactions.
Thanks Steve,
I tried the same (Stripe steps) 1. Install stripe .net package 2. Js.Stripe is referred in page - https://js.stripe.com/v3/ 3.create new controller to create checkout session with session line items, here when I call this post action I am getting error unable to connect remote server
any idea about this error?
is working on a reply...