This page is the hosted/public Shoppex quickstart.
It uses the public invoice flow under
/v1/invoices.
If you want the Developer API instead, use Developer API Quick Start.Create Your Shop
Sign Up
Create your free Shoppex account at dashboard.shoppex.io.You’ll receive a unique shop URL like
yourshop.shoppex.io.Configure Payment Gateway
Connect at least one payment provider in Settings → Payments:
- Stripe - Credit cards, Apple Pay, Google Pay
- PayPal - PayPal balance and cards
- Crypto - Bitcoin, Litecoin, USDT
Create Your First Product
Go to Products → Create Product and fill in:
- Product name and description
- Price and currency
- Delivery method (download, license key, or custom)
Test Your Checkout
Enable Test Mode in Settings and create a test invoice to verify everything works.Use these Stripe test card numbers (any future expiry, any 3-digit CVC):
| Card | Number |
|---|---|
| Visa | 4242 4242 4242 4242 |
| Mastercard | 5555 5555 5555 4444 |
| Declined | 4000 0000 0000 0002 |
These numbers are Stripe-specific. PayPal and crypto gateways have their own test modes — check each provider’s sandbox docs.
Public API Example
Want to create a public checkout invoice programmatically? Here’s a quick example:Next Steps
Invoices Guide
Understand invoice lifecycle, statuses, and when to use which
Webhooks
Automate fulfillment by listening for
order:paid eventsDeveloper API Quickstart
Go deeper with
/dev/v1/* for custom checkout flows and backend integrationsSubscriptions
Set up recurring billing with automatic renewals