Saleonix Documentation
Accept payments your way — no-code, hosted, or fully embedded
Saleonix is a payments platform for selling online: share a payment link, send an invoice, launch a hosted storefront, or integrate checkout into your own app with our API and SDKs. This documentation covers everything — from your first test payment to production webhooks.
Choose your integration path
You don't need to be a developer to get paid with Saleonix. Pick the path that matches your team:
No code
Create payment links, invoices and a storefront straight from the dashboard. Share a URL, get paid.
Low code
Install the WooCommerce plugin or drop the React SDK into your app — hosted payment pages do the heavy lifting.
Full API
Build with the Checkout Sessions API and webhooks — hosted or embedded checkout, your rules.
Your first API call
Create a checkout session with your test secret key and redirect the customer to the returned url. Use the dropdown to switch languages — your choice is remembered across the docs.
POST /api/v1/checkout/sessions
curl -X POST https://saleonix.com/api/v1/checkout/sessions \
-H "Authorization: Bearer sk_test_xxx" \
-H "Content-Type: application/json" \
-d '{
"price_id": "clpr1ce...",
"quantity": 1,
"success_url": "https://example.com/thanks"
}'Test mode is free and safe
sk_test_ / pk_test_ only operate on your TEST store — no real money moves. Pay with test card 4242 4242 4242 4242 to approve, 4343 4343 4343 4343 to decline.Explore the platform
Everything Saleonix offers, one page per topic:
Checkout Sessions API
Payment Links
Invoices
Storefront
Products & Prices
Webhooks
License API
SDKs & Plugins
Also included, no extra setup
Subscriptions — recurring prices bill automatically with retries and past-due handling. Orders & refunds — every payment creates an order you can track and refund from the dashboard. Customers — buyer records are created from checkouts and invoices. Reports & tax — order exports and tax collection reports. Payouts — settle your balance to your bank account.