Stripe payment addon setup

I’m trying to activate the Stripe payment add-on on my storefront so users can make payments using it. I have already activated the Stripe payment add-on.

However, when I try to create a new payment method and select “Stripe” as the processor, the “Stripe” option is not available in the processor list.

If anyone has any suggestions or has faced a similar issue, please share your insights.

Thank you!

Hi!

Which language is used in your admin panel?

Anyway, please execute the following query in your database to find the name of the Stripe payment method’s processor:

SELECT `processor`
FROM `cscart_payment_processors`
WHERE `processor_script` LIKE '%stripe%'
LIMIT 10
1 Like

Please make sure that the Stripe module has the Active status. Sometimes the store sets Disabled status to addon right after the installation

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.