> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.stylishcostcalculator.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Stripe Integration: Everything to know

# Stripe integration: full settings

You can take payments via Stripe directly in Stylish Cost Calculator. Configure keys and the newer Stripe options in Global Settings → Stripe & PayPal, then enable Stripe per calculator in Payment Settings.

## Required keys
1) In Stripe, create a **Secret** and **Publishable** key.
2) In SCC Global Settings → Stripe & PayPal, paste both keys and **Save**.

## Additional options
- **Success redirect URL**: send payers to a thank-you page after payment.
- **Failure redirect URL**: send failed/abandoned checkouts to a fallback page.
- **Include tax amount**: include tax in the Stripe charge total.
- **Disable server validation / compatibility mode**: toggle only if your host blocks callbacks; otherwise leave validation on.

## Enable on a calculator
1) Edit your calculator → **Payment Settings**.
2) Check **Stripe** to turn it on for that calculator.
3) Save, then test a payment.

## Notes
- For recurring payments, see Stripe Subscriptions guide.
- If you need checkout fields (address, etc.), consider pairing with WooCommerce + Stripe.