Settings
Stripe Payment Settings
Connect Stripe
Configure the Stripe account used by the storefront checkout.
account_balance_wallet
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.