API · Changelog

What's new in the Paynetics docs

A running log of design upgrades, new endpoints and editorial improvements shipped to the Paynetics developer portal.

Currentv1.0.0
Previous LTS
Sunset
Live · auto-updated every release
2026
— Year in progress
04
May 2026
4 days ago
v1.0.0 General Added Changed

New design system rolls out across the portal

A redesigned shell, refined typography, a colour-coded alert system and a fully responsive layout — desktop, tablet and mobile.

Highlights

  • New dashboard hero with a live API health rail (production + sandbox status, refreshed in the background).
  • Status-card alerts (12 tones) replace the old callout style — added, changed, fixed, deprecated, breaking, and more.
  • Right-rail card kinds: SDK preview (iOS / Android phone mockup with masked PAN) + Visa API preview (FX widget + endpoint list).
  • Responsive layout: sidebar drawer + topbar appear on tablet; tighter padding and collapsing hero on mobile.
28
Apr 2026
10 days ago
v0.9.0 Acquiring Added

Acquiring API endpoints documented end-to-end

Full reference for the acquiring surface — Visa passthrough endpoints, merchant onboarding, transaction lifecycle. Each endpoint now ships with auto-generated cURL / Node / Python / PHP samples.

POST /v3/visa/fx
Visa FX rate
Returns the current Visa-published exchange rate for a currency pair.
POST /v3/visa/funds-transfer-inquiry
Funds-transfer inquiry
Pre-validate a Visa Direct push-payment before initiation.

What you get

  • Visa rail card on the Visa API page (FX widget + endpoint list).
  • Hover any endpoint chip to see its title + short description inline.
  • Sub-pages with swagger set auto-render request/response tables, JSON examples and code samples — no manual maintenance.
Open the Acquiring section
20
Apr 2026
2 weeks ago
v0.8.0 General Added

Auto-generated request samples — cURL, Node, Python, PHP

Every endpoint reference page now ships with copy-pastable request samples in four languages, generated live from the OpenAPI spec. Headers, path params and request bodies stay in sync without anyone editing snippets by hand.

POST /v3/cards
Create card
Issue a virtual or physical card under an account.
GET /v3/accounts
List accounts
Paginated list of accounts you have access to.

What you get

  • Tab strip on every endpoint with cURL · Node · Python · PHP — identical request, four languages.
  • One-click copy on each panel; samples regenerate when the underlying OpenAPI spec changes.
  • Right-rail Code samples card auto-resolves the operation from the parent page's swagger key — no manual wiring per page.
12
Apr 2026
3 weeks ago
v0.7.0 General Added

⌘K command palette — search the entire portal

Press ⌘K (or Ctrl+K) from anywhere to fuzzy-search across pages, sub-pages and endpoint references. Pinned Quick links + Popular endpoints appear when the input is empty.

How it works

  • Indexes every page + sub-page + swagger operation key into a single static JSON file at build time.
  • Fuzzy match on title, slug, summary, method + path; results group by section.
  • Keyboard nav: ↑/↓ to move, to open, Esc to close.
  • Custom pin groups — flag a page as Quick link or Popular endpoint via its surface metadata.
30
Mar 2026
1 month ago
v0.6.0 General Added Changed

Responsive layout — tablet drawer, mobile topbar

A four-step breakpoint ladder (1280 / 1024 / 900 / 640). Below 900px the sidebar collapses into a slide-in drawer and a sticky topbar appears with a burger, logo, search trigger and theme toggle.

Behaviour by width

  • ≤ 1280px: tighter content padding, narrower right-rail.
  • ≤ 1024px: main grid collapses; the right rail moves below the content with a top divider.
  • ≤ 900px: sidebar becomes a fixed drawer (slide-in from the left, 280px) — body scroll locks while open. Topbar slot lights up.
  • ≤ 640px: hero illustrations hide, headings scale down, dashboard meta grid collapses to two columns.

The drawer state is driven by a small Stimulus controller (nav-drawer) — Esc / backdrop click / in-drawer link click all close it.

22
Mar 2026
1 month ago
v0.5.0 General Added

Live API health on the dashboard status card

Each row in the right-rail Status card supports an optional url. When set, the host is pinged server-side (3 s timeout, 60 s cache) and the row's value/state flips to operational / down live. A master toggle in the CMS turns the whole thing off when you want demo-clean output.

What changed

  • New HealthService ping wrapper; uses cache.app so a refresh-storm doesn't hammer upstream.
  • Hero status line ("All systems operational") mirrors the rail card — green dot when prod is up, red "Production issue detected" when down, grey static dot when the toggle is off.
  • "Live check off" pill rendered next to the static text so viewers aren't misled into reading static values as a live signal.
15
Mar 2026
1 month ago
v0.4.0 General Added

YouTube-style top-of-page progress bar

A thin accent-coloured strip pinned to the very top of the viewport advances with scroll position — a calm visual cue for how far you are through long reference pages.

Details

  • Pure CSS + a tiny Stimulus controller — no third-party deps.
  • Colours follow the active theme (light / dark) and switch live with the theme toggle.
  • Hidden when the page fits in the viewport (no scroll → nothing to show).
— Beginning of the changelog
esc
navigate open esc close
Copied