Settings Page
Accessing the Settings Page
Access the MSWR Settings page in the WordPress Dashboard via the Minimal Stripe menu item.
A description of each setting follows:
Live Mode
Default = Off
If unchecked, will process transactions using the Stripe Test ‘Sandbox’ mode. No funds will change hands. In this mode, you are expected to use Stripe test numbers.
👉Stripe Test Numbers
If checked, will process live transactions using real card credentials.
Stripe Keys
*Required
Copy and paste your Stripe API public, secret and webhook keys into these fields.
👉Locating the Stripe API Keys
Stripe Redirection
*Required
These are the default URI that Stripe uses when the checkout is completed.
They may be a complete URL or relative to the site home.
These default values will be used if not overridden in your implementation. You can override the default either in your button specification or in a filter hook.
Rate Limiting
*Required
Blocks a user from initiating a Stripe Checkout if there are too many requests from the same IP address per hour.
Set to zero to turn off rate limiting.
👉Rate Limiting
Logging
Enables local logging of significant events as an aid to monitor activity.
To prevent log blow-out, logs can be automatically deleted after a specified number of days.
Set Delete logs older then to zero to prevent logs from being deleted.
Local logging is independent from the Stripe event logging which is accessed from within the Stripe Dashboard.
Debugging
Enables geek-level debugging to the debug.log file. This may be useful when reporting problems.
Debugging must also be enabled in config.php.
👉Enable Debugging in WordPress
⚠️WARNING: WordPress debugging may expose potentially sensitive information Debugging and should be turned off and the debug.log file deleted in production.