SettingsUpdated 2026-06-01

Payments settings

Enable Stripe, cash on delivery, and manual payment methods for checkout.

Configure which payment methods shoppers can use at checkout. Saleporia supports Stripe for cards, cash on delivery, and manual payment methods.

Where to find it

Settings → Payments. Part of the shop's payment settings model, saved atomically with all other settings.

Available methods

FieldTypeDescription
enableStripebooleanToggle Stripe card payments. Requires publishable and secret keys.
stripePublishableKeystringYour Stripe publishable key (safe to expose client-side).
stripeSecretKeystringYour Stripe secret key. Masked in admin responses after saving.
enableCashOnDeliverybooleanLet shoppers pay cash on delivery. Includes a customer-facing note.
enableManualPaymentbooleanOffer a manual payment method (e.g. bank transfer) with custom instructions.

Secret key security

The Stripe secret key is masked in the admin after you save it. It's only visible at the moment you enter it. Never commit it to code or share it.