Captcha Subtab
SuiteCommerce CAPTCHA works with SuiteCommerce MyAccount, SuiteCommerce, and SuiteCommerce Advanced 2025.2 and later. See SuiteCommerce CAPTCHA for more information about this feature.
These settings let you control how CAPTCHA challenges work in your web store.
Enable for Registration
This boolean setting lets you enable the SuiteCommerce CAPTCHA feature for the account creation flow. When enabled, customers must complete a CAPTCHA challenge when creating a new account.
|
ID |
captcha.enableRegister |
|
UI location |
Integrations > Captcha |
|
JSON file |
Captcha.json |
Enable for Login
This boolean setting lets you enable the SuiteCommerce CAPTCHA feature for the login flow. When enabled, customers must complete a CAPTCHA challenge during login.
|
ID |
captcha.enableLogin |
|
UI location |
Integrations > Captcha |
|
JSON file |
Captcha.json |
Enable for Guest Checkout
This boolean setting lets you enable the SuiteCommerce CAPTCHA feature for the guest checkout flow. When enabled, customers must complete a CAPTCHA challenge when checking out as guests.
|
ID |
captcha.enableGuestCheckout |
|
UI location |
Integrations > Captcha |
|
JSON file |
Captcha.json |
Enable for Place Order
This boolean setting lets you enable the SuiteCommerce CAPTCHA feature for the order placement flow. When enabled, customers must complete a CAPTCHA challenge before completing an order at checkout.
|
ID |
captcha.enablePlaceOrder |
|
UI location |
Integrations > Captcha |
|
JSON file |
Captcha.json |
CAPTCHA Provider
This string lets you choose the CAPTCHA provider (Google reCAPTCHA v2 or hCaptcha).
|
ID |
captcha.type |
|
UI location |
Integrations > Captcha |
|
JSON file |
Captcha.json |
Site Key
This string lets you enter the public key from your CAPTCHA provider. This key is used client-side to display CAPTCHA challenges on your website.
|
ID |
captcha.siteKey |
|
UI location |
Integrations > Captcha |
|
JSON file |
Captcha.json |
Secret Key ID
This string lets you enter your CAPTCHA private key’s ID. Private keys are stored in the API Secrets area of NetSuite. To view the key’s ID or store a CAPTCHA private key, see Creating Secrets. This key is stored server-side.
Keep your private key secure and never expose it in client-side code. Enter your private key’s ID in the Secret Key ID field. Don’t enter the private key here.
|
ID |
captcha.secretKey |
|
UI location |
Integrations > Captcha |
|
JSON file |
Captcha.json |