Changelog
A history of updates, improvements, and breaking changes to the Seev platform, API, and SDKs.
Changes are grouped by area: Platform covers the Seev Dashboard, storefront, and payment experiences; API covers the REST API and webhooks; Documentation covers guides and references; SDK covers the official client libraries.
Dates follow the ISO 8601 format (YYYY-MM-DD). Breaking changes are marked with a BREAKING badge.
Platform
2026-06-23
- Added A complete Developer Dashboard for enabling API access, accepting developer terms, choosing API products, and managing sandbox and production environments. Open the Developer Dashboard.
- Added Product-specific API key management for Checkout API and Exchange Widget API. Merchants can create multiple named keys per product and optionally configure IP allowlists. Manage API keys.
- Added View-once credential screens for newly generated and rotated API keys. Public and secret keys can be copied immediately, while existing records display a safely masked secret-key prefix.
- Added API key rotation and deletion controls with confirmation dialogs, environment-aware requests, and automatic table refreshes.
- Added A Developer Transactions table with sandbox and production separation, period and status filtering, and a right-side transaction detail panel containing references, customer information, timestamps, metadata, and additional response fields. View API transactions.
- Added Developer overview reporting for transaction activity and failed transactions, including
day,week,month, andyearperiods. - Added A webhook workspace with webhook and delivery-log tables, filters, search, empty states, and a create-webhook form for selecting endpoint events. Manage webhooks.
- Added Sandbox and production controls throughout the developer section. Accounts that have not completed KYC or KYB see clear verification guidance, while unavailable production controls are disabled with explanatory tooltips.
- Added Sandbox checkout actions that allow developers to simulate successful and declined payments without being charged.
- Added Clear payment-verification and checkout-redirect loading screens in the payment widget and storefront, preventing payment forms or empty carts from flashing while callbacks complete.
- Added An organization selector to the Dashboard sidebar and an organization creation flow for merchants preparing to manage multiple organizations.
- Added First name and last name fields to registration.
- Improved Settings now has a structured account and app settings index. Existing user details are available under Personal Profile, and successful profile updates immediately refresh the local Dashboard user.
- Improved Email verification styling with softer borders and a less visually harsh layout.
- Improved Developer API keys, transactions, webhooks, and webhook logs now use the shared Dashboard data-table experience while preserving their dedicated empty states.
- Improved Payment links now preserve completed checkout URLs as receipt links. Paid links cannot generate another checkout link after the original link expires. Open Payment Links.
- Improved Invoices, storefront management, and payment links now include easy-to-find documentation links. Open Invoices or manage your storefront.
- Improved Storefront checkout keeps customers informed while their secure payment page is prepared, and carts are cleared without briefly showing an empty-cart screen.
- Improved Payment widget sandbox sessions use the normal checkout interface, explain that no charge will occur, and provide explicit success and declined test actions.
2026-05-12
- Added Storefront management UI — merchants can now create and manage storefronts directly from the Dashboard.
- Improved Payment gateway now supports branding customisation with logos and colour schemes for a more seamless checkout experience.
- Fixed Invoice notes were not saving correctly when created via the Dashboard UI.
API
2026-06-23
- Added Developer profile discovery and environment switching for sandbox and production access.
- Added Developer product onboarding for creating the initial product keys selected during setup.
- Added Environment-aware API key creation, listing, rotation, and deletion.
- Added View-once secret-key responses for API key creation and rotation. Subsequent key-list requests return public identifiers and masked secret-key prefixes instead of full secrets.
- Added Developer transaction retrieval with environment, period, and status filters.
- Added Sandbox gateway callbacks for simulating successful and failed checkout sessions.
- Improved Developer transaction records can expose customer details, gateway references, descriptions, metadata, and timestamps for richer Dashboard inspection.
- Improved API key records now include environment, product, service, name, status, public key, masked secret-key prefix, scopes, and external key identifiers when available.
2026-05-12
- Published v0.1.0 of the API specification to the public documentation. This includes endpoints for payments, payouts, customers, and webhooks.
Documentation
2026-06-23
- Added A complete Developer Dashboard guide covering activation, API products, environments, settlement, and production access.
- Added Dedicated guides for API keys, API transactions, and webhooks.
- Improved Authentication guidance was consolidated into the API key documentation so credential setup and security guidance live in one place.
- Improved Webhook concepts, request flow, responses, retries, and best practices were consolidated into the developer webhook guide. Event reference documentation remains marked as coming soon.
- Improved Checkout documentation now explains that developer access must be activated before API keys can be generated and links directly to the API key guide.
- Improved Payment links, invoices, storefronts, and payout documentation were aligned with the currently deployed Dashboard behavior and supported payment methods.
- Removed Superseded standalone authentication and webhook pages and their obsolete references.
SDK
2026-05-06 — @seev/sdk v0.1.0
- Added Complete initial implementation of the Node.js / TypeScript SDK covering core API functionality and webhook handling.
- Added Full TypeScript type definitions included in the package.
- Added Initial Go SDK v0.1.0 released with basic configuration and authentication support.