how to integrate with stripe payment gateway

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 years ago
any one know how to integrate with stripe i was using charge api of stripe and process the payment in paymentProcessor method in my payment Plugin class but this api dont support 3d secured and
stripe has paymentIntent api to support 3d secured
but the problem they using iframe and java script to handle payment so i cant handle payment in paymentProcessor
any one have idea of how to integrate with it to support 3d secured ?
2 years ago
Hi there,
Don't know why you want to develop it. It's already developed and exist in marketplace.
Did you try any already developed Stripe payment plugin on Marketplace?
You can check this one, it's free https://www.nopcommerce.com/en/nopstation-stripe-payment-integration-plugin-3
Or,
Any other from here, https://www.nopcommerce.com/en/extensions?searchterm=Stripe&category=payment-modules
2 years ago
rmahbub63 wrote:
Hi there,
Don't know why you want to develop it. It's already developed and exist in marketplace.
Did you try any already developed Stripe payment plugin on Marketplace?
You can check this one, it's free https://www.nopcommerce.com/en/nopstation-stripe-payment-integration-plugin-3
Or,
Any other from here, https://www.nopcommerce.com/en/extensions?searchterm=Stripe&category=payment-modules


my customer wants every plugin in project with source code so that iam developing it myself
2 years ago
ahmed.zakaria432 wrote:

but the problem they using iframe and java script to handle payment so i cant handle payment in paymentProcessor
any one have idea of how to integrate with it to support 3d secured ?

I can give you a hint here, after order place you can redirect to another page of your website and include iframe there, and complete the payment process like a redirection type.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.