Settings

Stripe Payment Settings

Not connected

Connect Stripe

Configure the Stripe account used by the storefront checkout.

account_balance_wallet

Use Test while building and testing. Switch to Live only when ready to accept real payments.

Stored server-side. It is never returned to browser code.

Used by the PHP webhook endpoint to verify Stripe events.

Enable Stripe payments
Allow the storefront to use Stripe at checkout.
verified_user

Security

Only the publishable key belongs in browser code. Secret keys and webhook secrets stay on the PHP server.

Recommended setup

01Create or use a Stripe account and copy the appropriate API keys.
02Save the keys here and test the connection.
03Configure a Stripe webhook URL for payment status updates.
info
Payment architecture

The storefront should create the payment on the PHP server. Stripe webhooks should update the order state in MySQL after payment events.