Payment plugin: stripe

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi,

Can I NopCommerce team to give any info about availabilty of these 2 plugins :
https://www.nopcommerce.com/p/1974/payment-plugin-stripe-nop-paymentscom.aspx
https://www.nopcommerce.com/p/2120/multi-currency-payment-plugin-for-stripe-nop-paymentscom.aspx

When I go to developers webiste , I see message store is closed.
Can you let me know if anyone knows if these plugins are still valid or it is just temporary closed store?

https://nop-payments.com/

Best Regards,
Lukas
6 years ago
Yes, I am interested as well. We have v3.90 installed but cannot upgrade to nopC 4 until the plugin is updated to 4.0.
6 years ago
Hi,

Currently working on upgrading the plugins to v 4.0.

Regards,
Vlad
6 years ago
Check out the open source project at github for servicestack.
it uses core and has a full featured Stripe REST API.

https://github.com/ServiceStack/Stripe

Can I help?

Steve
6 years ago
nop-payments.com wrote:
Hi,

Currently working on upgrading the plugins to v 4.0.

Regards,
Vlad


How is the development going Vlad?

Keen to buy when it comes out.
6 years ago
We recently published our stripe plugin for 4.0

http://shop.aroopatech.com/stripe-payment
5 years ago
nop-payments.com wrote:
Hi,

Currently working on upgrading the plugins to v 4.0.

Regards,
Vlad


Hello Vlad,

any update on Stripe 4.00 ? Thank you
5 years ago
CarpeDiem wrote:
Hi,

Currently working on upgrading the plugins to v 4.0.

Regards,
Vlad

Hello Vlad,

any update on Stripe 4.00 ? Thank you



You can get letest version of stipe plugin from here.
5 years ago
Hi,
we had a similar problem. I managed to write my own Stripe plugin, it is running without problems since July 1st (when we had to abandon the PayPal Direct ship), we made over 50 transactions since then without a problem.

Our plugin has not yet the fancy functions like refund, recurring payments, just the plain vanilla charging. (we can still do refunds on the Stripe dashboard manually, so we are not missing any important feature)

Ours is a PCI compliant token solution
The main problem we solved that our plugin is PCI Compliant, it does not require the customer to enter card data on our site. It runs the Stripe script on the customer's browser and directly sends sensible data to Stripe, we are using only the tokens and not touching card data at all.

FYI: Nowadays if you implement any solution that allows customers to enter their credit card numbers directly on YOUR site, you will have to make and keep up a PCI DSS 3.2 certification of your company, server, employees, etc. on a Fort Knox level. This is becoming less and less feasible for a small company, so I definitely suggest to go for the no-PCI-hassle token solution.

Our plugin is not ready for sharing/selling in the current state, we were in a hurry, spared on the settings/configuration features, so now it has some hard-wired customization (like not configurable texts, logos, etc.) If you are still interested some time later I can spare some time to tidy up the code.
5 years ago
CarpeDiem wrote:


Hello Vlad,

any update on Stripe 4.00 ? Thank you


You can get more feature here like: recurring payment, refund and 3D secure etc. Most important thing is you can read customer reviews.

Thanks,
Jatin
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.