Install and activate the Stripe plugin
1
Open the Plugins section
In your admin dashboard, navigate to Plugins. You will see a list of available plugins for your store.
2
Install Stripe Payments
Find Stripe Payments in the plugin list and click Install.
3
Open plugin settings
After installation, click Settings on the Stripe Payments plugin card to open the configuration panel.
4
Enable the plugin
Toggle the Active switch at the top of the settings panel to enable Stripe for your checkout.
5
Enter your Stripe API keys
Paste your credentials from the Stripe Dashboard into the corresponding fields:
6
Configure the environment
The settings panel includes an Environment Settings card. Test Mode is enabled by default. While Test Mode is on, transactions are not processed by real banks — use Stripe’s test card numbers to verify your integration.
7
Save and test
Save your settings. Place a test order using a Stripe test card to confirm the payment form appears and the transaction completes.
8
Go live
Replace
pk_test_… and sk_test_… with your live keys (pk_live_… and sk_live_…), then toggle Test Mode off. Your store is now accepting real payments.What customers see at checkout
When the Stripe plugin is active and enabled, customers see a card form at the payment step in checkout with the following fields:- Card Number — 16-digit card number
- Expiry Date — MM/YY format
- CVC — 3-digit security code
If the plugin is installed but its
enabled setting is false, the payment form will not render at checkout. Make sure the Active toggle is on after saving your keys.