Changelog
What changed in the developer reference, and how each API is versioned.
- Each API is versioned independently
- Current version shown per page
- Baseline published 2026-07-13
How versioning works
Each API is versioned independently. Its current version is shown on its reference page and in its Postman collection and OpenAPI specification, and its full version history is listed in the Version history section at the bottom of that API's reference page. This page is a hub-level log of notable changes across the developer reference; for one API's complete lineage, see its own page.
Changelog
2026-08-21 · International Money Transfer v6.4.9. Date of birth requirements updated for sender and receiver; see the API reference. The same update was applied to the IMT v2 reference.
2026-08-20 · New API: Whish Pay Split (v1.0.0). Added a reference for POST /payment/whish/split, which collects a payment and records a breakdown of how it should be split across destination accounts, by amount (default) or by percentage. The request and response contract is final and safe to integrate against; redistribution of funds to each breakdown identifier is still being finalized, so until it ships the breakdown is captured and held against the payment and the full amount is collected as a standard Whish Pay payment.
2026-07-15 · Reference update. Added a payment & billing error-code reference (result codes, shared common codes, and per-endpoint failure codes) to Whish Pay, Bills, Variable Topup, Vouchers, and Direct Credit. Documented externalId as a String across the Whish environment. Noted that a localhost callback or redirect URL is rejected with HTTP 403. Aligned Whish Pay QR callbacks to HTTP POST with a JSON body. Updated the Whish sandbox base URL to partner.api.sbx.whish.money/itel-service/api. Live API versions were incremented; coming-soon APIs stay at their initial version until launch:
| API | From | To |
|---|---|---|
| Whish Pay | v1.4.3 | v1.4.4 |
| International Money Transfer | v6.4.7 | v6.4.8 |
| Bills | v1.2.0 | v1.2.1 |
| Vouchers | v1.3.0 | v1.3.1 |
| Variable Topup | v1.1.0 | v1.1.1 |
2026-07-13 · Initial published reference. First public revision of the Whish Money developer hub. Current version of each API (see each page's Version history for its full lineage):
| API | Version | Status |
|---|---|---|
| Whish Pay | v1.4.4 | Live |
| International Money Transfer | v6.4.9 | Live |
| Bills | v1.2.1 | Live |
| Vouchers | v1.3.1 | Live |
| Variable Topup | v1.1.1 | Live |
| Whish Pay QR | v1.0.0 | Live |
| Whish Pay Split | v1.0.0 | Live |
| International Topup | v1.0.0 | Live |
| Direct Credit | v1.0.0 | Live |
Each API's complete version history lives on its own reference page under Version history.