NShop
Admin guide

Payments

Take card payments with Stripe, or use a manual payment mode.

Two payment modes per store. Configure at /admin/settings/payments.

Click Connect with Stripe. You're guided through a quick, secure setup - identity, address, bank details, verification - and returned to NShop with an active account ready to receive payouts.

From then on:

  • Customers pay securely by card at checkout, and the money is paid out to your account.
  • The platform takes a small platform fee (a small percentage); the rest goes to your payout balance.
  • Refunds are automatic, and the platform fee is returned too.
  • If your payment setup isn't finished yet, NShop pauses checkout with a clear "not ready" message so customers don't see a broken flow.

Manual

For stores that prefer cash on delivery or bank transfer. Orders are created in Pending payment state. You mark them Paid once funds land. Customers see clear payment instructions and your contact details at checkout.

You can switch from Manual to card payments later - existing manual orders stay manual; new orders use whichever mode is active when the customer checks out.

Currency

Each store operates in a single currency - EUR (€) or INR (₹). Pick it when the store is created, or change it later at /admin/settings (Operations → Currency). Prices are shown and charged in this currency across the storefront, cart, checkout, emails, and invoices.

Currency and your payment account are linked

Your card-payment account is tied to a country, and the currency it pays out in can't change after the account is set up:

  • EUR → an EU-country account (e.g. NL, DE, FR).
  • INR → an India (IN) account.

So an INR store must have its country set to India and connect an India payment account. NShop flags a mismatch up front to stop you half-configuring a store that would fail at checkout.

Switching an existing store's currency

If you change the currency of a store that already has products:

  1. Update the currency in settings.
  2. Re-save existing products - each product remembers its currency from when it was created, so older products keep the previous currency until you save them again. Mixing currencies in one cart will fail at checkout.
  3. Make sure your connected payment account matches the new currency's country (you may need to set up a new account).

Past orders keep the currency they were placed in - they are never rewritten. Stores that stay on EUR need no changes at all.

On this page