Storefront
Launch a hosted online store at yourname.seevplus.store — manage products, orders, and payments from the Seev Dashboard.
⬡ Dashboard feature
No API or code integration requiredA Seev Storefront gives you a fully hosted online store without writing any code. Your store lives at a custom subdomain — yourstore.seevplus.store — and everything is managed from the Seev Dashboard: products, pricing, orders, and payouts.

Who storefronts are for
Storefronts are built for product-based businesses that want to sell online without building or hosting a website:
- Retailers selling physical goods
- Creators selling digital products or services
- Small businesses moving from social media sales to a dedicated store
- Anyone who needs a public-facing product catalogue with checkout built in
If you need to embed payments into your own app or website, use the Checkout API instead.
Your store URL
Every storefront gets a subdomain under seevplus.store:
https://yourstore.seevplus.storeYou choose the subdomain when you create your store. It must be unique across all Seev storefronts. Custom domains are not currently supported — your store URL will always be on seevplus.store.

Setting up your storefront
- Log in to the Seev Dashboard.
- Go to Storefront → Create Store.
- Add your store name, logo, and a short description.
- Set your store's currency and default payment channels.
- Click Launch Store — your store is live immediately.
Managing products
Add and manage products from Storefront → Products.
| Field | Description |
|---|---|
| Name | Product title shown on the store |
| Description | Full product description |
| Price | Listed price in your store currency |
| Images | Up to 5 product images |
| Stock | Optional inventory count — hides the product when stock reaches zero |
| Visibility | Published or Draft — draft products are not shown on the store |
Products can be organised into categories to make your store easier to browse.
Checkout experience
When a customer adds a product and checks out, they go through the standard Seev payment flow — same channels, same hosted checkout page. No extra configuration is needed.
Supported payment methods on storefronts:
- Card (Visa, Mastercard, Verve)
- Mobile Money (MTN MoMo, Telecel Cash, Airtel Money)
- Bank transfer
- Crypto
Orders
Every completed purchase creates an order in Storefront → Orders. Orders include:
- Customer name, email, and phone
- Items purchased and quantities
- Payment method and transaction reference
- Order status
| Status | Meaning |
|---|---|
Pending | Payment initiated but not yet confirmed |
Paid | Payment successful — ready to fulfil |
Fulfilled | Marked as fulfilled by you |
Cancelled | Order cancelled before or after payment |
You can mark orders as fulfilled manually from the Dashboard. Automated fulfilment via webhooks is available if you want to connect your store to a backend — see Webhooks.
Storefront settings
From Storefront → Settings you can update:
- Store name, logo, and description
- Contact email shown to customers
- Social media links displayed in the footer
- Store visibility (publish or take offline)
- Notification preferences for new orders
Comparing collection methods
| Storefront | Payment Links | Invoices | Checkout API | |
|---|---|---|---|---|
| Code required | No | No | No | Yes |
| Product catalogue | Yes | No | No | You manage it |
| Public URL | Yes | Per link | Per invoice | Your app |
| Best for | Product-based retail | Quick one-off requests | B2B billing | Custom integrations |