Seev Business API

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 required

A 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.

Screenshot of a storefront product page, showing product image, description, price, and "Add to cart" button

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.store

You 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.

store

Setting up your storefront

  1. Log in to the Seev Dashboard.
  2. Go to Storefront → Create Store.
  3. Add your store name, logo, and a short description.
  4. Set your store's currency and default payment channels.
  5. Click Launch Store — your store is live immediately.

Managing products

Add and manage products from Storefront → Products.

FieldDescription
NameProduct title shown on the store
DescriptionFull product description
PriceListed price in your store currency
ImagesUp to 5 product images
StockOptional inventory count — hides the product when stock reaches zero
VisibilityPublished 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
StatusMeaning
PendingPayment initiated but not yet confirmed
PaidPayment successful — ready to fulfil
FulfilledMarked as fulfilled by you
CancelledOrder 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

StorefrontPayment LinksInvoicesCheckout API
Code requiredNoNoNoYes
Product catalogueYesNoNoYou manage it
Public URLYesPer linkPer invoiceYour app
Best forProduct-based retailQuick one-off requestsB2B billingCustom integrations

On this page