Changelog
Notable changes to the TokenPay public API and this developer portal. Subscribe to the changelog RSS (coming soon) or watch the spec on GitHub to stay up to date.
2026-04-19 — Developer Portal launched
- Public developer portal published at
developers.tokenpayment.io(this site) — rendered directly from the OpenAPI 3.1 specification atdocs/api/openapi.yamlvia Scalar. - Documented the eight webhook events and the unified
WebhookPayloadenvelope. - Published the full error code catalog.
2026-04-18 — OpenAPI 3.1 spec + Spectral CI
- Canonical spec landed at
docs/api/openapi.yamlcovering twenty/v1/*routes, eight webhook events and the full error envelope. - Spectral lint is now enforced on every PR that touches the spec.
2026-04-17 — payment.expired webhook
- A new
payment.expiredwebhook is emitted when a payment hits its expiry window without being matched. Verify handlers are wired up — delivery started immediately on deploy.
Earlier changes
Earlier API changes are tracked in docs/CHANGELOG.md on GitHub. The public developer changelog starts here.