Changelog
Latest updates to the Exirom API and documentation
2 min readUpdated Mar 27, 2026
Track the latest changes to the Exirom Payment Gateway API and documentation.
#March 2026
#API Reference Overhaul (March 14-16)
- 5-language code examples — every API endpoint now includes cURL, Python, Node.js, Go, and Kotlin examples
- API Playground — interactive sandbox tester on each endpoint page (sandbox environment only)
- Environment switcher — toggle between sandbox and production URLs across code examples
- Expandable nested objects — Card, BillingDetails, Device objects collapse by default in parameter tables
- Copy endpoint URL — one-click copy of the full endpoint URL
#Documentation Improvements
- Quick Start guides — step-by-step guides for Card payments, APM payments, and Hosted Payment Page
- Integration checklist — pre-launch verification list
- Idempotency guide — preventing duplicate transactions with requestId
- Callback retry guide — webhook retry behavior and best practices
- API versioning — version strategy and backwards compatibility
#UI/UX Polish
- Cmd+K search — full-text search across all docs with keyboard navigation
- Dark mode — complete dark theme with localStorage persistence
- Decline code navigation — clickable code references with scroll-to and highlight animation
- Sticky table headers — parameter table headers stay visible during scroll
- Reading time — estimated reading time on every page
- Scroll to top — quick return to top on long pages
- Keyboard shortcuts — press
?to see all shortcuts
#Content Alignment
- All API reference fields aligned to openapi.json DTOs
- 9 previously empty API reference pages filled with complete content
- 20+ broken cross-references fixed
- Consistent header table format across all endpoints
#How to Stay Updated
Check this page for the latest changes, or download the OpenAPI spec to see the current API surface.
Was this helpful?