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
| Field | Type | Description |
|---|---|---|
| enableStripe | boolean | Toggle Stripe card payments. Requires publishable and secret keys. |
| stripePublishableKey | string | Your Stripe publishable key (safe to expose client-side). |
| stripeSecretKey | string | Your Stripe secret key. Masked in admin responses after saving. |
| enableCashOnDelivery | boolean | Let shoppers pay cash on delivery. Includes a customer-facing note. |
| enableManualPayment | boolean | Offer 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.