Website settings and domains
Set up Stripe payments
Add the website owner's Stripe keys to accept product and paid-booking payments into that Stripe account.
Connect Stripe
- Sign in to the correct Stripe account.
- Copy its publishable key and secret key.
- In Nune, open Site Settings > Integrations.
- Paste them into Stripe publishable key and Stripe secret key.
- Select Save Site.
Both keys must come from the same Stripe account and mode. Test keys normally begin pk_test_ and sk_test_; live keys use pk_live_ and sk_live_.
Test checkout
Use Stripe test mode first. Complete a low-risk product or paid-booking checkout and check that the order or booking appears in the CMS and the payment appears in Stripe.
Switch both fields to live keys only when the website is ready to accept real payments.
Keep the secret safe
Never place the secret key in page content, emails or support messages. If it has been exposed, replace it in Stripe and then update Site Settings.
If it does not work
Check for mixed test/live keys, copied spaces, an incomplete Stripe account or a custom-domain form blocked by missing reCAPTCHA settings.