The Stripe plugin connects your Cartble store to Stripe’s global payment gateway. Once active, a secure card form appears at checkout allowing customers to pay with a credit or debit card, Apple Pay, or Google Pay. Stripe begins preparing the payment in the background as soon as a customer starts checkout, so the transaction completes quickly when they submit their details.Documentation Index
Fetch the complete documentation index at: https://docs.cartble.com/llms.txt
Use this file to discover all available pages before exploring further.
Install and activate the Stripe plugin
Open the Plugins section
In your admin dashboard, navigate to Plugins. You will see a list of available plugins for your store.
Open plugin settings
After installation, click Settings on the Stripe Payments plugin card to open the configuration panel.
Enable the plugin
Toggle the Active switch at the top of the settings panel to enable Stripe for your checkout.
Enter your Stripe API keys
Paste your credentials from the Stripe Dashboard into the corresponding fields:
| Field | Format | Description |
|---|---|---|
| Publishable Key | pk_test_… / pk_live_… | Used in the browser to tokenize card data. |
| Secret Key | sk_test_… / sk_live_… | Used server-side to create payment intents. Store this value securely. |
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.
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.
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.